hello guys,
I'm looking for an Avisynth command which equals a PAL-speedup. So not a real framerate conversion. For Changing the framerate Avisynth has many possible options such as
"AssumeFPS", "Framerateconverter", "changefps" or "convertfps" but none of those fit for my purpose.
To explain it a bit more: if I do a speedup from 23.976 to 25.000 I always use the "ChangeFPS" function in tsmuxer for it. It works pretty fast and does exactly what I need.
For a particular project I need a command which acts exactly like this to include it in my avisynth script.
Does something like this exist ? I couldn't find anything.
Thanks in advance for your suggestions
-Gwar
+ Reply to Thread
Results 1 to 7 of 7
-
-
The AviSynth PAL speedup command is "AssumeFPS(25)".
Why you would think otherwise is beyond me. When you use AviSynth, of course you have to do a full reencode.
I have no idea what changefps in TSMuxer does as I've never used that program. In AviSynth ChangeFPS(25) doesn't do the speedup, but only adds one duplicate frame every second. -
well there has to be a difference between AssumeFPS(25) in AviSynth and "ChangeFPS" in tsmuxer.
For example when I encode a video to 23,976 with Avisynth and after that speed it up to 25 with "ChangeFPS" in tsmuxer it plays fine and smooth.
If I encode it to 25 directly by adding AssumeFPS(25) to my Avisynth script it plays with a bit of stuttering -
What's your complete AviSynth script that creates this stuttering? Please provide an untouched sample of your source.
Of course, one might also wonder why anyone would want to change from the correct speed to begin with, if he didn't have to (like for PAL broadcast). Even PAL DVDs don't require that the video be speeded up, although they usually are. -
-
Thanks for the explanation guys. I looked further in my script yesterday and just found out what causes the problem.
I accidentally tried to convert "ntsc_video" with TFM().TDecimate() which didn't make sense. That script was meant to be for my "ntsc_film" conversion only.
Similar Threads
-
PAL speedup question
By wallywalters in forum Newbie / General discussionsReplies: 2Last Post: 23rd Jun 2018, 10:46 -
PAL to NTSC with avisynth - blended frames
By nesburf in forum Video ConversionReplies: 7Last Post: 27th Dec 2017, 23:21 -
Avisynth command to change aspect ratio
By pooksahib in forum Video ConversionReplies: 4Last Post: 19th Oct 2017, 08:03 -
PAL Speedup - DVD - Some Eps Sound Normal Despite Shorter Length
By rustyshackleford in forum AudioReplies: 3Last Post: 4th May 2016, 10:56 -
PAL Speedup - DVD - Some Eps Sound Normal Despite Shorter Length
By rustyshackleford in forum Video ConversionReplies: 3Last Post: 3rd May 2016, 22:31