Author: robux4
Date: 2004-12-13 09:25:04 +0300 (Mon, 13 Dec 2004)
New Revision: 970
Modified:
trunk/DvdMenuXtractor/DvdMenuXtractor.cpp
trunk/DvdMenuXtractor/DvdMenuXtractor.vcproj
trunk/DvdMenuXtractor/README.txt
Log:
menu parts of VTS are now called VTSM
populate the README with some TODO
Modified: trunk/DvdMenuXtractor/DvdMenuXtractor.cpp
===================================================================
--- trunk/DvdMenuXtractor/DvdMenuXtractor.cpp 2004-12-12 16:01:38 UTC (rev 969)
+++ trunk/DvdMenuXtractor/DvdMenuXtractor.cpp 2004-12-13 06:25:04 UTC (rev 970)
@@ -563,7 +563,7 @@
if (title == 0)
newFilename = "VMG";
else
- newFilename = wxString::Format("VTS%02d%s", title, language?"_L":"");
+ newFilename = wxString::Format("VTS%s%02d", language?"M":"", title);
demuxer.Reset();
Modified: trunk/DvdMenuXtractor/DvdMenuXtractor.vcproj
===================================================================
--- trunk/DvdMenuXtractor/DvdMenuXtractor.vcproj 2004-12-12 16:01:38 UTC (rev 969)
+++ trunk/DvdMenuXtractor/DvdMenuXtractor.vcproj 2004-12-13 06:25:04 UTC (rev 970)
@@ -472,6 +472,9 @@
RelativePath=".\iso\iso_lang.h">
</File>
</Filter>
+ <File
+ RelativePath=".\README.txt">
+ </File>
</Files>
<Globals>
</Globals>
Modified: trunk/DvdMenuXtractor/README.txt
===================================================================
--- trunk/DvdMenuXtractor/README.txt 2004-12-12 16:01:38 UTC (rev 969)
+++ trunk/DvdMenuXtractor/README.txt 2004-12-13 06:25:04 UTC (rev 970)
@@ -1,2 +1,9 @@
Known issues :
-* The duration of still frames is not handled yet (only lasts as normal frames)
\ No newline at end of file
+* The duration of still frames is not handled yet (only lasts as normal frames)
+
+TODO :
+* separate the XML chapters in 2 parts for VTS (menu and content)
+* generate the mkvmerge muxing batch for each output file (OS specific)
+* allow skipping DVD parts when extracting (VMG, VTSM, VTS)
+* allow selection of stream output (audio & subs languages)
+* editor for the chapter names
\ No newline at end of file
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.