Skip to content

Commit fa82239

Browse files
authored
Update ripguide.md
1 parent 7d7e771 commit fa82239

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

videorip/ripguide.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,13 @@ ffmpeg -probesize 4096M -i src.264 -codec:v libx264 \
117117
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 &
118118
```
119119

120-
x264:
120+
x264 (w/ vspipe)
121121

122122
```
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
123127
124128
```
125129

0 commit comments

Comments
 (0)