|
From: Ronald B. <rb...@ro...> - 2004-01-02 16:04:00
|
Hi Brian, On Fri, 2004-01-02 at 16:10, Brian J. Murrell wrote: > I don't think so. Mplayer tells me this about the file (if there is a > better utility to determine the parameters of an MPEG file, I would be > more than glad to use it rather than mplayer): [..] > system stream synced at 0xB (0)! [..] > No it's not. It's an MPEG file. It could be multiplexed already with a > "null" soundtrack perhaps. How can I determine if that is what mplex is > complaining about? 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. Ronald -- Ronald Bultje <rb...@ro...> Linux Video/Multimedia developer |