forked from j62/ctbrec
Add video tutorial on how to rename files with PP
This commit is contained in:
parent
7912b3b727
commit
62be5795f4
|
@ -73,4 +73,7 @@ FOR %%f in (%directory%\*.ts) do (
|
|||
"C:\Program Files\MKVToolNix\mkvmerge.exe" -o "%directory%\%%~nf.mkv" --title "%model%" "%directory%\%%~nf.ts"
|
||||
del "%directory%\%%~nf.ts"
|
||||
)
|
||||
```
|
||||
```
|
||||
|
||||
##### Video Tutorials
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/QIZhrhBFhoc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
Loading…
Reference in New Issue