[FFmpeg-user] How to insert Static Frames in a video for a specific time period?
RJ
ramjajula9 at gmail.com
Tue Sep 1 12:20:48 EEST 2020
I have got this command to create the static video(with null audio).
ffmpeg -loop 1 -i static_img.jpg -f lavfi -i
anullsrc=channel_layout=5.1:sample_rate=48000 -t 10 -c:v libx264 -pix_fmt
yuv420p -vf scale=480:320 -y output.ts
But I want to create this kind of static video from the specific time
period.
--
Sent from: http://www.ffmpeg-archive.org/
More information about the ffmpeg-user
mailing list