Hi All,
I have a H264 video file that is 23.976 fps and I need to keep it as H264 23.976 fps but I want to slow down the speed to about half. The file has to remain as blu ray compliant as I'm using the video as a background movie for a blu ray menu. I just wondered what the simplest way to do this is?
I've read about doing it in virtualdub and changing the frame rate but I'm not sure if this will result in a file that is no longer 23.976 FPS? I've also read about slowmovideo and I'm wondering if that is a bit overkill, as that seems cater for people who want to speed up then slow down different parts of the same video, I just want a constant slow down through the entire 60 second clip.
Any suggestions or things I am missing?
Many thanks
+ Reply to Thread
Results 1 to 8 of 8
-
-
In VirtualDub you can change the source frame rate to 11.99 fps, then convert the frame rate to 23.976. Every frame will be duplicated and it will still run at 23.976 fps. The duplicate frames means motion will jerky. In AviSynth you could use a sequence like AssumeFPS(11.99).ChangeFPS(23.976). That will get you the same jerkiness.
Getting smooth slow motion requires software that can interpolate motion between frames. AviSynth has such filters. Most of the big commercial video editors do too. It can work well for some types of material, not well with others. -
Thanks everyone who replied, I will try the virtualdub option first and see if I can live with the jerkiness.
-
Getting smooth slow motion requires software that can interpolate motion between frames. AviSynth has such filters. Most of the big commercial video editors do too. It can work well for some types of material, not well with others.Even more complex in AviSynth{+}, but with much smoother interpolation, you could use e.g. MVTools v.2 with MFlowFPS. Not recommended for users with only little experience...
Thanks everyone who replied, I will try the virtualdub option first and see if I can live with the jerkiness. -
Slomo is done the movies by shooting at 48fps (or higher, etc) and then slowing down to normal 24fps, so it is very smooth. That isn't possible with stuff shot at or under 24fps. Then, only interpolation methods or duplication/hold is possible, and that at best is good (no major motion) or smudgy/smeary/ghosty (most motion) when interpolating, or skippy/jerky when duplicating/holding.
Also, luciofulci, applying a type of processing such as slomo ALWAYS modifies the video to the point where if you want to save it that way, you will need to re-encode. With accompanying generational loss, as per the app & source.
ScottLast edited by Cornucopia; 29th Sep 2019 at 17:31.
-
Slomo is done the movies by shooting at 48fps (or higher, etc) and then slowing down to normal 24fps, so it is very smooth. That isn't possible with stuff shot at or under 24fps.
Also, luciofulci, applying a type of processing such as slomo ALWAYS modifies the video to the point where if you want to save it that way, you will need to re-encode. With accompanying generational loss, as per the app & source.
Similar Threads
-
AVC H.264 with Video and Audio Constant Bit Rate (CBR)
By needvidhelp in forum Video ConversionReplies: 1Last Post: 17th Jul 2019, 02:04 -
Utvideo Constant Video Bit Rate
By chris319 in forum Video ConversionReplies: 3Last Post: 23rd Jan 2019, 15:29 -
transcode Variable Frame Rate (VFR) AVC video to Constant Frame rate (CFR)
By hydra3333 in forum Video ConversionReplies: 2Last Post: 4th Mar 2018, 05:01 -
using avisynth to make part of a video slow motion
By pooksahib in forum EditingReplies: 4Last Post: 18th Sep 2016, 07:55 -
How to make a slow-motion fragment in VSDC Free Video Editor?
By Katty.Fine in forum EditingReplies: 2Last Post: 10th Jun 2016, 04:14