[BUG] mplayer bugs away with MPEG1 clip
http://www.kontrollfilm.hu/media/kontroll_320x240.mpg 1. MPlayer detects MP3 audio instead of MP2, and so the sound goes br0ke. 2. Try watching it with -vf spp=(1-...), the image will blur and shake. It's very unwatchable. -- Gabucino MPlayer Core Team
Hi On Thursday 05 February 2004 15:01, Gabucino wrote:
http://www.kontrollfilm.hu/media/kontroll_320x240.mpg
1. MPlayer detects MP3 audio instead of MP2, and so the sound goes br0ke. 2. Try watching it with -vf spp=(1-...), the image will blur and shake. It's very unwatchable. yes, its a very interresting sample :) if u look at it with '-vc ffmpeg12 -lavdopts debug=1' u will see that the QP/quantizer changes by a factor of 20! between frames (yes even P->P not only P->B), and as postprocessing filters use qp for deciding how much to filter it flickers, whoever encoded that should be shot :) u can reduce the effect by forcing a specific qp for spp
-- Michael level[i]= get_vlc(); i+=get_vlc(); (violates patent EP0266049) median(mv[y-1][x], mv[y][x-1], mv[y+1][x+1]); (violates patent #5,905,535) buf[i]= qp - buf[i-1]; (violates patent #?) for more examples, see http://mplayerhq.hu/~michael/patent.html stop it, see http://petition.eurolinux.org & http://petition.ffii.org/eubsa/en
Michael Niedermayer wrote:
filter it flickers, whoever encoded that should be shot :) lol! Thanks for the insight. :)
-- Gabucino MPlayer Core Team
Gabucino wrote:
1. MPlayer detects MP3 audio instead of MP2, and so the sound goes br0ke. I mean, mp3lib is broken.
-- Gabucino MPlayer Core Team
Gabucino wrote:
Gabucino wrote:
1. MPlayer detects MP3 audio instead of MP2, and so the sound goes br0ke.
I mean, mp3lib is broken.
The file plays just fine for me, with MPlayer as of this afternoon's CVS. It recognizes the audio as MP2 just fine, or so I assume from its codec choice - I'm not up on audio/video format codes. (I do get flicker as described with -vf spp=1-.) -- The Wanderer A government exists to serve its citizens, not to control them.
The Wanderer wrote:
The file plays just fine for me, with MPlayer as of this afternoon's CVS. It recognizes the audio as MP2 just fine, or so I assume from its codec choice - I'm not up on audio/video format codes. (I do get flicker arch? cpu?
-- Gabucino MPlayer Core Team
Gabucino wrote:
The Wanderer wrote:
The file plays just fine for me, with MPlayer as of this afternoon's CVS. It recognizes the audio as MP2 just fine, or so I assume from its codec choice - I'm not up on audio/video format codes.
arch? cpu?
I don't know the architecture categories by name as well as I think I used to, but MPlayer compiles on my system with -march and -mcpu = athlon-4, and I've got an Athlon XP 2200+. Any other information desired? (Hmm. I should perhaps note that I have afm defaulting to ffmpeg, and I can imagine that this might affect matters in some way... the codec choice I referred to above is ffmp2.) -- The Wanderer A government exists to serve its citizens, not to control them.
The Wanderer wrote:
(Hmm. I should perhaps note that I have afm defaulting to ffmpeg, and I can imagine that this might affect matters in some way... the codec choice I referred to above is ffmp2.) As I said, mp3lib is broken with that file. ffmp2 plays it.
-- Gabucino MPlayer Core Team
participants (3)
-
Gabucino -
Michael Niedermayer -
The Wanderer