Download Links:
Built with x264 r1171.
Basic multiuser support
MPlayer now tests to see if a “%appdata%\mplayer” folder exists. If
it exists, then mplayer uses it instead of the “(.exe dir)\mplayer”
for reading/writing config files.
This new behavior is of course only triggered if the user makes a
“mplayer” folder inside “%appdata%”; not making it maintains current
behavior.
Changed the default VO for Vista+ to gl:yuv=2
VO direct3d was causing bad subtitle rendering bugs.
gl:yuv=2 should work fine on any video card recent enough to
actually have OpenGL drivers on Vista.
Some people may want to not use vo_gl’s unscaled subtitle renderer; in that case,
they should add “vf-pre=ass” to the mplayer configuration file.
Fix a stupid crash when running on computers without SSE2.
Changed the thread multiplier again, this time to 1 * cores.
This gives the best performance according to tests done by uau.
Now uses the libass from git://greg.geekmind.org/libass.git
Sources on http://greg.geekmind.org/viewgit/?a=summary&p=libass.
Display the CPU detection line by default.
No point in hiding it since it’s helpful and non-spammy.
Now uses JEEB’s build with AutoVAQ
To use it, pass aq_mode=2 to -x264encopts. Note that it changes crf semantics.
MD5Sums:
9dc165b262ae65f8c4bd7f1d46fab675 *mplayer.exe
4c4ead2183297cab970b1995424251c9 *mencoder.exe
9240ee00f93d1e3798e357fabfc72dd4 *mplayer-20090624-50d1a84-31cee2f.7z.exe
FFmpeg-mt Shortlog:
- Fix a bug in the WAV demuxer where 2GB+ files could enter an infinite loop on seek.
- Fixed a potential crash on the OGG demuxer.
- Support for decoding soft telecined H.264 as progressive.
- DPX (Digital Picture Exchange) image decoder added.
- Electronic Arts Madcow decoder added.
- More FourCCs.
- Metadata conversion tables for OGG.
- VC-1/WMV3 simplifications and optimizations.
- Fix race condition on multithreaded H.264. Should fix all bugs for valid H.264 streams without frame num gaps.
x264 Shortlog:
- SSSE3 and SSE2/MMX for integral_init4v, as an excuse for Dark_Shikari to use shufpd.
- Faster and smaller MV prediction (plus Dark_Shikari gets to use goto).
- Various CABAC optimizations and cleanups.
- Various minor optimizations.
Full Logs:
Entries (RSS)
7-Zip sfx link is bad
don’t work “subcp” option from last build
7zip link is wrong, the working one is http://kovensky.project357.com/builds/mplayer/git/20090624-50d1a84-31cee2f/mplayer-20090624-50d1a84-31cee2f.7z.exe
Great work. Thanks
But why in your build this subs command doesn’t work?(in Sherpya it is working):
Subtitles visible (MKV file):
-subcp cp1250 -subfont C:\Windows\Fonts\Arial.ttf -subfont-text-scale 3 -subfont-outline 1 -subfont-blur 1 -subpos 98 -aid 3 -sid 3
Subtitles not shown (MKV file):
-ass -nofontconfig -subcp cp1250 -subfont C:\Windows\Fonts\Arial.ttf -aid 3 -sid 3
It seems -ass parameter is not recognized?
Many thanks
I forgot to mention that I mean MEncoder:-)
I vaguely recall that Sherpya had some patch for ass rendering in MEncoder. That doesnt work normally.
Is it somehow possible to change vertical align of subtitles inside bottom black rectangle if movie if wider then screen on fullscreen?
use options: ass-use-margins, ass-top-margin, ass-bottom-margin.
Any idea if MPlayer will support DVB subtitles in future ?
I’ve been using various builds for couple of years now, but I have a question – though I always used the fast gl=:yuv=2 it disables aero when going fullscreen (windowed works ok), so it flickers after disabling mplayer after a fullscreen. On the other hand direct3d works ok BUT has poor contrast, appears blurry and the subs are heavily pixelated (using same fontconfig settings). Is there a way to fix either of those issues (the gl fulscreen compatibility OR the shitty looks in direct3d)?
The -dumpstream, -dumpaudio, -dumpvideo options seem to be br0ken on recent windows versions (r28126+). Sorry, this is nothing to do with this release.
Maybe not. I generated the file with,
mplayer -ao null -vf spp,test,scale -endpos 10 -vo gif89a:output=test.gif:fps=15 foo.avi
mplayer -ao null -vf “rgbtest=512:512″ -endpos 3 -vo gif89a:output=test2.gif:fps=15 foo.avi
mencoder.exe test.gif test2.gif -ovc lavc -o test_pattern.avi
mencoder.exe -oac lavc -ovc copy -vf harddup -o test_pattern2.avi -audiofile test2.wav
test_pattern.avi
I was trying dumpaudio on the test_pattern2.avi, ‘midentify’ gives,
ID_VIDEO_ID=0
ID_AUDIO_ID=1
ID_CLIP_INFO_NAME0=Software
ID_CLIP_INFO_VALUE0=MEncoder Sherpya-SVN-r28126-4.2.5
ID_CLIP_INFO_N=1
ID_FILENAME=256dad92-a9e0-42f2-a454-499eac55e296.avi.avi
ID_DEMUXER=avi
ID_VIDEO_FORMAT=h264
ID_VIDEO_BITRATE=193264
ID_VIDEO_WIDTH=512
ID_VIDEO_HEIGHT=512
ID_VIDEO_FPS=24.975
ID_VIDEO_ASPECT=1.0000
ID_AUDIO_FORMAT=85
ID_AUDIO_BITRATE=96000
ID_AUDIO_RATE=0
ID_AUDIO_NCH=0
ID_LENGTH=12.09
ID_SEEKABLE=1
ID_CHAPTERS=0
ID_VIDEO_CODEC=ffh264
ID_AUDIO_BITRATE=96000
ID_AUDIO_RATE=32000
ID_AUDIO_NCH=2
ID_AUDIO_CODEC=mp3
ID_EXIT=EOF
I will try with a Linux version…. It cores too (with r27486).