Roman Shaposhnick | 9 Apr 2004 22:44
Picon

Re: ffmpeg-generated MPEG2 vs. Cisco IPTV server

On Fri, Apr 02, 2004 at 12:28:47PM -0500, Alan Crosswell wrote:
> Roman,
>
> I tried your suggestion but mplex doesn't like the files.  Maybe I'm using 
> the wrong options:
> 
> firewire% cat *.dv | ffmpeg -f dv -i - -target dvd -an -vcodec mpeg2video 
> ../mpeg2video.m2v
> firewire% cat *.dv | ffmpeg -f dv -i - -target dvd -vn -vcodec mpeg2video 
> ../mpeg2video.mp2
> firewire% mplex -f 3 -v 1 -o mpeg2video.mpg mpeg2video.m2v mpeg2video.mp2
>    INFO: [mplex] mplex version 1.6.2 (2.2.3 $Date: 2004/01/13 20:45:26 $)
> **ERROR: [mplex] File  unrecogniseable!
> **ERROR: [mplex] File  unrecogniseable!
> **ERROR: [mplex] Unrecogniseable file(s)... exiting.

  Sorry for the late reply, but the following seems to work:

  $ cat *.dv | ffmpeg -y -f dv -i - -target dvd -ab 128 -f rawvideo q.m2v \
                                                 -acodec mp2 -f mp2 q.mp2
  $ mplex -f8 -o q.mpeg q.m2v q.mp2

Thanks,
Roman.

-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click

Gmane