TITLE:FFmpeg is a complete solution to record, convert and stream audio and video. [[Video#tool]] - http://ffmpeg.mplayerhq.hu/ - http://wiki.multimedia.cx/index.php?title=FFmpeg_Summer_Of_Code - [[FFmpeg/usage]] * コーデック [#id41a5a1] ** MP3 [#bae11c2c] - mp4box と ffmpeg で m4a を mp3 に変換する -- http://qiita.com/yoya/items/2cefa9755c825ef84471 ** AMR [#sa12583d] - http://www.penguin.cz/~utx/amr -- http://www.momo-i.org/?ffmpeg%E3%81%A7%E3%82%B9%E3%83%88%E3%83%AA%E3%83%BC%E3%83%9F%E3%83%B3%E3%82%B0%E9%85%8D%E4%BF%A1 ** QCELP [#dc3a7429] - http://archives.free.net.ph/message/20080124.001038.e972bf01.ja.html svn co svn://svn.mplayerhq.hu/ffmpeg/trunk svn co svn://svn.mplayerhq.hu/soc cd soc/qcelp ./srcprepare.sh ../.. cd trunk ./configure make ./ffmpeg -formats | grep qcelp - http://d.hatena.ne.jp/moriyoshi/20070101/1167668292 - http://d.hatena.ne.jp/moriyoshi/20070409/1176145065 -- http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2006-December/049684.html ** [[H.265]]/[[HEVC]] [#h265] - [[x265]] - x265動画のエンコード -- http://blog.k-tai-douga.com/article/87485594.html * コンポーネント [#cc11691a] - [[FFmpeg/Swscale]] (リサイズ処理) - [[FFmpeg/VideoFilter]] (映像フィルタ) -- [[FFmpeg/Rotate]] (回転) -- [[FFmpeg/Crop]] (一部切り取り) -- [[FFmpeg/vid.stab]] (手ブレ補正) - [[FFmpeg/AudioFilter]] (音声フィルタ) * FFmpeg API [#t4946c74] - FFmpeg APIで、さまざまな動画を操る - 前編 -- http://codezine.jp/article/detail/2444?p=1 - [[ffmpeg-php]] - [[ffmpeg-python]] ** exec 方式 (正直微妙) [#face6c71] - http://phpspot.org/blog/archives/2007/03/phpffmpegffmpeg.html * ストリーミング [#o2f63bd4] - Raspberry Pi 3とffmpegでYouTubeへライブ配信をする -- https://signal-flag-z.blogspot.com/2016/12/raspberry-pi-3ffmpegyoutube.html * その他 [#r431ac00] - [[FFmpeg/Explorer]] - FFmpegによる動画エンコードの基本 -- http://blog.asial.co.jp/1315 - FFmpegでよく使う例、コーデックをまとめてみた(2021年版) -- https://qiita.com/CyberRex/items/960bbd0f348ad8dca544 - FFmpeg Generative Art -- https://zenn.dev/yohhoy/scraps/d69a31ffc89d78 * 関連 [#rel] - [[avconv]] | [[libav]] - [[PTS]] | [[DTS]]