Quantcast VirtualDub Shows Odd Framerate of 23.974fps? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
01-07-2004, 07:43 AM
D-Mouse D-Mouse is offline
Free Member
 
Join Date: Jan 2004
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
I have successfully burned 4 kvcd's and they all worked on all the dvd players i have tried them on.

Just when i thought i had it all worked out it all went pear shaped

When i load my script into ToK for a movie i want to burn i have been getting a message :

"I can't understand the frame rate of your video"

I checked the frame rate with virtual dub and it say's it's 23.974fps?

I have checked the frame rates also of the other movies i have already made kvcd and had no problem with and they are all 23.976fps?

Is there a way to make my problem avi 23.976fps the same as the others and would ToK understand it then?

this is the script i used :

LoadPlugin("C:\Program Files\MovieStacker\Filters\MPEG2Dec.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\STMedianFilter.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\GripFit_preview.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\BlockBuster.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\UnFilter.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\LegalClip.dll")

AviSource("C:\Documents and Settings\Col\Desktop\***.avii",false)
LegalClip()
GripCrop(352, 240, source_anamorphic=false, dest_anamorphic=true)
GripSize(resizer="LanczosResize")
STMedianFilter(10, 50, 8, 10, 10, 50)
UnFilter(25, 25)
BlockBuster(method="sharpen")
GripBorders()
LegalClip()


If i change only the source line to another avi this script works so i don't think the problem is with the script? (But maybe it is, i'm a newbee)

Thanks for all your help.
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  
01-07-2004, 07:44 AM
D-Mouse D-Mouse is offline
Free Member
 
Join Date: Jan 2004
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
shit sorry i left on the name of the file. sorry again hope u can still help me thou. Thanks
Reply With Quote
  #3  
01-07-2004, 08:25 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by D-Mouse
sh*t sorry i left on the name of the file. sorry again hope u can still help me thou. Thanks
Don't you know the button "edit" ?
Reply With Quote
  #4  
01-07-2004, 08:33 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by D-Mouse
"I can't understand the frame rate of your video"
The message is chrystal clear.

Quote:
I checked the frame rate with virtual dub and it say's it's 23.974fps?
So you found the reason of the message.

Quote:
I have checked the frame rates also of the other movies i have already made kvcd and had no problem with and they are all 23.976fps?
23.974 is NOT 23.976. The second one is the standard fps for MOVIE NTSC. The first one is a shitty fps given by a shitty codec.
Will you do one day a real KVCD from a DVD you own ?

Quote:
Is there a way to make my problem avi 23.976fps the same as the others and would ToK understand it then?
Just put "AssumeFps(23.976) at the end of your script.

Quote:
AviSource("C:\Documents and Settings\Col\Desktop\***.avii",false)
Your name is WAY too long and can gives you problem if you decide to use CQMatic. Always use short paths and filenames.

Quote:
GripSize(resizer="LanczosResize")
UnFilter(25, 25)
BlockBuster(method="sharpen")
Lanczos + 2 sharpening filters ? Too much.

Quote:
But maybe it is, i'm a newbee
That post a message in the wrong forum, about an warez avi... You're lucky I am in good mood today

(note: I moved the thread to the correct forum).
Reply With Quote
  #5  
01-07-2004, 03:48 PM
D-Mouse D-Mouse is offline
Free Member
 
Join Date: Jan 2004
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Sorry bout the wrong forum thing and the warez .avi thing but i have no dvd drive in my pc. I built it myself and put all top notch parts in and forgot the dvd rom and floppy drive. .

However your answer to my question was spot on, thanks for the great tips.
Reply With Quote
  #6  
01-12-2004, 02:09 PM
Paulus Paulus is offline
Free Member
 
Join Date: Jun 2003
Location: Ottersum, The Netherlands
Posts: 199
Thanks: 0
Thanked 0 Times in 0 Posts
@Dialhot,

Is "AssumeFPS" enough ? Won't this cause / leave an audio synchro problem for this "non standard" FPS avi ? Or will the audio FPS also be corrected....?

(I had the same problem some time ago........a project I still need to return to.......and remember there was more to it than the "AssumeFPS" line....)
Reply With Quote
  #7  
01-12-2004, 07:14 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Paulus
Is "AssumeFPS" enough ? Won't this cause / leave an audio synchro problem for this "non standard" FPS avi ? Or will the audio FPS also be corrected....?
With very little fps diff, there is no problem. You can count in term of second.
1 hour of movie with fps 23.974 is read at fps 23.976 in 3600*23.974/23.976second = 3599.6997 second ! Less then 0.3 second of difference. That can hurt is the movie is more than 2 hours but not under.

If the diff is too big is better to encode both audio and video with tmpgenc and use "AssumeFPS(xxx,true)"

The audio fps changing by tools like besweet often give some audible glitches that I really don't like.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
KVCD: tmpgenc shows framerate of 59.94 instead of 23.976? kqmaverick Video Encoding and Conversion 5 05-05-2004 11:28 AM
Trouble encoding tv shows? Paul0889 Video Encoding and Conversion 3 01-28-2004 09:10 AM
Using VirtualDub to capture TV shows? syk2c11 Video Capturing / Recording 2 08-03-2003 12:05 PM
CQMatic: My framerate shows up with a bunch of zeros? audi2honda Video Encoding and Conversion 15 08-02-2003 05:44 PM
TMPGEnc: CBR for tv shows rendalunit Video Encoding and Conversion 2 06-26-2002 01:03 AM




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