Menu

#258 -ss option not working right (or so i think)

open
nobody
None
5
2005-02-15
2005-02-15
someone
No

Here is my commandline

ffmpeg -i am2.vob -ss 00:01:00 -y -t 10 1_1_320.mpg

Unless i havent been reading things right the -ss option
should seek to X seconds within the vob and start
generating the output file. With the -t option my mpeg
should only be 10 seconds long BUT its coming out at 20
seconds. The length of the mpeg seems to be double
the value of -t and/or possible the length of the input
file.

Feel free to smack me if this is a mistake on my part :)

Discussion

  • someone

    someone - 2005-02-16

    Logged In: YES
    user_id=1219938

    My apologies. It appears that the placement of the -ss option
    on the commandline makes all the difference. Using it as the
    first option on the commandline produced a correct clip.

     
  • Nobody/Anonymous

    Logged In: NO

    i got error:segmentation fault

    >ffmpeg -ss 00:00:10 -i MOV06038.mpg -vcodec mpeg4
    test.avi

     
  • Michael Niedermayer

    This Sourceforge bug tracker here has been abandoned many years ago.

    Our new tracker can be found through http://www.ffmpeg.org/bugreports.html

     

Log in to post a comment.