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.
ビデオをアップロードして、任意の形式から flv に変換する必要があります。私はこれをffmpegで行っており、このffmpegコマンドを使用しています
ffmpeg -i input.mp4 -vcodec flv -sameq -ar 22050 -f flv output.flv
このコマンドは正常に実行されていますが、問題は出力ファイルのファイル サイズが元の入力ファイルの 5 倍であり、それを減らすと品質も低下することです。助けが必要です。