Linux command
melt 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Play video
melt [video.mp4]
Render to file
melt [input.mp4] -consumer avformat:[output.mp4]
Add filter
melt [video.mp4] -filter [sepia]
Mix audio
melt [video.mp4] -mix [10] -mixer [mix:-1]
Set output profile
melt -profile [atsc_1080p_25] [input.mp4]
Concatenate clips
melt [clip1.mp4] [clip2.mp4] -consumer avformat:[output.mp4]
说明
melt is the MLT command-line video editor. It processes video with filters and transitions. The tool is MLT framework's utility. Used for scripted video editing and effects.
参数
- -consumer _TYPE_
- Output consumer.
- -filter _NAME_
- Apply filter.
- -profile _NAME_
- Use profile.
- -mix _FRAMES_
- Transition frames.
- --help
- Display help information.
FAQ
What is the melt command used for?
melt is the MLT command-line video editor. It processes video with filters and transitions. The tool is MLT framework's utility. Used for scripted video editing and effects.
How do I run a basic melt example?
Run `melt [video.mp4]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -consumer _TYPE_ do in melt?
Output consumer.