digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   Script Error: Changefps dont have a named argument linear? (http://www.digitalfaq.com/archives/encode/8035-script-error-changefps.html)

CaLaFaT 02-05-2004 08:11 AM

Script Error: Changefps dont have a named argument linear?
 
Well guys, I have an AVI from 29.970 and I would change to 25.000 FPS! And in one forum, they recomended to use this down Gripborders()

Code:

Gripborders()
Changefps(25,linear=true)

But if I use this command, TMPGEnc say me

"Script Error: Changefps dont have a named argument "linear"

Can someone help me?

Thanks!

Encoder Master 02-05-2004 09:55 AM

Try:

Quote:

AssumeFPS(25.000, false)

Dialhot 02-05-2004 10:36 AM

That won't do the trick EM ! (in fact, that works but the speed will be slow down by 20% :!:)

Calafat, you can't go from 29.970 to 25. You have to go to 23.976 first then use the line given by EM.

incredible 02-05-2004 10:53 AM

Depends on the movie what to do (and Calafat should do a little search in here in the forum as I did explain it that many times).

If its a blockbuster/Hollywood Movie (and I dont want to know how the quality is, if someone before did encode a still telecined FILM NTSC to Avi):

Code:

Telecide()
decimate()
Assumefps(25.000,true)
ssrc(44100)

Do try the SSRC () command of avisynth as it nows also provides up and downscaling the samplerate. If it wont work use ResampleAudio(44100) instead. Both do give you an in-sync 44100 audio which matches to the video.

Just Change/Convert fps to 25 from a 29.976 is the worst you can do! And there are still some broadcastings in PAL land where they did that 8O
NTSC Telecining and "converting" the fps to pal specs., ... will result in a horrible interlacing pattern and alful blendings even after deinterlacing .... Exact such an example I got last week when inspecting that crap of broadcast "Men in Black" capture provided by the station Pro7.

@ EncoderMaster

On the Advertising Trip again?? :wink:

vmesquita 02-05-2004 11:32 AM

If it's not telecined matherial, you could try this before the assumefps:

http://www.kvcd.net/forum/viewtopic.php?t=8678


All times are GMT -5. The time now is 07:18 PM  —  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.