资 源 简 介
"User friendly" script to encode a video using the x264 codec and the matroska (mkv) file format.
Requires ffmpeg and mkvtoolnix utilities to be installed.
```
Purpose:
Encode a video using the x264 codec and the matroska (mkv) file format. If a file with the same name
ending in .chp is found, it is assumed to be a chapter file and will be bundled into the mkv file.
Usage:
video-to-x264 [-options] inputfile
Options:
-m stream : Manually specify audio and/or video streams for encoding.
-c cropinfo : Manually specify crop info instead of autodetect. Use "-c NO" to prevent cropping.
-s starttime : Specify the start time within the video to start encoding.
-l length : Specify the length or duration to encode.
-i : Deinterlace video as part of encoding process.
Example:
video-to-x264 videos/example/movie1.vob
Would encode "movie1-x264.mkv" in videos/example/
video-to-x264 -s 00:05:00 -l 00:00:10 videos/example/movie1