|
From: Steven M. S. <sm...@2B...> - 2004-01-02 18:07:01
|
On Fri, 2 Jan 2004, Ronald Bultje wrote: > > It's indeed mpeg, and a system stream (so a muxed mpeg file, not an > elementary video stream). You need to demux them in some way. I don't > know how to do that with mplayer/ffmpeg. With GStreamer, it's > "gst-launch filesrc location=file.mpg ! mpegdemux .video_00 ! filesink > location=file.m1v". I'm sure Steven knows the proper ffmpeg command, and > others will know the right mplayer command. I'm not an ffmpeg expert - in fact my use of it for encoding is quite recent (primary use was libavcodec for DV decoding). For demuxing I've used 'mpgtx' for quite a while http://mpgtx.sf.net transcode as a tool also I believe - tcdemux - that could be used. ffmpeg can produce ES streams, but I'm not sure about mencoder (I've used it to create divx/avi files but not any mpeg1/2 ones). Cheers, Steven Schultz |