d8bbe0f655
Add vcodec, stereo and asrate options, Implement vpass option, Implement only and skip in apass option, Add an example in dvd2divx script header.
8 lines
622 B
Bash
Executable File
8 lines
622 B
Bash
Executable File
#!/bin/bash
|
|
# dvd_device divx_root divx_title dvd_title chapter angle alang slang vcodec vbr abr xsize aspect stereo asrate deint buffer apass vpass
|
|
#----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
dvd2divx - barry_lyndon 1 1 1-24 1 fr - - - - - - - - - o - -
|
|
dvd2divx - barry_lyndon 2 1 25- 1 fr - - - - - - - - - o - -
|
|
dvd2divx - barry_lyndon 1 - - - - - lavc 920 128 480 4/3 y - n s y 2
|
|
dvd2divx - barry_lyndon 2 - - - - - lavc 920 128 480 4/3 y - n s y 2
|