>
> Unfortunately, I can not reach 25 fps while decoding, even with dropping
> frames.
> So I think that the option for "frame dropping" is not working !!
>

-vsync should be listed after the input, if you are looking for a constant
25fps try this:

 ffmpeg -threads 1 -framerate 25 -i <input_video> -vsync 1 -f null /dev/null
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to