日本語のみで絞り込む

条件を指定して検索しています。すべての条件を解除する

  • 最終更新日:1年以内
  • 3日前 -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 ...

    Description-Detailed description-Options

    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 of the video.

    2023/5/17 -Hi! Im converting an .mkv file (VLC says the codec is MPEG-1/2 Video mpgv) to an .mp4 file. VLC also says the original file is 25fps, but my outpout video ...

    2023/9/7 -Change the value of -r to the desired playback frame rate. setpts filter. To double the speed of the video with the setpts filter, you can use: ffmpeg -i input.

    2024/1/28 -Executing ffmpeg -h filter=fps shows that the default rounding method is "near". That means that frames with timestamps < 0.5sec are rounded to zero, when fps=1 ...

    2024/3/18 -Frame interpolation increases the frame rate of a video, which can help improve the smoothness of motion. It works by generating additional frames between ...

    2時間前 -11.100 fps. 11.100.1 Examples. 11.101 framepack; 11.102 framerate; 11.103 framestep; 11.104 freezedetect; 11.105 freezeframes; 11.106 frei0r. 11.106.1 Examples ...

    2024/3/18 -The ffprobe component of FFmpeg can be used to find frames per second of a video file: · The FPS (frame rate) information will be in the video section of the ...

    2023/7/3 -The problem is, when I use this on a 120fps video and output as HLS, the .m3u8 file under-reports the segment lengths by 25%, or rather, ffmpeg seems to be ...

    2023/8/2 -Learn to extract frames using FFmpeg. Extracting frames from a video is simple using FFmpeg with use-cases - all frames, specific frame, timestamp-based, ...

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

    解決済み-回答:1件-2023/8/13

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

    解決済み-回答:2件-2019/2/13

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

    解決済み-回答:1件-2023/12/6