[FFmpeg-user] Convert image to MPEG transport stream
Werner Robitza
werner.robitza at gmail.com
Thu Aug 15 21:55:13 CEST 2013
On Thu, Aug 15, 2013 at 8:55 PM, Dzung Nguyen <dzungng89 at gmail.com> wrote:
> How to convert an image to video under TS format?
> This command is used to convert to H264 format:
>
Simply change the extension to .ts instead.
Please note that H.264 is not a "format" – it's a video codec. Your command
encodes an image with the x264 encoder (a H.264 encoder) to the MP4
container/format (MPEG-4 Part 14 to be precise).
More information about the ffmpeg-user
mailing list