[MPlayer-users] Was mplayer better in 2006 ???
Carl Eugen Hoyos
cehoyos at ag.or.at
Tue Aug 9 17:28:56 CEST 2011
Emmanuel Anne <emmanuel.anne <at> gmail.com> writes:
> http://www.datafilehost.com/download-c6b1ff7a.html
> That's france2 in hd through the network, h264/faac. No sound with default
> settings, sound if using -demuxer lavf but crashes as soon as you try to
> seek in the file in this case
Simple patch inlined:
Index: libmpcodecs/vd_ffmpeg.c
===================================================================
--- libmpcodecs/vd_ffmpeg.c (revision 33953)
+++ libmpcodecs/vd_ffmpeg.c (working copy)
@@ -198,6 +196,6 @@
}
- if(ptr){
+ if(ptr && avc){
if(!strcmp(avc->class_name, "AVCodecContext")){
AVCodecContext *s= ptr;
if(s->codec){
> http://www.datafilehost.com/download-88c5d6fe.html
> Has bad sound with demuxer lavf
This is a recent regression (Jun 26 doesn't have it).
> And finally :
> http://www.datafilehost.com/download-37aa9482.html
I suspect you forgot to record audio.
And the native demuxer will not work for this file if you do not record PAT/PMT
(-demuxer lavf also works without).
Carl Eugen
More information about the MPlayer-users
mailing list