約593,000件1ページ目

日本語のみで絞り込む

2021/2/4 -ffmpeg can be used to change the frame rate of an existing video, such that the output frame rate is lower or higher than the input frame rate.

2017/8/2 -I am trying to convert a video clip (MP4, yuv420p) from 30 fps to 24 fps. The number of frames is correct so my output should change from 20 minutes at 30fps ...

Force the frame rate of the input file (valid for raw formats only) to 1 fps and the frame rate of the output file to 24 fps: ffmpeg -r 1 -i input.m2v -r 24 ...

2021/4/16 -Alternatives to fps filter is shuffleframes. fps can target a framerate. shuffleframes can drop every other frame. Both require a subsequent ...

2024/1/28 -I've been converting videos with ffmpeg to 1 FPS using the following command: ffmpeg -i Example1.gif -c:v libaom-av1 -filter:v "fps=1" test1.

change a videos frame rate to 30fps ffmpeg -i infile.mp4 -filter:v fps=fps=30 outfile.mp4 change frame rate batch process to 30fps find -s .

YouTube-NapoleonWils0n

A.>解釈一致してる? あってます。 ffmpeg と ffprobe もその辺の精度は微妙です。 私は、MediaInfoのCLIバージョンと併用しています。 Linux版もあったような気がします。

A.横からですが、 qは小さい方が画質が優れています。 別の方が例に挙げてくださっているH.264とH.265の場合はqの最低はゼロです。この場合はロスレス圧縮になります(ffmpeg の場合には...

A.入力ファイルの、m2tsとmkvが、何のエンコーダを使っているかとFPSによります。 ffmpeg -i [filename.m2ts] で、元ファイルのエンコーダをFPSを表示させてみましょう。

2018/3/5 -I have frames extracted from video with 24 fps (I used ffmpeg), now I need to glue them back with the same frame rate.

Filtering in FFmpeg is enabled through the libavfilter library. In libavfilter, a filter can have multiple inputs and multiple outputs.

2014/11/19 -This reads the input at 30 fps (the -framerate 30 option) and encodes it using the libx264 codec with constant rate factor of 23 (the -crf 23 option).

2023/7/1 -In the Nautilus file manager, right-click on the video and select properties option. Then open the Audio/Video tab. There you get the frame rate ...