mplayer-svn-37940 (windows) -loop is broken and play too fast
MPlayer & MEncoder Builds for Windows
Brought to you by:
redxii
From mplayer-svn-37940.7z (windows build) videos restart playing too fast on loop
just a sample to try, but also happens on .MP4s and .MOVs, it's not this video only
http://video.webmfiles.org/big-buck-bunny_trailer.webm
mplayer.exe big-buck-bunny_trailer.webm -loop 0 -fs
output on shell has a ct: value always near 0.0 on first play,
A: 1.1 V: 1.1 A-V: 0.004 ct: 0.021 0/ 0 12% 0% 0.6% 1 0
as soon video loops, ct grows continuously like
A: 6.0 V: 31.0 A-V:-25.017 ct: 77.602 0/ 0 1% 8% 0.0% 777 0
It works correctly on mplayer-svn-37934.7z , speed is constant on loop and ct: remains about 0.0
Try the latest release.
I wasn't clear enough apparently, when I said from version 37940 i meant exactly that all versions from 37940 to latest r37946-6 have the same bug. I actually spotted it in r37946-6 and downloaded all backwards until I found one that was working correctly on loop again.
The order of the commands may matter, try 'mplayer.exe -loop 0 -fs big-buck-bunny_trailer.webm '
Should be fixed in 37953
Yes, confirmed working again correctly, thanks!