Hallo

> $ mplex -f 8 -S 0 -M -o "/tmp/Test/mov03d/mov03d.mpeg2"
> "/tmp/Test/mov03d/mov03d.m2v" "/tmp/Test/mov03d/mov03d.m2a" INFO:
> [mplex] mplex version 1.8.0 (2.2.4 $Date: 2005/08/28 17:50:54 $) 
> **ERROR: [mplex] File /tmp/Test/mov03d/mov03d.m2v unrecogniseable! 
> INFO: [mplex] File /tmp/Test/mov03d/mov03d.m2a looks like an AC3 
> Audio stream. **ERROR: [mplex] Unrecogniseable file(s)... exiting.
> 
> The video file was made with the following command:
> 
> $ mplayer -dumpfile "/tmp/Test/mov03d/mov03d.m2v" -dumpvideo
> "/home/curt/JVC-Video/mov03d.mpg"
> 
> and when I view the split video file this is the mplayer output:
> 
> $ mplayer mov03d.m2v
[...]
> Playing mov03d.m2v. MPEG-ES file format detected. VIDEO:  MPEG2
> 720x480  (aspect 2)  29.970 fps  8900.0 kbps (1112.5
[...]
> VDec: using Planar YV12 as output csp (no 0) Movie-Aspect is 1.33:1 -
> prescaling to correct movie aspect. VO: [xv] 720x480 => 720x540
> Planar YV12 V:  27.5 824/824 16%  6%  0.0% 0 0
> 
> Is the problem found here? As far as I can tell, mplayer is reporting
>  it's an mpeg-2 video stream, and I don't see how mplex won't 
> recognize it.
> 
> Any suggestions?
> 
> Not subscribed to the list, so a direct reply would be appreciated.
What kind of program did create the original source video ?
If you have a mpeg2 movi that is valid for dvd, you don't need to 
demulitplex it with mplayer. You can just run it through dvdauthor.
If that does not work you need to decode and reencode the whole movie. 
because than mplex can't fix the not compliant stream.

And you can do it with a command like that:
mplayer -nosound -noframedrop -vo yuv4mpeg 01.avi &
cat stream.yuv |  mpeg2enc -f 8 -q 6  -o video.m1v

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 the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to