ffmpeg will produce transport streams.

To convert an existing program stream use this command:

ffmpeg -i file.mpg -acodec copy -vcodec copy file.ts

where file.ts is the output file.  ffmpeg uses extensions to  
recognise what format to write the file in.  Though this can be  
overridden with the -f option.

I was even able to wrap a h264 elementary stream into a transport  
stream this way.

Hope this helps.
Mark

On 27/05/2007, at 2:20 PM, Bernhard Praschinger wrote:

> Hallo
>
>
> Thierry Foucu wrote:
>> I was wondering if mplex supports MPEG2 transport stream for output?
>> if  so, what is the option to set?
> No that is not possible.
>
>> If not, how hard will it be to do it? or is ther any tools to convert
>> the output of mplex to MPEG2 transport stream
> I don't know of any tools that are able to do that.
>
> auf hoffentlich bald,
>
> Berni the Chaos of Woodquarter
>
> Email: [EMAIL PROTECTED]
> www: http://www.lysator.liu.se/~gz/bernhard
>
> ---------------------------------------------------------------------- 
> ---
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Mjpeg-users mailing list
> Mjpeg-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mjpeg-users


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to