[FFmpeg-user] Encoding /Decoding

Duane Thomas thomasenterprise41 at gmail.com
Wed Feb 6 20:00:57 CET 2013


Liam,

Thanks for the reply, I'll try it.

On Wed, Feb 6, 2013 at 12:43 PM, Liam Condron-Farnos
<23liam at googlemail.com>wrote:

> So, you just want to remux the streams into a new mpegts container?
>
> ffmpeg -i input.mp4 -c copy output.ts
>
> ...should do it. If you have h.264 video, you'll have to use a bit stream
> filter:
>
> ffmpeg -i input.mp4 -bsf:v h264_mp4toannexb -c copy output.ts
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list