Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mp4ビデオの背景としてwavファイルを追加しようとしていますが、どこから始めればよいのかわかりません...「ビデオエディタ」APIを調べてみましたが、何も役に立ちませんでした...
デバイスで何らかの形でffmpegを使用する価値はありますか、それとも私が見落としている方法はありますか?(もしそうなら、初心者のための良いチュートリアルはありますか?)
前もって感謝します...
はいffmpegで十分です
ffmpeg -i in.mp4 -i in.wav -acodec <give your codec> -vcodec copy out.mp4
トリックを行う必要があり、私のために動作します。