[FFmpeg-user] Convert image to MPEG transport stream

Dzung Nguyen dzungng89 at gmail.com
Thu Aug 15 20:55:23 CEST 2013


How to convert an image to video under TS format?

This command is used to convert to H264 format:

ffmpeg -loop 1 -f image2 -i image.png -c:v libx264 -t 30 output.mp4


More information about the ffmpeg-user mailing list