Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tekofx/vob-to-mp4
📀 Convert .VOB files to mp4
https://github.com/tekofx/vob-to-mp4
Last synced: 15 days ago
JSON representation
📀 Convert .VOB files to mp4
- Host: GitHub
- URL: https://github.com/tekofx/vob-to-mp4
- Owner: tekofx
- Created: 2021-09-09T20:04:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T10:00:06.000Z (3 months ago)
- Last Synced: 2024-10-11T11:08:18.170Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
VOB to MP4
Python script that converts .VOB files to mp4
Requirements:
- HandBrakeCLIThis program is suitable for DVD's with the following folder structure:
Folder
|--DVD_folder_1
| |--DCIM/
| |--VIDEO_TS/
| |--VTS_01_1.VOB
| |--VTS_01_2.VOB
| |--....
|
|--DVD_folder_2
| |--DCIM/
| |--VIDEO_TS/
| |--VTS_01_1.VOB
| |--VTS_01_2.VOB
| |--....
....The converted files will be placed inside each DVD_folder_n with the name DVD_folder_n #, being # a number.