AI 摘要
提醒:如果你先移除视频中现有的音轨,Omni 可以为你生成全新音频。 ffmpeg -i input.mp4 -c:v copy -an input_without_audio.mp4
A reminder: Omni can generate entirely new audio for you if you remove any existing audio tracks first
ffmpeg -i input.mp4 -c:v copy -an input_without_audio.mp4
Omni tip: If you remove any audio from the video you're editing, Omni will fully regenerate the audio for you, which might suit your edited output better than t...