[Ffmpeg-devel] How to convert MPEG2 ES to TS stream via ffmpeg?
Erik Slagter
erik
Tue Mar 14 13:05:23 CET 2006
On Mon, 2006-03-13 at 16:27 -0800, yj wrote:
> is there any way for converting MPEG2 ES stream to TS
> stream via ffmpeg?
Exactly the same way you would encapsulate any raw stream in a container
using ffmpeg. This time I will give a hint, but this is really in the
manual page! Also this is not quite a development question.
something like: ffmpeg -i es.m2v -an -vcodec copy -f mpegts output.ts
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 2771 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20060314/21aa228b/attachment.bin>
More information about the ffmpeg-devel
mailing list