digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   Moviestacker 2.00 reporting movie length incorrectly? (http://www.digitalfaq.com/archives/encode/6943-moviestacker-200-reporting.html)

VORTECH 12-01-2003 10:42 AM

Moviestacker 2.00 reporting movie length incorrectly?
 
Greetings all , newbie here but I'm learning slowly but surely.

Where I am running to an issue when I load my xxxx.d2v file into Moviestacker that I created using DVD2AVI 1.76, it reports the size as 96 minutes, 39 seconds.

However if I load up the source DVD in Power DVD, it reports the length as 118 minutes, 33 seconds. I also verified this length against the .mp2 file I ripped using HeadAC3he and it reports the same size.

This happen to me on two seperate DVDs.

What am I doing wrong? Do I need to manually set the movie length in Moviestacker? :?:

Where this becomes a problem for me is when I feed in the movie length and average bit rate I got from Moviestacker into CQMatic my movies are going over the size limit since the it thinks the movie is shorter then it really is.

I appreciate any help anyone might be able to provide. Thanks :)

Dialhot 12-01-2003 02:00 PM

Did you set DVD2AVI to output in "FORCED FILM" mode ?

VORTECH 12-01-2003 05:11 PM

Dialhot,

No I did not have Force Film activated. 8O

I turned that one, re ran it through DVD2AVI, and now Moviestacker reports the length as 120 min, 49 seconds.

My .mp2 stream from HeadAC3hE reports the length as 118 min, 33 seconds in Media Player 9.

I re checked Power DVD and it reports the length as 117 min, 42 seconds.

Is this variation normal, or am I still missing something? :?:

muaddib 04-06-2004 03:09 AM

Re: Moviestacker 2.00 reporting movie length incorrectly?
 
Quote:

Originally Posted by VORTECH
Where I am running to an issue when I load my xxxx.d2v file into Moviestacker that I created using DVD2AVI 1.76, it reports the size as 96 minutes, 39 seconds.

However if I load up the source DVD in Power DVD, it reports the length as 118 minutes, 33 seconds. I also verified this length against the .mp2 file I ripped using HeadAC3he and it reports the same size.

This was a bug that MovieStacker inherited from FitCD. It was counting the flags from the D2V file in a wrong way. This was noticed especially with some hybrid material with repeated field. It's fixed now, and should report the exact frame number as AviSynth and VirtualDub.

Edit: BTW kwag, I think CalcuMatic suffers with the same bug. It reports the same wrong times as MovieStacker did.

kwag 04-06-2004 09:42 AM

Re: Moviestacker 2.00 reporting movie length incorrectly?
 
Quote:

Originally Posted by muaddib

Edit: BTW kwag, I think CalcuMatic suffers with the same bug. It reports the same wrong times as MovieStacker did.

PM me when you can, so I can fix this :cool:

-kwag

muaddib 04-06-2004 12:43 PM

It's just the way MovieStacker was conting the fags that was worng.
I was counting every number as frames, but you have to count it as fields.

In a D2V file the numbers (all the 0's 1's 2's & 3's) correspond to the rff & tff flags. If the number is 1 or 3 then it will have the repeat field flag. Count it in fields i.e. each 0 or 2 would be 2 fields and every 1 or 3 would be 3 fields. In the end you have frames = fields / 2. After that check the Field_Operation. If it is 1 (force film mode), frames = frames * 0.8.

That's it. 8)

kwag 04-07-2004 09:07 PM

Got it :!:
Let me look at my code :cool:

-kwag

kwag 04-07-2004 10:26 PM

Happy Birthday :cool:
CalcuMatic 1.0.7 :arrow: http://www.kvcd.net/CalcuMatic.exe

Fix: Should display same (correct!) time, if .d2v is either FILM or NTSC.

Have fun :!:
-kwag

Edit:
@muaddib,
Actually, the way I had written the frame counting routine, I just had to add something like this (in pseudo code :cool: ) :

Code:

  If Field_Operation = 0 And frame_rate = 29.97
  seconds = seconds * 1.25
  EndIf

:cool:

jorel 04-08-2004 04:05 AM

source Lion King 3

CalcuMatic 107 = 76 minutes 19 seconds

vdubmod, vdubmpeg2 and vdub = 1:16:18.66

wmplayer 6407 = 01:16:18

mpclassic = 01:16:18

zoomplayer = 01:16:18

thanks Kwag!

:wink:

<edited>

happy birthday ?
for muaddib?

kwag 04-08-2004 08:01 AM

Quote:

Originally Posted by jorel
source Lion King 3

CalcuMatic 107 = 76 minutes 19 seconds

vdubmod, vdubmpeg2 and vdub = 1:16:18.66

wmplayer 6407 = 01:16:18

mpclassic = 01:16:18

zoomplayer = 01:16:18

thanks Kwag!

:wink:

Great :D
Quote:


<edited>

happy birthday ?
for muaddib?
For everyone :lol:

-kwag


All times are GMT -5. The time now is 06:00 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.