[MPlayer-users] encode to dvd useing nicos patch produce null size mpeg file!
Heine Laursen
maillist at gozar.dynu.com
Wed Dec 8 23:50:59 CET 2004
Nico Sabbi wrote:
> you must be using the old version; did you recompile and reinstall
> mplayer?.
> If you want to make it short, edit libmpdemux/muxer_mpeg.c: in
> function mpegfile_write_chunk() remove the if() just before
> parse_mpeg12_video() and recompile
is it this you want me to remove form libmdemux/muxer.c:
/* if((vsh->format == 0x10000001) ||
(vsh->format == 0x10000002) ||
(vsh->format == mmioFOURCC('m','p','g','1')) ||
(vsh->format == mmioFOURCC('M','P','G','1')) ||
(vsh->format == mmioFOURCC('m','p','g','2')) ||
(vsh->format == mmioFOURCC('M','P','G','2')) ||
(vsh->format == mmioFOURCC('m','p','e','g')) ||
(vsh->format == mmioFOURCC('M','P','E','G'))) */
sz = parse_mpeg12_video(s, priv, spriv, vsh, len);
If so. It still does the same thing!
Sincerley
Heine Laursen
More information about the MPlayer-users
mailing list