Converting FPS

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Kawatta-kun
Joined: Wed Jul 27, 2005 3:19 pm
Status: Awesomely great
Location: Povoa de Santa Iria, Lisbon
Contact:
Org Profile

Converting FPS

Post by Kawatta-kun » Mon Nov 22, 2010 1:44 pm

First of all, does VirtualDub, when compressing, maintain the original FPS of the video?
It seems to me that he does, dunno.

How can I change it?

Another.
If it isn't advisable to change it, does masking works on 23,976fps (cause or is it 25 or 30, no ',000' there)? Cause that is mostly why I change it. And cause I like to maintain my vids PAL (25fps).
Image Image

Mister Hatt
Joined: Tue Dec 25, 2007 8:26 am
Status: better than you
Contact:
Org Profile

Re: Converting FPS

Post by Mister Hatt » Tue Nov 23, 2010 5:12 am

Why should it? You should be using avisynth anyway so vdub will use whatever you've told it to. You can change the framerate either in your avisynth source script (easymodo) or in the video menu in vdub (retardmodo).

I have no idea what you are talking about by masking and it seems neither do you.

User avatar
Kawatta-kun
Joined: Wed Jul 27, 2005 3:19 pm
Status: Awesomely great
Location: Povoa de Santa Iria, Lisbon
Contact:
Org Profile

Re: Converting FPS

Post by Kawatta-kun » Tue Nov 23, 2010 7:28 am

I can't explain it in english dude, kay?

What is the script?
Image Image

User avatar
Enigma
That jolly ol' bastid
Joined: Sat Mar 07, 2009 3:55 pm
Status: Free
Location: California
Org Profile

Re: Converting FPS

Post by Enigma » Tue Nov 23, 2010 11:51 am

Text file with Avisynth commands.

User avatar
Phantasmagoriat
Joined: Mon Feb 06, 2006 11:26 pm
Status: ☁SteamPunked≈☂
Contact:
Org Profile

Re: Converting FPS

Post by Phantasmagoriat » Tue Nov 23, 2010 4:05 pm

Kawatta-kun wrote:First of all, does VirtualDub, when compressing, maintain the original FPS of the video?
yes vdub should keep the input fps. However, depending on your method of removing interlacing, you may end up with a different final fps.
ex) [29.97].tfm().tdecimate() = [23.976] :!:

I can't explain it in english dude, kay?
English sucks. I leik piktuors :wink:
http://www.animemusicvideos.org/forum/v ... 1&t=101821 (look to the part on the right side.)

How can I change it?

Code: Select all

changfps()
assumefps()
convertfps()
tdecimate()
mvtools
... etc... 
There are a number of commands for changing the framerate with avisynth, and if you want to know the differences, you'll have to read their respective documentation floating around on the internet. As a word of caution, assumefps() literally speeds up/down your footage to get the desired framerate. You may or may not want this in an AMV. Maybe for a fast action video, but usually not. If possible it's generally best to use the original fps of the animation, which is sometimes different than what's on the DVD. Most animation is 23.976fps. :book:

does masking works on 23,976fps (cause or is it 25 or 30, no ',000' there)? Cause that is mostly why I change it. And cause I like to maintain my vids PAL (25fps).
?...regardless: in terms of masking, any framerate should work as long as the following framerates match:
  • source fps
  • timeline fps
  • export fps
This has always been the key to frame-accurate editing, which is extremely important for masking. :pizza:


Lastly, (and maybe this relates to your question), I know some people that use 23.98fps instead of 23.976 because some programs don't support the last digit. :|


hope this helps :dino:
PLAY FREEDOOM!! | Phan Picks! | THE424SHOW | YouTube | "Painkiller" | Vanilla MIDI's
"Effort to Understand; Effort to be Understood; to See through Different Eyes."

User avatar
BasharOfTheAges
Just zis guy, you know?
Joined: Tue Sep 14, 2004 11:32 pm
Status: Breathing
Location: Merrimack, NH
Org Profile

Re: Converting FPS

Post by BasharOfTheAges » Tue Nov 23, 2010 5:14 pm

Phantasmagoriat wrote:Most animation is 23.976fps. :book:
Really? I thought most animation was about half that - what with all the duplicate frames and whatnot.
Anime Boston Fan Creations Coordinator (2019-2023)
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: Converting FPS

Post by mirkosp » Tue Nov 23, 2010 5:18 pm

Pans and zooms and other stuff that is automated by the pc is done at 23.976 generally, though. Well, aside for the stuff actually done at 60i...
Image

User avatar
Kawatta-kun
Joined: Wed Jul 27, 2005 3:19 pm
Status: Awesomely great
Location: Povoa de Santa Iria, Lisbon
Contact:
Org Profile

Re: Converting FPS

Post by Kawatta-kun » Tue Nov 23, 2010 5:28 pm

And I thought most of them was at 25fps ou 30 x)

Thanks, it helps a lot ^^ will test later!
Image Image

User avatar
Phantasmagoriat
Joined: Mon Feb 06, 2006 11:26 pm
Status: ☁SteamPunked≈☂
Contact:
Org Profile

Re: Converting FPS

Post by Phantasmagoriat » Tue Nov 23, 2010 6:33 pm

BasharOfTheAges wrote:
Phantasmagoriat wrote:Most animation is 23.976fps. :book:
Really? I thought most animation was about half that - what with all the duplicate frames and whatnot.
wut mirko said. It's a blend, especially when using CGI (which sometimes bothers me seeing something so fluid in the midst of regular animation...)
So yeah, generally you are right about the animation itself being less. I don't think the animators would want to draw all those frames manually :P

Kawatta-kun wrote:And I thought most of them was at 25fps ou 30 x)
This is a common misconception amongst AMVers since that is what it says on the DVDs. Usually, companies convert to NTSC(29.97) or PAL(25.00) to meet DVD standards. So they will do a number of crazy things to the footage to meet those standards. This is why creating AMVs can sometimes be a challenge, since you usually want to reverse all of that. It's like a puzzle :amv:
PLAY FREEDOOM!! | Phan Picks! | THE424SHOW | YouTube | "Painkiller" | Vanilla MIDI's
"Effort to Understand; Effort to be Understood; to See through Different Eyes."

Locked

Return to “AviSynth Help”