Files
thpeetz-notes/Quellen/IT/Konvertiere Video-Dateien in MP4.md
T

21 lines
332 B
Markdown

---
tags:
- IT/Format/VOB
- IT/Format/VRO
- IT/Format/MP4
---
## Dateiformat VRO
Verwendet von dem inzwischen entsorgten DVD-Rekorder.
## Konvertierung
```shell
ffmpeg -i /path/to/VR_MOVIE.VRO -vcodec libx264 Video.mp4
```
```shell
ffmpeg -i "concat:VTS_01_1.VOB|VTS_02_1.VOB|VTS_03_1.VOB" -vcodec libx264 Video.mp4
```