Skip to content

Commit e30c573

Browse files
committed
Readme
1 parent 27d5922 commit e30c573

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ python catgen.py --match "D:\videos\clip*" -o "D:\videos\all_clips.mp4"
3030
Assuming you have a large 16GB list of [Barbie](https://en.wikipedia.org/wiki/Barbie:_Life_in_the_Dreamhouse) Mp4 video files in a folder. Now you'd like to burn them all to a DVD to play on your XBox or Playstation computer. However the list of files is much greater than what can fit on a single DVD disk.
3131

3232
No worries! :relieved:
33+
3334
The script can automatically segment the output files according to known DVD and BluRay disk sizes using the `--disk` command line argument
3435

3536
```
@@ -48,7 +49,9 @@ Output: D:\toburn\Barbie_003.mp4
4849
5 chapters, 01:33:07.920 running time, 1.4G total size
4950
```
5051

51-
Now you can burn each individual file to a dvd. Neat :thumbsup:
52+
Now you can burn each individual file to a dvd.
53+
54+
_Neat_ :thumbsup:
5255

5356
> The disk settings supported are `dvd4` (4.7GB), `dvd8` (8.5GB) and `br25` (25GB).
5457
@@ -71,7 +74,7 @@ python catgen.py -m "D:\barbie\*.mp4" -o "D:\toburn\Barbie.mp4" --disk dvd8 --ov
7174

7275
I welcome any and all suggestions and fixes either through the issue system above or through pull-requests.
7376

74-
> Although this project is small it has a [code of conduct](CODE_OF_CONDUCT.md) that I hope everyone will do their best to follow when contributing to any aspects of this project. Be it discussions, issue reporting, documentation or programming.
77+
Although this project is small it has a [code of conduct](CODE_OF_CONDUCT.md) that I hope everyone will do their best to follow when contributing to any aspects of this project. Be it discussions, issue reporting, documentation or programming.
7578

7679
If you don't want to open issues here on Github, send me your feedback by email at [[email protected]](mailto:[email protected]).
7780

0 commit comments

Comments
 (0)