Changes between Version 7 and Version 8 of Seeking with FFmpeg


Ignore:
Timestamp:
10/17/2012 07:19:25 PM (8 months ago)
Author:
rogerdpack
Comment:

note multiple

Legend:

Unmodified
Added
Removed
Modified
  • Seeking with FFmpeg

    v7 v8  
    6161== vcodec copy == 
    6262 
    63 If you use -ss with "-vcodec copy" sometimes weird things can happen, since it's forced to only use i-frames.  For instance it might insert audio for 0.5s before the first video frame appears, so be careful! 
     63If you use -ss with "-vcodec copy" sometimes weird things can happen, since it's forced to only use/split on i-frames.  For instance it might insert audio for 0.5s before the first video frame appears, so be careful! 
     64 
     65== multiple at one == 
     66 
     67You can do do multiple splits with the same file, as well, see http://stackoverflow.com/questions/5651654/ffmpeg-how-to-split-video-efficiently/12939780#12939780 which may or may not save time/cpu.