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/
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://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