Linux command
avidemux 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Open
avidemux [video.mp4]
Convert
avidemux --load [input.avi] --save [output.mp4] --quit
Cut
avidemux --load [video.mp4] --video-codec copy --audio-codec copy --save [clip.mp4]
Example
avidemux3_cli --load [input.mp4] --run [script.py] --save [output.mp4] --quit
说明
avidemux is a free video editor for cutting, filtering, and encoding tasks. It supports many file formats and provides both GUI and command-line interfaces for video processing. The tool excels at simple editing tasks like cutting commercials, applying filters, and converting between formats without complex timeline editing.
参数
- --load _file_
- Load video file
- --save _file_
- Save output file
- --video-codec _codec_
- Set video codec (copy, x264, xvid, etc.)
- --audio-codec _codec_
- Set audio codec (copy, aac, mp3, etc.)
- --run _script_
- Execute Python script
- --quit
- Quit after operations
- --output-format _format_
- Set container format (MP4, MKV, AVI)
FAQ
What is the avidemux command used for?
avidemux is a free video editor for cutting, filtering, and encoding tasks. It supports many file formats and provides both GUI and command-line interfaces for video processing. The tool excels at simple editing tasks like cutting commercials, applying filters, and converting between formats without complex timeline editing.
How do I run a basic avidemux example?
Run `avidemux [video.mp4]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --load _file_ do in avidemux?
Load video file