mplayer needs help to use EDL’s with DVD’s

Currently it appears that mplayer doesn’t always play EDL’s with DVD’s right [1].

Basically, as it is playing through a DVD, at certain points (DVD-specific) it will “reset” the time clock.http://betterlogic.com/roger/2011/01/mplayer-counter-resets-while-playing-a-dvd/

So after minute 50, suddenly you’re at minute 0 again.

To fix this for sensible-cinema, you need to specify where these “resets” occur so that it can correctly munge the numbers before feeding them to mplayer for playback (i.e. if you want to play back the DVD through mplayer, you’ll need these, or if you want to use mencoder -edl to splice your file, you’ll need these).

To discover the numbers, play the DVD back in smplayer, and note carefully where it seems to reset.  Add these to your decision list, like this line (if you had two resets, one at 59:59 and one 10 minutes after that)

“mplayer_dvd_splits” => ["59:59", "10:00"],

Note that you can also "find" these more precisely by running your dvd through mplayer:

$ mplayer -benchmark dvd://1/e: -vo null -nosound 2>&1 > output.txt

let it play, then afterward, you can parse through it, and find where it resets to zero quite precisely.

Now SC will munge the numbers correctly for you.  You’ll have to do math to setup the delete lists right, if this is your only edit method (recommend using the other method–the normal “grab” then edit, instead, or playback in a real DVD player, then convert your timestamps using 30fps -> 29.97).

If there are “too many” resets, then you’ll probably have to grab it to a file and work off of that instead, or use a real DVD playback and convert timestamps.

[1] http://nextsprocket.com/tasks/fix-mplayer-dvdnav-counter-resets

jruby woe

yo:1:in `require’: no such file to load — date (LoadError)
from yo:1
meant “with 1.5.6 you cannot run jruby with jruby-complete .jar in a path with spaces in it…” with 1.6.0 it seems to work all right…

installing a programs something overwrites the system path environment variable with a single path

https://github.com/oneclick/rubyinstaller/issues#issue/51

This appears related:

http://forums.winamp.com/showthread.php?s=af27e53891780bc8fb1ac115528bf7db&threadid=313298&highlight=PATH

I’ve had it happen to me before….though it’s been awhile…

Appears some others have run into it before, as well:
http://www.no.adeptnordic.com/kb/article/CDAE http://subversion.wandisco.com/forums/4-windows/504-windows-binaries-issue-path-overwriting.html http://embdev.net/topic/132417 (this is where I got the original link to the NSIS installer issue)
http://www.rhinocerus.net/forum/lang-ruby/65464-ann-one-click-ruby-installer-186-26-release-candidate-1-a.html (search for 256)

Thanks for looking into it.