Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > General > Linux, Mac OS X, & Co

Reply
 
Thread Tools Search this Thread Display Modes
Old 27th September 2012, 11:31   #1  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
ffmpeg + segment to split an avi?

after reading the documentation I thought:
Code:
ffmpeg -y -i "test.avi" -segment_time 60 -vcodec copy -acodec copy -f segment "test-%03d.avi"
should allow to split an .avi into 60 Second chunks, but ffmpeg aborts with: "Output file #0 does not contain any stream"

I know I could write a script to to the splitting manually (using -ss X -t 60), but I thought that using the 'segment' feature this could be avoided,... (especially after reading: http://ffmpeg.org/trac/ffmpeg/ticket/1504)

-> Is it possible to split an avi, without reencoding, into multiple parts using the 'segment' feature?

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 15:08.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.