We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7e771 commit fa82239Copy full SHA for fa82239
videorip/ripguide.md
@@ -117,9 +117,13 @@ ffmpeg -probesize 4096M -i src.264 -codec:v libx264 \
117
ffmpeg -analyzeduration 500M -probesize 2046M -i demux/00001.track_4113.264 -codec:v libx264 -preset veryslow -tune film -x264-params "me=umh:subme=11:no-fast-pskip=1:no-dct-decimate=1:crf=21.5:aq-mode=2:aq-strength=1.0:qcomp=0.8:no-mbtree=1:bframes=8:b-adapt=2:ref=12" main.264 > ffmpeg.log 2>&1 < /dev/null &
118
```
119
120
-x264:
+x264 (w/ vspipe)
121
122
123
+vspipe --y4m encodetest.vpy - | x264 --demuxer y4m - \
124
+--preset slow --tune film \
125
+--me umh --subme 11 --no-dct-decimate --no-fast-pskip --no-dct-decimate --crf 18 --ref 12 \
126
+--output sampledst.264
127
128
129
0 commit comments