回答編集履歴

2

fix opts

2016/03/22 09:39

投稿

yohhoy
yohhoy

スコア6191

test CHANGED
@@ -12,10 +12,10 @@
12
12
 
13
13
 
14
14
 
15
- - `-flags2 +mixed_refs` → `-mixed-refs`
15
+ - `-flags2 +mixed_refs` → `-mixed-refs 1`
16
16
 
17
- - `-flags2 +wpred` → `-weightb`
17
+ - `-flags2 +wpred` → `-weightb 1`
18
18
 
19
- - `-flags2 +dct8x8` → `-8x8dct`
19
+ - `-flags2 +dct8x8` → `-8x8dct 1`
20
20
 
21
- - `-flags2 +fastpskip` → `-fast-pskip`
21
+ - `-flags2 +fastpskip` → `-fast-pskip 1`

1

fix release date

2016/03/22 09:39

投稿

yohhoy
yohhoy

スコア6191

test CHANGED
@@ -1,4 +1,4 @@
1
- 2013年リリースの [FFmpeg 1.0](https://github.com/FFmpeg/FFmpeg/blob/release/1.0/libavcodec/libx264.c) 以降では、libx264への`flags2`オプション指定方式は全て廃止されたようです。
1
+ 2012年リリースの [FFmpeg 1.0](https://github.com/FFmpeg/FFmpeg/blob/release/1.0/libavcodec/libx264.c) 以降では、libx264への`flags2`オプション指定方式は全て廃止されたようです。
2
2
 
3
3
  (FFmpegもx264も、バージョンアップに伴う破壊的変更が多いプロジェクトなので、古い情報がそのまま適用できないことが多々ありますね。)
4
4