[Mplayer-cvslog]
Arpi
arpi at thot.banki.hu
Thu Jan 23 03:14:58 CET 2003
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux demux_mpg.c,1.46,1.47 demuxer.c,1.132,1.133 demuxer.h,1.54,1.55 video.c,1.31,1.32
- Next message: [Mplayer-cvslog] CVS: main/postproc postprocess.c,1.76,1.77 postprocess_template.c,1.72,1.73
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Hi,
> Log Message:
> raw mpeg4-es support (you need to set -fps manually!)
> +#if 0
> + // fuzzy mpeg4-es detection. do NOT enable without heavy testing of mpeg formats detection!
> + if(num_elementary_packets1B6>3 && num_elementary_packets12x>=1 &&
> + num_elementary_packetsPES==0 && num_elementary_packets100<=num_elementary_packets12x &&
> + demuxer->synced<2){
> + file_format=DEMUXER_TYPE_MPEG4_ES;
> + } else
> +#endif
note: either change this to #if 1, or use -demuxer 27 to enable it!
A'rpi / Astral & ESP-team
--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux demux_mpg.c,1.46,1.47 demuxer.c,1.132,1.133 demuxer.h,1.54,1.55 video.c,1.31,1.32
- Next message: [Mplayer-cvslog] CVS: main/postproc postprocess.c,1.76,1.77 postprocess_template.c,1.72,1.73
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list