- encode_tools - ニコニコ動画まとめwiki
- aviutl_h264 - ニコニコ動画まとめwiki
- エンコード設定 - ニコニコ動画まとめwiki
- 拡張 x264 出力(GUI)の設定項目とその機能について - ニコニコ動画まとめwiki
- さつき - ニコニコ大百科
- AviUtlによる動画へのVisualEffect
- aviutlを使って長時間動画(25分程度)をh.264エンコードしてニコニコ動画にうpした... - Yahoo!知恵袋
- Ubuntu (Desktop Edition) or CentOS+PT2+epgrecで録画サーバを作る手順まとめ | 比翼の鳥と連理の枝
- (UtVideo) バージョン 8.5.0
ffmpeg
- ffmpeg - Remove Rotate metadata from mp4 - Stack Overflow
- rotation - Rotating videos with FFmpeg - Stack Overflow
- 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
- Sound: 16bit* 48kHz*2channel = 1536Kbps
- 02:18:14で 31,604,077,056bytes(30GB弱)になる。
- 一時間(3600sec)あたり10.87GB
- 音声が1536Kbpsだとすると、オーバーヘッドを無視して (31604077056 * 8) / 8294 / 1024 - 1536 = 28233Kbps
- Windows ムービー メーカーをお探しですか
- お気づきと思いますが、Windows 7 に Windows ムービー メーカーは含まれていません。この場合、別の会社のビデオ編集プログラムをインストールするか、または Windows Live ムービー メーカーと呼ばれる新バージョンのムービー メーカーをインストールして、Windows 7 でビデオや写真をムービーに変換することができます。
- WMVへのリアルタイムエンコード機能が削除された模様?
Capture
WinDV
SD-Audio
- wikipetan:SD-Audio
- SD-Jukebox/MOOCS PLAYER Thread Part5
- 準備 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
- id3lib - The ID3v1/ID3v2 Tagging Library
- Yaakov (Cygwin/X) - Re: Compiling id3v2
- 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 <string.h> 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.
Last modified 7 years ago
Last modified on Jun 25, 2017 8:58:06 PM
Attachments (1)
- windv.png (175.0 KB) - added by mitty 14 years ago.
Download all attachments as: .zip