B
B
bangdhan2020-10-05 14:06:34
Video processing
bangdhan, 2020-10-05 14:06:34

How to transcode video with lower fps?

I want to recode archived videos with low fps, since there is no value from 60 fps there.
Specified mencoder
%* -o %*.mp4 -oac mp3lame -ovc x264 -x264encopts threads=0 -fps 8 The
video turned out to be 4 times smaller than I wanted, but it became 4 times longer. Why? How can I keep the length of the video the same?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
matperez, 2020-10-05
@bangdhan

Try FFMPEG
ffmpeg -i <input> -filter:v fps=fps=30 <output>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question