[FFmpeg-user] Last frame with wrong duration - video from images

Leonardo lsbplsb at yahoo.com
Mon Jun 22 22:40:26 EEST 2020


 Hi,
indeed, removing the filter scale OR replacing -vf scale=1920:1080 by -s 1920x1080, do the job.
I really appreciate all tips.
Thanks,Leonardo
    On Monday, June 22, 2020, 4:35:03 PM GMT-3, Michael Koch <astroelectronic at t-online.de> wrote:  
 
 Am 22.06.2020 um 20:59 schrieb Michael Koch:
> Am 22.06.2020 um 20:33 schrieb Leonardo via ffmpeg-user:
>>   Here is the full output
>>
>> $ ffmpeg -framerate 1/5 -i figura%03d.png -c:v libx264 -pix_fmt 
>> yuv420p -r 30 -vf scale=1920:1080 video.mp4
>
> It works when you remove the scale filter, but don't ask me why.

It also works when you replace
-vf scale=1920:1080
by
-s 1920x1080

Looks like a bug.

Michael

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user at ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

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


More information about the ffmpeg-user mailing list