Quantcast MovieStacker 2.00 Reporting Movie Length Incorrectly? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
12-01-2003, 10:42 AM
VORTECH VORTECH is offline
Free Member
 
Join Date: Dec 2003
Location: USA
Posts: 55
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
12-01-2003, 02:00 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Did you set DVD2AVI to output in "FORCED FILM" mode ?
Reply With Quote
  #3  
12-01-2003, 05:11 PM
VORTECH VORTECH is offline
Free Member
 
Join Date: Dec 2003
Location: USA
Posts: 55
Thanks: 0
Thanked 0 Times in 0 Posts
Dialhot,

No I did not have Force Film activated.

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?
Reply With Quote
  #4  
04-06-2004, 03:09 AM
muaddib muaddib is offline
Free Member
 
Join Date: Jun 2002
Location: São Paulo - Brasil
Posts: 879
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #5  
04-06-2004, 09:42 AM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
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

-kwag
Reply With Quote
  #6  
04-06-2004, 12:43 PM
muaddib muaddib is offline
Free Member
 
Join Date: Jun 2002
Location: São Paulo - Brasil
Posts: 879
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #7  
04-07-2004, 09:07 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Got it
Let me look at my code

-kwag
Reply With Quote
  #8  
04-07-2004, 10:26 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Happy Birthday
CalcuMatic 1.0.7 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 ) :

Code:
  If Field_Operation = 0 And frame_rate = 29.97
   seconds = seconds * 1.25
  EndIf
Reply With Quote
  #9  
04-08-2004, 04:05 AM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
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!



<edited>

happy birthday ?
for muaddib?
Reply With Quote
  #10  
04-08-2004, 08:01 AM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
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!

Great
Quote:

<edited>

happy birthday ?
for muaddib?
For everyone

-kwag
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
KVCD: Movie length vs keep as much quality as possible? JJJ99 Video Encoding and Conversion 2 11-04-2004 09:13 AM
movie length wrong in dvd players? cyron Players, DVRs, Media Centers 1 09-22-2004 09:08 AM
TMPGEnc: TMPGEnc Reports the Length of my AVI incorrectly p2phunter Video Encoding and Conversion 2 03-14-2004 05:20 PM
MovieStacker: NEVER get an accurate movie length when loading video source! ezysk Video Encoding and Conversion 4 07-18-2003 07:29 PM
XVCD movie length not right ? spurty Authoring VCD, DVD, Blu-ray 0 10-13-2002 01:15 PM




 
All times are GMT -5. The time now is 12:22 PM  —  vBulletin © Jelsoft Enterprises Ltd