I want a codec that can change the fps of my video from 30 to 25, 20, 15 or 10. I tried autox264 but I don't see how to change the fps. Help.
+ Reply to Thread
Results 1 to 9 of 9
-
-
What kind of video? And you're asking how to remove half the frames or more? And make it play real jerky? Any particular reason you want to ruin the video?
Or are you asking how to slow it down from 30 to 25 to...? You're not real clear about what you want. For example, if it's an AVI, VDub can just slow it down without reencoding. Of course, the audio will no longer be in synch with the video. -
I took some videos using my IPHONE. The video properties are as follows: 640x480, frame rate=30, Coded: V_MPEG4/ISO/AVC. The data rate is in the order of 3-4Mbps. I want to reduce the data rate and see the impact on the video quality. In particular, I want to change from color to monochrome; reduce the fps from 30 to 25, 20, 15, or 10; remove audio; and make the maximum bit rate fixed at some value (300kbps to 500kbps).
I need a codec that I can use to load the original video stream and adjust the parameters above see the impact on the video. Can you recommend a codec that can do what I want? Appreciate you help in this matter. -
Doesn't exist.
Changing from colour to monochrome requires re-encoding. Has nothing to do with the codec.
Reducing bitrate requires re-encoding. Nothing to do with the codec.
Removing audio can be done with AVI Demux. No re-encoding of video required. Nothing to do with the codec.
AVI Demux can also change the franmerate without re-encoding, however this will just have the effect of changing playback speeds. To do this properly requires re-encoding (and will affect the smoothness of playback). Nothing to do with the codec.
Most of this is moot. The only way to reduce the size is to reduce the bitrate. A video that has a resolution od 320 x 240 and a framerate of 15 fps and a bitrate of 3000kbps will be the same size as a video with a resolution of 640 x 480 and a framerate of 30 fps with a bitrate of 3000 kbps.Read my blog here.
-
I agree with you.
Let me state a different question. What re-encoding software do you recommend? I don't mind paying if nothing free is available. Having a rich set of parameters to modify is of interest to me.
Thank you for your help. -
Question: I'm looking for a software that will enable me to view to video streams side-by-side. Does anyone have any suggestions?
Thank you in advance. -
You can use two players. Or use AviSynth and it's StackHorizontal() or StackVertical() commands. StackHorizontal() requires that they be the same height. StackVertical() requires that they be the same width. If necessary you can use AddBorders() to make the sizes match.
Similar Threads
-
How to change 30 fps to 29.97 fps ?
By pchan in forum Video ConversionReplies: 5Last Post: 9th Feb 2012, 18:57 -
How to change MKV from 50 fps to 25 fps skipping every second frame?
By andreyyshore in forum EditingReplies: 11Last Post: 5th Feb 2011, 14:09 -
how to change fps in mp4 without reencode (maybe ps3 cannot handle 24 fps)?
By redout66 in forum Newbie / General discussionsReplies: 1Last Post: 14th Sep 2010, 04:53 -
Change FPS of subtitle
By anirban in forum Newbie / General discussionsReplies: 3Last Post: 7th Jun 2010, 14:33 -
change the fps of one video, is possible ?
By yanlong in forum Newbie / General discussionsReplies: 20Last Post: 26th Jul 2008, 20:52