ffmpegならこちらへ 2 [転載禁止]©5ch.io
■ このスレッドは過去ログ倉庫に格納されています
0096名無しさん@お腹いっぱい。
2015/03/15(日) 13:39:57.17ID:tPDmCB0H0組み込んだライブラリはlamemp3, opus, x265, x264, fdkaac。
x265のコンパイルは以下のサイトを参考にしてみた。
http://xanadu62.blogspot.jp/2013/10/ffmpeg.html
んでもってコンパイル完了。以下のパラメータで配信を試みたんだけどエラーが返ってきた。
ffmpeg.exe -re -rtbufsize 256MB -flags +global_header -r 30 -s 1708x960 -f dshow -i video=
"SCFF DirectShow Filter":audio="ライン入力 (Realtek High Definition " -threads 0 -r 30
-s 854x480 -vcodec libx265 -tune zerolatency -preset fast -b:v 636k -af aresample=async=1
-acodec libfdk_aac -ar 48000 -b:a 64k -ac 2 -vol 256 -profile:a aac_he -f matroska pipe: |
ffmpeg.exe -re -i - -codec copy -password hackme -content_type video/webm
icecast://localhost:8000/test.mkv -codec copy "c:\test.mkv"
返ってきたエラーはこんな感じ
ffmpeg version 2.6.git Copyright (c) 2000-2015 the FFmpeg developers
built with gcc 4.9.2 (GCC)
configuration: --prefix=/mingw/i686-w64-mingw32 --pkg-config-flags=--static --
enable-gpl --enable-version3 --enable-nonfree --enable-libfdk-aac --enable-libmp
3lame --enable-libopus --enable-libx264 --enable-libx265 --extra-ldflags=-static
--extra-cflags='-march=native -mfpmath=sse' --optflags=-O2
libavutil 54. 20.100 / 54. 20.100
libavcodec 56. 27.100 / 56. 27.100
libavformat 56. 25.101 / 56. 25.101
■ このスレッドは過去ログ倉庫に格納されています