PDA

View Full Version : Setting precise chapter points


FreQi
29th June 2003, 22:55
I'm in the process of making several DVD's from various tv/hd captures, and one thing I am stumbling with is setting precise chapter points for various video clips in Scenarist. I know how to force an I-Fram in CCE by editing the .ecl and adding the frame numbers, but this doesn't translate well into scenarist.

What I have been doing is finding the frame that I want to set as a chapter by opening the avisynth script in virtualdub, and then write down the time code and frame number.

Then I add the avs to CCE, save the .ecl and edit that to manually add the chapter points using the frame numbers I wrote down. After encoding I use pulldown.exe on the mpv to enable 2:3 Pulldown and the Drop-frame flag. After that, I rename the video to a .m2v and pull it into Scenarist.

Then to set the chapters, Scenarist wants a time code, so I enter the time code I wrote down and hit enter to jump to that spot in the video asset. When I click the "New Scene" button it sets a new scene at what I assume is the nearest i-frame, but it never seems to line up with the exact same time code.

Now, I understand that is because when I apply the 2:3 Pulldown, it alters the frame rate, so the number of frames increases, and the time codes will be sightly different, however I am wondering if there is a way to be sure I am in fact hitting the I-Frame I manually set in CCE. I noticed that when I open the VIDEO_TS in WinDVD for testing, I can jump to the next or previous chapters, but there is often times a blip of audio from the prevous chapter that plays. I'd like to avoid that since the frame numbers I wrote down are precisly at the beginning/end of the segments. Perhaps it because the AC3 needs a sort of "I-Frame" at the same time?

Actually, I am kind of hopeing that there is a much easier way to set these chapter points (secenes) in Sceanrist without using the mouse to pull the scene edge to one side or the other. Is there some way to frame-by-frame through the video? My chapter points are in a pretty small window of 10 to 15 frames of blackness (the commercial cuts of a tv show) and there are over 80 episodes I am doing this on over several discs, so faster is better...

Here are some of the chapter points for the videos I am putting on one disc, just to get an idea of what I am looking at. I have these saved in my .avs scripts which is why they are commented. It's got the Timecode according to Virtualdub and the frame number. Remember, this is from a 23.976 video clip that will later get a 2:3 Pulldown to 29.97.

# s3e02 chapters
# 0:00:00.000 0
# 0:01:18.036 1871
# 0:11:35.529 16676
# 0:20:51.460 30005

# s3e03 chapters
# 0:00:00.000 0
# 0:01:12.364 1735
# 0:10:14.948 14744
# 0:20:38.197 29687

# s3e04 chapters
# 0:00:00.000 0
# 0:01:24.376 2023
# 0:09:13.595 13273
# 0:20:05.789 28910

# s3e05 chapters
# 0:00:00.000 0
# 0:01:32.759 2224
# 0:10:10.819 14645
# 0:21:03.514 30294

# s3e06 chapters
# 0:00:00.000 0
# 0:02:41.161 3864
# 0:10:46.104 15491
# 0:20:32.608 29553

# s3e07 chapters
# 0:00:00.000 0
# 0:01:06.316 1590
# 0:09:04.169 13047
# 0:20:17.384 29188

# s3e08 chapters
# 0:00:00.000 0
# 0:01:58.952 2852
# 0:10:25.667 15001
# 0:20:41.825 29774

# s3e09 chapters
# 0:00:00.000 0
# 0:02:05.959 3020
# 0:11:15.676 16200
# 0:21:01.678 30250

# s3e10 chapters
# 0:00:00.000 0
# 0:02:35.950 3787
# 0:12:02.723 17328
# 0:20:45.454 29861

dvdboy
30th June 2003, 21:08
In the simulation window you can increment the time code by frames, by first clicking on the relevant part of the time, then using the up and down arrows.

As you say, you can only put the chapter point on an I-Frame, so you may need to experiment with this.

DVD-Boy