Author: robux4
Date: 2005-01-01 20:37:10 +0300 (Sat, 01 Jan 2005)
New Revision: 993
Modified:
trunk/DvdMenuXtractor/IFOFile.cpp
trunk/DvdMenuXtractor/README.txt
Log:
DMX: more info about still frames / 1 more TODO
Modified: trunk/DvdMenuXtractor/IFOFile.cpp
===================================================================
--- trunk/DvdMenuXtractor/IFOFile.cpp 2005-01-01 17:16:24 UTC (rev 992)
+++ trunk/DvdMenuXtractor/IFOFile.cpp 2005-01-01 17:37:10 UTC (rev 993)
@@ -238,9 +238,9 @@
if (cle->isStill)
{
if (srp.pgc->cell_playback[k].still_time == 0xFF)
- myfprintf(stderr, "Cell %d.%d with infinite duration !", vob_id, cell_id);
+ myfprintf(stderr, "Cell %d.%d with still infinite duration !", vob_id, cell_id);
else {
- myfprintf(stdout, "Cell %d.%d is still, %d s", srp.pgc->cell_playback[k].still_time);
+ myfprintf(stderr, "Cell %d.%d is still %d s (%d frames of %.1f ms)", vob_id, cell_id, srp.pgc->cell_playback[k].still_time, cle->nb_frames, cle->frame_dur);
cle->frame_dur = srp.pgc->cell_playback[k].still_time * 1000.0 / cle->nb_frames;
}
}
Modified: trunk/DvdMenuXtractor/README.txt
===================================================================
--- trunk/DvdMenuXtractor/README.txt 2005-01-01 17:16:24 UTC (rev 992)
+++ trunk/DvdMenuXtractor/README.txt 2005-01-01 17:37:10 UTC (rev 993)
@@ -3,6 +3,7 @@
TODO :
* fix long frame times in produced M2V files
+* make use of the cancel buttons
* store the palette for subs
* generate the d2v file ?
* allow skipping DVD parts when extracting (VMG, VTSM, VTS)
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.