Upgraded to the current version and ran the command again. No difference. I'm not familiar with -f lavfi -i sine How to apply?
I tried ffmpeg -f lavfi -i sine -i /Path/To/Source.mxf -map 0 -g 48 -c:v libx264 -profile:v baseline -crf 16 -c:a aac -b:a 256k -vf scale=1024:540 -pix_fmt yuv420p /Path/To/Dest.mp4 Which seems to process eternally, growing indefinitely, and giving weird feedback on "time" -- going past the TRT of the source, looping back to 0 climbing again etc. I'm assuming I implemented incorrectly. > On Sep 14, 2018, at 2:35 PM, Carl Eugen Hoyos <[email protected]> wrote: > > 2018-09-14 23:28 GMT+02:00, Harvey Pikelberger <[email protected]>: > >> ffmpeg version 4.0.1 Copyright (c) 2000-2018 the FFmpeg developers > > Please also test current FFmpeg git head (the only version supported > here). > Is the issue only reproducible with a specific sample or also if you > use -f lavfi -i sine as input? > > Carl Eugen > _______________________________________________ > ffmpeg-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
