Re: [FFmpeg-user] Frame dropping

2018-05-09 Thread mohammed bey ahmed khernache
Thank you very much for your help. On Wed, May 9, 2018 at 8:21 PM, Gabriel Balaich wrote: > > > > PS: vsync is neither an input nor an output option, it is a > > global option. > > > Good to know. > ___ > ffmpeg-user mailing list > ffmpeg-user@ffmpeg

Re: [FFmpeg-user] Frame dropping

2018-05-09 Thread Gabriel Balaich
> > PS: vsync is neither an input nor an output option, it is a > global option. Good to know. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-req

Re: [FFmpeg-user] Frame dropping

2018-05-09 Thread Carl Eugen Hoyos
2018-05-09 19:51 GMT+02:00, Carl Eugen Hoyos : > 2018-05-09 17:53 GMT+02:00, mohammed bey ahmed khernache: >> Thank you for your reply. >> The input video is encoded with hevc at 25 fps. >> I tries this command: >> ffmpeg -threads 1 -vsync drop -i -f null /dev/null >> I got this message in yellow:

Re: [FFmpeg-user] Frame dropping

2018-05-09 Thread Carl Eugen Hoyos
2018-05-09 17:53 GMT+02:00, mohammed bey ahmed khernache: > Thank you for your reply. > The input video is encoded with hevc at 25 fps. > I tries this command: > ffmpeg -threads 1 -vsync drop -i -f null /dev/null > I got this message in yellow: > Encoder did not produce proper pts, making some up

Re: [FFmpeg-user] Frame dropping

2018-05-09 Thread Gabriel Balaich
> > 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 -vsync 1 -f

Re: [FFmpeg-user] Frame dropping

2018-05-09 Thread mohammed bey ahmed khernache
Thank you for your reply. The input video is encoded with hevc at 25 fps. I tries this command: ffmpeg -threads 1 -vsync drop -i -f null /dev/null I got this message in yellow: Encoder did not produce proper pts, making some up Unfortunately, I can not reach 25 fps while decoding, even with dropp

Re: [FFmpeg-user] Frame dropping

2018-05-09 Thread Gabriel Balaich
> > Hello, > could you tell me how to enable "frame dropping" while decoding with ffmpeg > ? > *"-vsync parameter* *Video sync method. For compatibility reasons old values can be specified as numbers. Newly added values will have to be specified as strings always.* *0, passthrough* *Each frame is

[FFmpeg-user] Frame dropping

2018-05-09 Thread mohammed bey ahmed khernache
Hello, could you tell me how to enable "frame dropping" while decoding with ffmpeg ? Thank you in advance ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpe