PDA

View Full Version : time codes-error in manual?


trolltuning
30th September 2004, 16:57
I thought I would play around at encoding small parts of a DVD and then authoring it back into contiguous VOBs. I'm trying to understand this Paragraph from the CCE Basic Guide vs2.69 pg 11.

Be careful that the timecode Out point will not be encoded.
The video will be encoded from the In point to just before the
Out point.For example,supposing a source .le is 30fps and the
setting is 01:00:00:00 for In point and 01:00:04:00 for Out point,
encoding will start from 01:00:00:00 and stop at 01:00:03:29.

Is there an error in the last time or am I just not following their logic?

robot1
30th September 2004, 17:47
The manual is right.
The manual says the timecode of the Out point will not be encoded.
If you set as Out point 01:00:04:00, it has to encode till the frame right before this one.
This numer is in format: hour:minutes:seconds:frames
The last digit is the frame, and in one second there are 30 frames (for an encoding at 30 fps, as in the example). Frames go from 0 to 29, so the frame right before is 01:00:03:29
Hope to be clear in my poor english.