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.
サウンドファイルを3gpからmp3に変更する必要があります。
私はffmpegでこれをやろうとしました:
ffmpeg -i input.3gp -vn -acodec libmp3lame -ab 64k output.mp3
しかし、新しいmp3ファイルのサイズはわずか0KBです。
libmp3lameが問題になる可能性がありますか?Javaでそれを行うことさえ可能ですか?(私はc ++の例しか見つけられなかったので)