You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
223 B
8 lines
223 B
12 years ago
|
#!/bin/bash
|
||
|
|
||
|
#- Рип DVD и видео с pcm-дорожкой
|
||
|
mencoder $1 -ovc x264 -vf yadif -oac pcm \
|
||
|
-x264encopts subq=6:partitions=all:8x8dct:me=umh:\
|
||
|
frameref=5:bframes=4:b_pyramid:weight_b:threads=2:crf=22 -o $2
|
||
|
|