Moritz Barsnick <barsnick <at> gmx.net> writes:

> $ ffmpeg -i source.iso -analyzeduration M -probesize N

This will not work.

$ ffmpeg -analyzeduration 2G -probesize 2G -i source.iso
might work.
Note that mplayer -dumpstream should normally be used 
to extract a stream from iso.

> - There may be junk at the beginning which ffmpeg 
> can't interpret. That could be cut away. But we 
> wouldn't know with a (sub-)sample.

analyzeduration and probesize should work around this, 
there is also skip_initial_bytes

Carl Eugen

_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to