hubianluanma

[讨论] 大家是如何压缩 MOV 视频的

  •  
  •   hubianluanma · Oct 13, 2025 · 1618 views
    This topic created in 213 days ago, the information mentioned may be changed or developed.

    当使用 Mac 自带的录屏工具录制后默认是 mov 格式的视频,体积也是比较大的,大家平时是通过什么方式压缩的,如果使用 FFmpeg 的话大家是使用 GUI 工具居多?还是使用终端命令的方式进行压缩转化。 我目前是每次使用 FFmpeg 命令或者使用第三方的剪辑软件进行转化,不过对 FFmpeg 命令不是很熟,每次都是现查,大家可以分享一下自己的方式。

    10 replies    2025-10-14 12:34:30 +08:00
    300
        1
    300  
       Oct 13, 2025
    问 ai , 复制粘贴
    sunchaoylq
        2
    sunchaoylq  
       Oct 13, 2025
    我是直接用 Adobe Media Encoder ,简单易用。
    malagebidi
        3
    malagebidi  
       Oct 13, 2025 via Android
    刚写的一篇文章,转换到 AV1:
    https://dengyang.pages.dev/p/av1-encode/
    freeair
        4
    freeair  
       Oct 13, 2025   ❤️ 1
    handbrake
    chen1210
        5
    chen1210  
       Oct 13, 2025
    比较邪门的是,用 Final cut Pro
    jifengg
        6
    jifengg  
       Oct 13, 2025
    最简单的命令行:
    ffmpeg -i path/to/file.mov save/the/file.mp4

    好像也没啥需要记住的。

    如果要稍微控制一下质量,加一个 crf 参数(控制质量的,值越小,画面越接近原始,但是码率高):
    ffmpeg -i path/to/file.mov -crf 23 save/the/file.mp4

    一般就很够用了。
    hubianluanma
        7
    hubianluanma  
    OP
       Oct 13, 2025
    @chen1210 看来你是有比较大的剪辑需求吧,像我这种小作坊就用不起了,哈哈哈
    hubianluanma
        8
    hubianluanma  
    OP
       Oct 13, 2025
    @freeair 开源软件,看着不错,我试试
    potatocoderx
        9
    potatocoderx  
       Oct 13, 2025
    我公司都是用的 ffmpeg 命令,处理流程都是用 shell 写好的,跑脚本的时候传参就行
    AlanZ1997
        10
    AlanZ1997  
       Oct 14, 2025
    @freeair 我也是,极限压缩
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   945 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 55ms · UTC 20:07 · PVG 04:07 · LAX 13:07 · JFK 16:07
    ♥ Do have faith in what you're doing.