ソフトウェア関連/ffmepg
ffmpeg(最新)のオプション指定について bookmark
書きかけ
- -vcodec
- libxvid
- flags bitexact use only bitexact stuff (except (i)dct)/厳密なアルゴリズムを適用する。
- flags aic 高度なイントラコーディングを有効にする
- flags mv4 always try a mb with mv=<0,0>
- trellis 1 rate-distortion optimal quantization
- aspect 4:3
- r 29.97
- s 320x240
- qscale 4.0
- maxrate 1800k
- coder 1 coder type
- g 200
- nr 500 noise reduction
- qns 1 quantization noise shaping
- subq 7
- mbd 2 macroblock decision
- deinterlace
- acodec libmp3lame
- async 1 audio sync method
- ac 2 set number of audio channels
- ar 44100
- ab 128k

