[[PageOutline]] * [http://nicowiki.com/encode_tools.html encode_tools - ニコニコ動画まとめwiki] * [http://nicowiki.com/aviutl_h264.html aviutl_h264 - ニコニコ動画まとめwiki] * [http://nicowiki.com/encode.html エンコード設定 - ニコニコ動画まとめwiki] * [http://nicowiki.com/%E6%8B%A1%E5%BC%B5%20x264%20%E5%87%BA%E5%8A%9B%EF%BC%88GUI%EF%BC%89%E3%81%AE%E8%A8%AD%E5%AE%9A%E9%A0%85%E7%9B%AE%E3%81%A8%E3%81%9D%E3%81%AE%E6%A9%9F%E8%83%BD%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6.html 拡張 x264 出力(GUI)の設定項目とその機能について - ニコニコ動画まとめwiki] * [http://dic.nicovideo.jp/u/2787743 さつき - ニコニコ大百科] * AviUtlによる動画へのVisualEffect * [http://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q1430066009 aviutlを使って長時間動画(25分程度)をh.264エンコードしてニコニコ動画にうpした... - Yahoo!知恵袋] * [http://zeonic.ath.cx/pt2/ Ubuntu (Desktop Edition) or CentOS+PT2+epgrecで録画サーバを作る手順まとめ | 比翼の鳥と連理の枝] * [http://umezawa.dyndns.info/wordpress/?p=2098 (UtVideo) バージョン 8.5.0] * [http://v-nyappon.net/?m=diary&a=page_detail&target_c_diary_id=200881 UtVideo(可逆圧縮CODEC)を導入してみました。 - にゃっぽん!] = ffmpeg = * [https://stackoverflow.com/questions/20664460/remove-rotate-metadata-from-mp4 ffmpeg - Remove Rotate metadata from mp4 - Stack Overflow] * [https://stackoverflow.com/questions/3937387/rotating-videos-with-ffmpeg rotation - Rotating videos with FFmpeg - Stack Overflow] * [https://stackoverflow.com/questions/15335073/can-i-set-rotation-field-for-a-video-stream-with-ffmpeg/15336581#15336581 Can I set rotation field for a video stream with FFmpeg? - Stack Overflow] > ffmpeg -i input.mp4 -c copy -metadata:s:v:0 rotate=90 output.mp4 = DV = * AVIコンテナ取り込み * Video: 25Mbps * wikipetan:DV * Sound: 16bit* 48kHz*2channel = 1536Kbps * 02:18:14で 31,604,077,056bytes(30GB弱)になる。 * 一時間(3600sec)あたり10.87GB * 音声が1536Kbpsだとすると、オーバーヘッドを無視して (31604077056 * 8) / 8294 / 1024 - 1536 = 28233Kbps * [http://windows.microsoft.com/ja-JP/windows7/looking-for-windows-movie-maker Windows ムービー メーカーをお探しですか] * お気づきと思いますが、Windows 7 に Windows ムービー メーカーは含まれていません。この場合、別の会社のビデオ編集プログラムをインストールするか、または [http://explore.live.com/windows-live-movie-maker?os=other Windows Live ムービー メーカー]と呼ばれる新バージョンのムービー メーカーをインストールして、Windows 7 でビデオや写真をムービーに変換することができます。 * WMVへのリアルタイムエンコード機能が削除された模様? == Capture == * #42 === WinDV === * シンプルなDVキャプチャ/レコードソフト 実行ファイル単体で動く[[br]][[Image(windv.png, 33%)]] = SD-Audio = * wikipetan:SD-Audio * [http://awabi.2ch.net/test/read.cgi/phs/1208682973/ SD-Jukebox/MOOCS PLAYER Thread Part5] * [http://kirakeitai.web.fc2.com/02.html 準備 SD-Audio] * http://awabi.2ch.net/test/read.cgi/phs/1208682973/707 > 次に、enc_aacPlusを使って > {{{ > [Item0] > Title=SD-JUKEBOX enc AAC-LC 128kbps 44.1kHz > Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -bitexact -vn -ac 2 -ar 44100 -f wav -vol 70 "<%TemporaryFile%>_1.wav"" > Command1=""<%AppPath%>\cores\enc_aacPlus" "<%TemporaryFile%>_1.wav" "<%TemporaryFile%>_1.aac" --cbr 128000 --lc --mpeg4aac"" > Command2=""<%AppPath%>\cores\MP4Box" -add "<%TemporaryFile%>_1.aac" "<%OutputFile%>.m4a"" > Command3="cmd /c "del "<%TemporaryFile%>*.*""" > }}} > としたところ、ようやくインポートに成功しました。MP3gainでも正常に分析できました。 * MP4Boxは最新のMP4Box_0.4.6-!r3745(0.4.6-DEV-git-5ca3a9a)を用いたところ、SD-Jukeboxに正常に読み込めなかった(http://awabi.2ch.net/test/read.cgi/phs/1208682973/694 と同じエラー) * 古いバージョン(0.4.3-DEVなど)を使うと問題ない = id3lib = * [http://id3lib.sourceforge.net/ id3lib - The ID3v1/ID3v2 Tagging Library] * [http://cygwin.com/ml/cygwin/2009-09/msg00797.html Yaakov (Cygwin/X) - Re: Compiling id3v2] * http://cygwin-ports.svn.sourceforge.net/viewvc/cygwin-ports/ports/trunk/media/id3lib/ * [http://ubuntuforums.org/showthread.php?t=1094137 configure: error: Missing a vital header file for id3lib - Ubuntu Forums] > I had the same problems. I ended up removing the iomanip.h condition in the configure file. > Then I added on top of two files - include/id3/id3lib_strings.h and include/id3/writers.h - regarding missing function headers. > Compiled and installed fine after that. * [http://id3v2.sourceforge.net/ id3v2 - a command line editor for id3v2 tags]