View Full Version : Error when importing chapter list into Maestro...
TRILIGHT
9th May 2002, 05:52
Well, this is the first time I've seen this one! I'm doing everything the same way I always have and have had no problems in the past. This time, when attempting to import the list, I receive the following error:
"I-Frame Insertion entry frame rate is not consistent with current tape frame rate! I-Frame import will be cancelled. (0xc102008b)"
What the hell is that about?
TRILIGHT
9th May 2002, 06:55
Ok, I've determined that the chapter points will be imported fine as long as the "drop frame" flag is not set. However, from what I've read, and with other titles I've done, this flag must be set in order for the subtitles to be in the correct place. Apparently, when I first started working with subtitles I had the chapter points imported before replacing that asset with the one where I set the "drop frame" flag in pulldown.exe.
Surely there is a better way of doing this. I don't want to have to run pulldown twice, import two assets, import the chapters, then drop one of the assets just to get the chapters in and have the subtitles right! Like I said, surely there is a better way. Can anyone help?
cap4000
20th June 2002, 03:53
I have the same problem as above, following the guide on this site.how is this "drop frame" flag set. Is it In chapterxtractor or in maestro.
How do you unflag it??
TRILIGHT
20th June 2002, 04:03
Pulldown.exe utility. Do a search and you'll find it.
cap4000
20th June 2002, 15:51
I downloaded a pulldown.exe along time ago, excuse my ignorance but is that a dos level program or does it also work under windows. Do you simply execute it in same directory as your created maestro xxxxxx.chp
cap4000
20th June 2002, 20:33
forget last post.....figured it out...
Ekin
12th July 2002, 23:33
ok guys. I have the same problem. got Pulldown.exe and execute it. ok What am I suppose to do...run my .m2v again with it flag or not ?? Can I have an example of the command ? My I got my .chp just from chapterx. I just want the first 4 chapters and deleted the rest. I just want chapters. I don't care about subtitle now. I really need chapters. Please help....and sorry dup.
Commander XJL
13th July 2002, 00:25
I'd like help with this too, how do you get chapter list into maestro? I get the same error TRILIGHT said at begining of post
TRILIGHT
13th July 2002, 02:58
I answered what you need to do in my reply to myself on this thread. You get the error because of the drop-frame flag.
24hourloop
19th July 2002, 03:41
I don't think that is generally true. I have run into the problem even without the drop-frame flag (but not determined the cause of it).
TRILIGHT
19th July 2002, 05:41
I posted this a long time ago when I was still "new to the game". I would be interested in knowing what titles you had the same problem on. Since I've been using my method, I have not had a problem importing chapters while the non-drop clip was on the timeline. Throw the drop-frame clip in and I consistently get the error. Let me know the titles you did so I can look at them myself.
FamousPerson
7th November 2002, 16:54
TRILIGHT:
I am experiencing this same problem - unable to import chapter list into Maestro because my video source is drop-frame.
My problem is, the source came that way (NTSC). Do you know of any way to remove the Drop-Frame flag? I tried pulldown with drop_frame=false but maestro still sees it as drop frame.
TRILIGHT
7th November 2002, 17:17
Are you actually entering it like this "drop_frame=false" ? If so, that is not the proper format and so pulldown.exe is doing nothing with what you've entered. You have to enter it as "-drop_frame false" (without the quotes, of course), in order for the switch to take effect.
FamousPerson
7th November 2002, 17:40
Yes, I entered it properly. I just couldn't remember the exact syntax while typing this post.
I know it was correct because I saw it in the summary while pulldown was running.
wfn1
7th November 2002, 17:57
Trilight,
If you still remember our conversation on #doom9 a few days back you said that you always sub your movies. Since you use Maestro as your authoring tool of choice, I thought you must have noticed by now that when you're doing subtitled movies you *have* to pulldown twice. Once with just -prog_frames p to be able to import chapters and once with -prog_frames p -drop_frame true for sub sync. It's just another maestro thingy for you.
You know what I'm gonna say to you to fix the problem, right ? :)
FamousPerson
7th November 2002, 18:05
wfn1,
If you're talking about the problem I'm having, this is NTSC - pulldown is not needed and was not run on the source at any point. The source started out at 29.97fps Drop Frame.
wfn1
7th November 2002, 18:09
FamousP,
if your source is 30fps with drop frame set (sometimes when you do decombing with decimate mode1 it comes out with drop frame) you just have to get the latest pulldown .99d and do this:
pulldown source.mpv target.m2v -nopulldown -drop_frame false
That did it for me.
FamousPerson
7th November 2002, 18:22
wfn1,
Unfortunately, that's the version I used and it didn't work. Maestro still sees it as drop frame.
Scoobydeux
7th December 2002, 12:58
OK, guys, thinking outside the container here.....
I've heard somewhere that generating a dummy blank video file (this example was 4 hours) without drop_frame, putting that on the timeline, importing chapters so maestro will accept them with a non-drop_frame file, removing the dummy file from the timeline, then putting your valid drop_frame m2v on the timeline might work. Probably a good idea to have every frame be an I frame for the dummy file... But anyway, this way you would only have to pulldown 1 time, and import 1 file into Maestro each time...... (the .prv file from the dummy file should stay there between projects)
There, I have thrown in the grenade..... Any thoughts?
Scoobydeux
FamousPerson
7th December 2002, 15:05
I think that's a smashing idea!
FamousPerson
9th December 2002, 14:54
Scoob:
I tried your suggestion and it worked perfectly. From this point forward, I will always use that 4 hr blank video to import my chapter list.
I'll never again have to run pulldown twice or wait for Maestro to parse that extra file...
Scoobydeux
10th December 2002, 02:24
Thanks! Glad the idea worked, thanks for trying it out.
I have just recently started using avisynth instead of vfapi, can you give me an example of the avisynth script you used to create your blank avi? I'd like to create one too.... Since you were good enough to prove it worked for all of us...
Cheers!
Scoobydeux
FamousPerson
10th December 2002, 05:50
Here you go, four hours of blackness:
blankclip(345600,720,480)
ResampleAudio(44100)
One warning: when I set every frame to an I-frame in CCE, it took about 12 hours to encode...
Scoobydeux
11th December 2002, 17:34
Thanks. Made one last night. 2.4 GB, took about 9 hours with every frame an I frame.... I'll start trying it myself tonight...
Scoobydeux
cap4000
18th December 2002, 17:28
big thanks to Scoobydeux...
I created a 4 hour (no input) blank video on my pioneer dvr-7000 at lowest bitrate (somewhere around 1.7 i think) then ripped to mpv on hd (1.4 gig file).Now I just load the video 1st then chapters then delete blank video and insert real video, and it works every time.
thanks for the tip, sure faster then using the pulldown...
TRILIGHT
18th December 2002, 20:05
Good tip, Scoobydeux. I'm sure Maestro users will find this handy. Doom9 has been out of pocket for a while or I'd have him update the guide with this information.
Just FYI, if anyone has Scenarist, it's a good idea to read the new guide (http://dvdguides.trilight.net It's for multi-PGC but the same applies to single-PGC). Scenarist does not require this "workaround" to get chapters imported. All you need it the one pulldown video clip from your project.
EDIT: I've updated the URL.
FamousPerson
18th December 2002, 21:49
Ye110man: read above
FamousPerson
19th December 2002, 21:25
The program is called "Avisynth", as mentioned above. The script you can use, also mentioned above, is:
blankclip(345600,720,480)
ResampleAudio(44100)
If you do not know how to use Avisynth, I'm sure there's a guide on it somewhere on this site. You can also find out tons of stuff by reading the Avisynth forum here.
chirolis
11th January 2003, 17:26
i use the doitfast4you method but try to do it with maestro isntead of scenarist, i do the pull with doitfast and maestro gimme the same i frame error.
i just format the machine, befor that i didnt get the error
any clues??
im using xp, p4 2.5, intel motherboard, maestro 2.9. cce 2.5, dvd2avi 1773, doitfast 1.05
timekills
22nd January 2003, 10:46
Have you read the rest of the posts, specifically ScoobyDeux's?!?! They were ALL having problems with Maestro, not Scenarist. Scenarist was mentioned because it DIDN'T exhibit the same symptoms.
Beam me up Scotty, there's no intelligent life down here.
HOGGER
18th August 2003, 02:45
ok....I would like to know how I’m to remove blank m2v from the time line after the chapters are imported.
When I right click file and select delete selected asset it will not let me remove it ”some media files are in use and can not be remove”.................. any help would be appreciate
SurfDrifter
18th August 2003, 14:36
This happens because you don't delete it from timeline, but the Assets Windows...
So, it's very logic that Maestro won't move the asset, because it is used in the timeline...
So go to the TIMELINE, select the video and press DELETE on your keyboard..
SomeJoe
18th August 2003, 17:20
I know this is an old thread, but it just came back to the top and I had never seen it before.
On the original issue, Maestro will import a .chp file just fine with a drop-frame asset on the timeline if the .chp file contains legal drop-frame timecodes that are in drop-frame format.
The problem arises when the asset on the timeline is drop-frame and the .chp file contains non-drop-frame timecodes. Maestro knows that you can't get your chapters synched like this so it refuses the import.
A legal drop-frame .chp file:
$Spruce_IFrame_List
00:00:00;00
00:00:51;11
00:01:54;21
00:03:31;25
00:04:28;16
00:05:31;15
00:07:00;02
...
A .chp file for the same asset with a non-drop frame timecode, that will cause the error. Also all timecodes use non-drop-frame notation (using colons : vice semi-colons ; )
$Spruce_IFrame_List
00:00:00:00
00:00:51:11
00:01:54:21
00:03:31:25
00:04:28:16
00:05:31:15
00:07:00:00 <--- Illegal drop-frame value
...
WanHunLo
19th August 2003, 19:34
Hi,
An easier way to insert the chapters into maestro is to type them in from your chapter file.
Open up your chapter file with notepad.
Just click on the time bar in maestro to add a chapter and type in the chapter start time.
Its a bit of a manual way of doing things but it better than creating a 4GB file.
Hope this helps
HOGGER
19th August 2003, 21:17
@SurfDrifter...........thanks I knew that there was a simple solution guess I should have know that.
@SomeJoe and WanHunLo both very interesting post's and I will defiantly take a look.
By the way my 4hr blank m2v is only 328 mb and along with the blank.prv fit nicely on a cd-r
Thanks again to all
LakersFan
8th October 2003, 16:35
Originally posted by Scoobydeux
Thanks. Made one last night. 2.4 GB, took about 9 hours with every frame an I frame.... I'll start trying it myself tonight...
Scoobydeux
Scoobydeux or anyone else,
Before I start a 12hr encode, what setting do I use to set every frame an I-frame in CCE?
Thanks
FamousPerson
8th October 2003, 18:12
LakersFan,
I believe you set GOP sequence:
M=1
N/M=1
LakersFan
8th October 2003, 18:28
Thank you... will try.
Edit: Worked! Thanks
Erik_Osterholm
14th October 2003, 08:05
I've been playing around with DVD authoring and such, and came across this thread. I noticed that they suggest using pulldown.exe and setting all frames to progressive, both for the drop-frame clip and the non-drop-frame one. Is there a reason for this? The movie I am importing is interlaced, so this seems counterintuitive, and I wasn't sure if there was a specific reason for setting the frames as progressive or if that happened to be how their particular movie was encoded.
shawbros3
4th November 2003, 06:01
I saw this info from another thread. The chapter list that xtractor creates is a list consisting of colons ( : ) . If you change the last colon to a semicolon ( ; ) the drop frame flag issue is resolved. It works fine for me every time.
: : ;
Good luck!
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.