I rushed home from work to try this out and unfortunately I hit a few snags before I got to have any fun.
Windows 7 - 64 bit
CEMP 0.41.3
1. It asks me where java.exe is every time I start up. Since I'm running 64 bit, it's in windows/syswow64/java.exe
2. I popped in Speed Racer and the edits were about 1 second late. It warned me that I didn't have dvd_nav_packet_offset and/or dvd_start_offset, and that accuracy could suffer.
3. When I ran the advanced mode, it couldn't "Display info about current DVD"... which I tracked down to the mplayer.exe command not being found. I didn't have mplayer installed prior to today. I found mplayer.060.exe in vendor/cache and copied it back to CEMP's home directory and renamed it "mplayer.exe". This worked- producing:
"disk_unique_id" => "bc9ac14e|cb4231c9",
"volume_name" => "SPEED_RACER",
"dvd_title_track" => "1",
"dvd_title_track_length" => 8096.566,
"dvd_start_offset" => 0.28,
"dvd_nav_packet_offset" => [2.766667, 0.647666],
ID_DVD_TITLE_1_LENGTH=8096.566
ID_DVD_TITLE_2_LENGTH=12.033
ID_DVD_TITLE_3_LENGTH=12.000
ID_DVD_TITLE_4_LENGTH=21.666
ID_DVD_TITLE_5_LENGTH=29.966
ID_DVD_TITLE_6_LENGTH=7.000
ID_DVD_TITLE_7_LENGTH=326.833
ID_DVD_TITLE_8_LENGTH=60.733
ID_DVD_TITLE_9_LENGTH=873.566
ID_DVD_TITLE_10_LENGTH=941.666
ID_DVD_TITLE_11_LENGTH=1.000
"timestamps_relative_to" => ["file", "29.97"],
4. It won't start and tells me that "ID_DVD_TITLE..." is invalid if I paste that into the EDL file.
5. This line:
"dvd_nav_packet_offset" => [2.766667, 0.647666],
breaks smplayer. In the cmd out window, all I see is:
"button cancelled somehow..."
Commenting that line out of the EDL makes it work again- but with the "no nav_packet" error again.