rev13-test6 released

Added by Adrian Stutz about 2 years ago

  • Refactor video view and add proper locking (should fix a crash on Leopard when switching fullscreen).
  • Rename Keep/Pan-Scan to Zoom to Fit/Zoom to Fill/Stretch to Fill and add the option to preferences.
  • Fix pause getting stuck in test4.
  • Fix key commands getting sent to a button instead of MPlayer.
  • Add a workaround for MPEG1/2 playback issues so they at least play fine with the single-threaded binary.

Download the update from the PrereleaseVersions page.


Comments

Added by Roger Jönsson about 2 years ago

test 5 crashes on starting video

10.5.8 Macmini 2.53

Added by Roger Jönsson about 2 years ago

The log:
Sun Jan 17 20:01:11 Roger-Jonssons-Dator.local MPlayer OSX1276 <Info>: Path to MPlayer: /Users/roger/Desktop/MPlayer OSX Extended.app/Contents/Resources/Binaries/mpextended.mpBinaries/Contents/MacOS/mplayer
Sun Jan 17 20:01:11 Roger-Jonssons-Dator.local MPlayer OSX1276 <Info>: Command: mplayer /Users/roger/Desktop/TESTBILD.mpg -alang sv,swe -slang sv,swe -cache 51200 -lavdopts threads=1 -vo corevideo:buffer_name=mplayerosx-1276 -font Arial:style=Regular -ass -ass-font-scale 1.000 -embeddedfonts -ass-color FFFFFF26 -ass-border-color 00000032 -subfont-osd-scale 4.500 -framedrop -volume 25.00 -vf-add screenshot -af-add equalizer=0.00:0.00:0.00:0.00:0.00:0.00:0.00:0.00:0.00:0.00 -slave -identify -noar
Sun Jan 17 20:01:11 Roger-Jonssons-Dator.local MPlayer OSX1276 <Info>: Path to fontconfig: /Users/roger/Desktop/MPlayer OSX Extended.app/Contents/Resources/fonts
Sun Jan 17 20:01:11 Roger-Jonssons-Dator.local MPlayer OSX1276 <Info>: Reason: image not founddyld: Library not loaded: /Users/adrian/dev/mplayer/mplayer/usrs/local/lib/libSDL-1.2.0.dylib
Sun Jan 17 20:01:11 Roger-Jonssons-Dator.local MPlayer OSX1276 <Info>: Referenced from: /Users/roger/Desktop/MPlayer OSX Extended.app/Contents/Resources/Binaries/mpextended.mpBinaries/Contents/MacOS/mplayer
Sun Jan 17 20:01:11 Roger-Jonssons-Dator.local MPlayer OSX1276 <Info>: MPlayer process exited with code 5

Added by Evgeny Smirnov about 2 years ago

Sun Jan 17 23:03:51 MacBook-Evgenij-Smirnov.local MPlayer OSX98389 <Info>: ===================== MPlayer OSX Started =====================
Sun Jan 17 23:03:52 MacBook-Evgenij-Smirnov.local MPlayer OSX98389 <Info>: Found binary mpextended-mt.mpBinaries in Resources
Sun Jan 17 23:03:52 MacBook-Evgenij-Smirnov.local MPlayer OSX98389 <Info>: Found binary mpextended.mpBinaries in Resources
Sun Jan 17 23:05:41 MacBook-Evgenij-Smirnov.local MPlayer OSX98389 <Info>: Path to MPlayer: /Applications/MPlayer OSX Extended.app/Contents/Resources/Binaries/mpextended.mpBinaries/Contents/MacOS/mplayer
Sun Jan 17 23:05:41 MacBook-Evgenij-Smirnov.local MPlayer OSX98389 <Info>: Command: mplayer "/Volumes/Добро/New/[Zero-Raws] Charady no Joke na Mainichi - 216 RAW (D-MTV DivX6.8.5 704x396).avi" -alang ja,jpn -slang ru,rus -cache 20480 -lavdopts threads=1 -vo corevideo:buffer_name=mplayerosx-98389 -font "Anime Ace v02:style=Medium" -subcp enca:ru:UTF-8 -ass -ass-font-scale 1.000 -embeddedfonts -ass-color FFFFFF26 -ass-border-color 00000032 -subfont-osd-scale 4.500 -framedrop -volume 100.00 -vf-add ass,screenshot -slave -identify -noar
Sun Jan 17 23:05:41 MacBook-Evgenij-Smirnov.local MPlayer OSX98389 <Info>: Path to fontconfig: /Applications/MPlayer OSX Extended.app/Contents/Resources/fonts
Sun Jan 17 23:05:42 MacBook-Evgenij-Smirnov.local MPlayer OSX98389 <Info>: dyld: Library not loaded: /Users/adrian/dev/mplayer/mplayer/usrs/local/lib/libSDL-1.2.0.dylib
Sun Jan 17 23:05:42 MacBook-Evgenij-Smirnov.local MPlayer OSX98389 <Info>: Referenced from: /Applications/MPlayer OSX Extended.app/Contents/Resources/Binaries/mpextended.mpBinaries/Contents/MacOS/mplayer
Sun Jan 17 23:05:43 MacBook-Evgenij-Smirnov.local MPlayer OSX98389 <Info>: MPlayer process exited with code 5
Sun Jan 17 23:09:48 MacBook-Evgenij-Smirnov.local MPlayer OSX98389 <Error>: Abnormal playback error. mplayer returned error code: 5

Added by Adrian Stutz about 2 years ago

Sorry, a dependency slipped into the 64bit build!

Fixed in test6, available now!

Added by Roger Jönsson about 2 years ago

Seems to play just fine now, with test 6.

-The workaround for MPEG1/2 playback issues seems to work. -However, a 16:9 (720x576) mpeg plays as 4:3 (auto).

-The audio equalizer still does not do anything.

Added by Adrian Stutz about 2 years ago

@Roger Jönsson

- Does the MPlayer command line also not detect the correct aspect ratio or is MPE using an incorrect one? I cannot help with the first case as it would suggest an issue with MPlayer's MPEG parser or the movie.

- You probably override the audio filter chain in advanced options. If you have an "-af" in there, that will replace all audio filters MPE is trying to set. Make sure you use "-af-add" or "-af-pre".

Added by Roger Jönsson about 2 years ago

rev 11,rev 12 rev and rev 13 test 4 plays the mpeg ratio correctly. rev 13 test 6 does not. Quicktime and VLC also plays the testpicture movie correctly. Please try it: http://www.lineaudio.se/div/TESTBILD.mpg

You where right about the -af thingy. The eq now works. -Thanks!

Added by Roger Jönsson about 2 years ago

To correct myself, MPE does not play the 720*576 mpeg in 4:3 either. It plays it in 720*576. I seems to miss the ratio completely. This is important for playing DVDs...

Setting the ratio manually works, though.

Added by Adrian Stutz about 2 years ago

You're right. It's a bad change I made that did not apply the aspect ratio to the dimensions passed to the view.

Now fixed in SVN. Thanks!