Update README.md
This commit is contained in:
parent
cd261ec072
commit
e361089cae
1 changed files with 12 additions and 1 deletions
11
README.md
11
README.md
|
@ -1,3 +1,14 @@
|
||||||
# ts-to-mkv.sh
|
# ts-to-mkv.sh
|
||||||
|
|
||||||
I wrote this to convert Judge Judy from ts files created by Plex to mkv files. This one seems to meet my requirements for a mass convert-all.
|
I wrote this to convert Judge Judy from ts files created by Plex to mkv files. This one seems to meet my requirements for a mass convert-all.
|
||||||
|
|
||||||
|
# help
|
||||||
|
```
|
||||||
|
[info] ts-to-mkv.sh -- v2
|
||||||
|
[help] -d, path to custom ffmpeg (default: /data/sourcecode/ffmpeg/ffmpeg-4.1.3-amd64-static/ffmpeg)
|
||||||
|
[help] -k, keep the original ts file
|
||||||
|
[help] -p, custom path to scan recursively (default: ./)
|
||||||
|
```
|
||||||
|
|
||||||
|
# Requirements
|
||||||
|
* ffmpeg 4 or better
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue