0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ffmpegでogg形式の動画ファイルから音声をmp3に変換する

Posted at

はじめに

WordPress.tvの音声を取り出してスマホで聞きたかったので、ffmpegでmp3に変換してみた。

形式

ffmpeg -ab 128k -i oggfile.ogv mp3file.mp3

ffmpeg -ab 128k -i 3-lightning-talks-copy-02_fmt1.ogv 3-lightning-talks-copy-02_fmt1.mp3

補足

元ファイルは64kかも知れない。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?