bug with some avis using ffmpeg
hi. since some days (a week or so) mplayer doesn't play some avis right. the brightness is right, but the colour is shifted half horizontally (so the colour that should be at the sides is in the center of the image). it appears only using -vc ffdivx, and i couldn't find out what files are causing this, so i've uploaded a sample to the ftp (universal.avi.gz). bye christian ohm ps: btw, when using 'mplayer *' in a directory with subdirectories, mplayer tries to play the directories and takes some time to figure out that it can't play them. a check if a file is a directory could help there. -- Try to get all of your posthumous medals in advance.
Hi On Sunday 26 May 2002 03:57, Christian Ohm wrote:
hi.
since some days (a week or so) mplayer doesn't play some avis right. the brightness is right, but the colour is shifted half horizontally (so the colour that should be at the sides is in the center of the image). it appears only using -vc ffdivx, and i couldn't find out what files are causing this, so i've uploaded a sample to the ftp (universal.avi.gz).
what -vo do u use xv? and what grafix card ... if its ok with -vo x11 than its a grafix driver bug and yes its fine here ... [...] Michael
Hi
On Sunday 26 May 2002 03:57, Christian Ohm wrote:
hi.
since some days (a week or so) mplayer doesn't play some avis right. the brightness is right, but the colour is shifted half horizontally (so the colour that should be at the sides is in the center of the image). it appears only using -vc ffdivx, and i couldn't find out what files are causing this, so i've uploaded a sample to the ftp (universal.avi.gz).
what -vo do u use xv? and what grafix card ... if its ok with -vo x11 than its a grafix driver bug and yes its fine here ... I guess miscompiled ffmpeg, do a make distclean;make inside libavcodec dir and
On Sunday 26 May 2002 04:56, Michael Niedermayer wrote: then make inside main dir....
[...]
Michael _______________________________________________ Mplayer-advusers mailing list Mplayer-advusers@mplayerhq.hu http://mplayerhq.hu/mailman/listinfo/mplayer-advusers
-- Best Regards, Atmos ____________________________________________ - MPlayer Developer - http://mplayerhq.hu/ - ____________________________________________
On Sunday, 26 May 2002 at 13:19, Felix Buenemann wrote:
Hi
On Sunday 26 May 2002 03:57, Christian Ohm wrote:
hi.
since some days (a week or so) mplayer doesn't play some avis right. the brightness is right, but the colour is shifted half horizontally (so the colour that should be at the sides is in the center of the image). it appears only using -vc ffdivx, and i couldn't find out what files are causing this, so i've uploaded a sample to the ftp (universal.avi.gz).
what -vo do u use xv? and what grafix card ... if its ok with -vo x11 than its a grafix driver bug and yes its fine here ... I guess miscompiled ffmpeg, do a make distclean;make inside libavcodec dir and
On Sunday 26 May 2002 04:56, Michael Niedermayer wrote: then make inside main dir....
i found out this is a bug in vo_sdl when using both direct rendering and postprocessing and starting in fullscreen (in 1152x864). when starting up windowed, then switching to fullscreen it looks right (vo_sdl then switches to 640x480). when changing modes with 'c' it works in 640x480 and 1024x768, 800x600 and 1152x864 don't work. btw, while examining this i found some strange things about vo_sdl. when starting in fullscreen mode, 'c' doesn't work, while it does when starting up windowed. and when switching to fullscreen from windowed it changes the videomode while when starting in fullscreen directly it uses the current mode. and there are some issues with keypresses. for whatever reason, enter is mapped to quit mplayer when pressed twice, and so can't be used to switch to the next file (which is the default config). and some keys are mapped to a german keyboard layout. bye christian ohm -- This is now. Later is later.
On Monday, 27 May 2002 at 0:25, Christian Ohm wrote:
On Sunday, 26 May 2002 at 13:19, Felix Buenemann wrote:
Hi
On Sunday 26 May 2002 03:57, Christian Ohm wrote:
hi.
since some days (a week or so) mplayer doesn't play some avis right. the brightness is right, but the colour is shifted half horizontally (so the colour that should be at the sides is in the center of the image). it appears only using -vc ffdivx, and i couldn't find out what files are causing this, so i've uploaded a sample to the ftp (universal.avi.gz).
what -vo do u use xv? and what grafix card ... if its ok with -vo x11 than its a grafix driver bug and yes its fine here ... I guess miscompiled ffmpeg, do a make distclean;make inside libavcodec dir and
On Sunday 26 May 2002 04:56, Michael Niedermayer wrote: then make inside main dir....
i found out this is a bug in vo_sdl when using both direct rendering and postprocessing and starting in fullscreen (in 1152x864). when starting up windowed, then switching to fullscreen it looks right (vo_sdl then switches to 640x480). when changing modes with 'c' it works in 640x480 and 1024x768, 800x600 and 1152x864 don't work.
this is the shortest commandline which shows this error (with x in 1152x864): mplayer -vo sdl -dr -npp de -fs universal.avi
btw, while examining this i found some strange things about vo_sdl. when starting in fullscreen mode, 'c' doesn't work, while it does when starting up windowed. and when switching to fullscreen from windowed it changes the videomode while when starting in fullscreen directly it uses the current mode.
and there are some issues with keypresses. for whatever reason, enter is mapped to quit mplayer when pressed twice, and so can't be used to switch to the next file (which is the default config). and some keys are mapped to a german keyboard layout.
bye christian ohm
-- This is now. Later is later.
-- God did not create the world in seven days; he screwed around for six days and then pulled an all-nighter.
On Monday, 27 May 2002 at 0:25, Christian Ohm wrote:
On Sunday, 26 May 2002 at 13:19, Felix Buenemann wrote:
On Sunday 26 May 2002 04:56, Michael Niedermayer wrote:
Hi
On Sunday 26 May 2002 03:57, Christian Ohm wrote:
hi.
since some days (a week or so) mplayer doesn't play some avis right. the brightness is right, but the colour is shifted half horizontally (so the colour that should be at the sides is in the center of the image). it appears only using -vc ffdivx, and i couldn't find out what files are causing this, so i've uploaded a sample to the ftp (universal.avi.gz).
what -vo do u use xv? and what grafix card ... if its ok with -vo x11 than its a grafix driver bug and yes its fine here ...
I guess miscompiled ffmpeg, do a make distclean;make inside libavcodec dir and then make inside main dir....
i found out this is a bug in vo_sdl when using both direct rendering and postprocessing and starting in fullscreen (in 1152x864). when starting up windowed, then switching to fullscreen it looks right (vo_sdl then switches to 640x480). when changing modes with 'c' it works in 640x480 and 1024x768, 800x600 and 1152x864 don't work.
this is the shortest commandline which shows this error (with x in 1152x864):
mplayer -vo sdl -dr -npp de -fs universal.avi
On Friday 07 June 2002 01:36, Christian Ohm wrote: prob is i can't currently check, as my laptop does only 1024x768 and my workstation currently has no linux installed as I exchanged the harddrive and didn't yet find the time to install a new system.
bye christian ohm
-- Best Regards, Atmos ____________________________________________ - MPlayer Developer - http://mplayerhq.hu/ - ____________________________________________
On Saturday, 8 June 2002 at 4:05, Felix Buenemann wrote:
On Friday 07 June 2002 01:36, Christian Ohm wrote:
On Monday, 27 May 2002 at 0:25, Christian Ohm wrote:
i found out this is a bug in vo_sdl when using both direct rendering and postprocessing and starting in fullscreen (in 1152x864). when starting up windowed, then switching to fullscreen it looks right (vo_sdl then switches to 640x480). when changing modes with 'c' it works in 640x480 and 1024x768, 800x600 and 1152x864 don't work.
i got those wrong; it works in 640x480 and 800x600, and is wrong in 1024x768 and 1152x864. haven't tried running x in 1024x768, yet.
this is the shortest commandline which shows this error (with x in 1152x864):
mplayer -vo sdl -dr -npp de -fs universal.avi
prob is i can't currently check, as my laptop does only 1024x768 and my workstation currently has no linux installed as I exchanged the harddrive and didn't yet find the time to install a new system.
as i said, it might occur in 1024x768, too. but if it doesn't: do you have any idea where to look? not that i know much about this, but i might find something. bye christian ohm -- You are never given a wish without also being given the power to make it true. You may have to work for it, however. -- R. Bach, "Messiah's Handbook : Reminders for the Advanced Soul"
On Tuesday 11 June 2002 00:21, Christian Ohm wrote:
On Saturday, 8 June 2002 at 4:05, Felix Buenemann wrote:
On Friday 07 June 2002 01:36, Christian Ohm wrote:
On Monday, 27 May 2002 at 0:25, Christian Ohm wrote:
i found out this is a bug in vo_sdl when using both direct rendering and postprocessing and starting in fullscreen (in 1152x864). when starting up windowed, then switching to fullscreen it looks right (vo_sdl then switches to 640x480). when changing modes with 'c' it works in 640x480 and 1024x768, 800x600 and 1152x864 don't work.
i got those wrong; it works in 640x480 and 800x600, and is wrong in 1024x768 and 1152x864. haven't tried running x in 1024x768, yet.
I can reproduce, it is very starnge however, I'll have to check when I have more time.
this is the shortest commandline which shows this error (with x in 1152x864):
mplayer -vo sdl -dr -npp de -fs universal.avi
prob is i can't currently check, as my laptop does only 1024x768 and my workstation currently has no linux installed as I exchanged the harddrive and didn't yet find the time to install a new system.
as i said, it might occur in 1024x768, too. but if it doesn't: do you have any idea where to look? not that i know much about this, but i might find something.
bye christian ohm
-- Best Regards, Atmos ____________________________________________ - MPlayer Developer - http://mplayerhq.hu/ - ____________________________________________
On Tuesday, 11 June 2002 at 0:54, Felix Buenemann wrote:
I can reproduce, it is very starnge however, I'll have to check when I have more time.
another thing: this only happens with ffdivx, all other vc's worked ok. and some mpeg files also showed this; i'll see if i find one again. bye christian ohm -- Thus spake the master programmer: "Without the wind, the grass does not move. Without software, hardware is useless." -- Geoffrey James, "The Tao of Programming"
participants (3)
-
Christian Ohm -
Felix Buenemann -
Michael Niedermayer