[FFmpeg-user] Transmux H.264 MP4 to MPEG-TS?

Tom Evans tevans.uk at googlemail.com
Wed May 22 22:22:23 CEST 2013


On Wed, May 22, 2013 at 4:47 PM, Virginia <virginia975 at gmail.com> wrote:
> I have MP4 multiple bitrate (MBR) files that I need to keep the H.264/AAC
> streams and transmux into MPEG-TS so that I can package them as HLS
> packages. Does anyone know if this is possible with FFmpeg and how I would
> pass through the basename to the output as well?
>
> Thanks in advance.

ffmpeg can do that, it can also do the entire hls packaging including
m3u8 creation. Check out the example in the docs (the final example in
the section):

http://www.ffmpeg.org/ffmpeg-formats.html#Examples

Cheers

Tom


More information about the ffmpeg-user mailing list