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.
テキストの透かしを追加し、FFMPEG を使用してビデオ flv を 3gp に変換する方法は?
以下は、flv を 3gp に変換するコードです。
ffmpeg -i input.flv -s 176x144 -vcodec h263 -r 15 -b 200 -ab 12.8 -acodec amr_nb -ar 8000 output.3gp