User Tools

Site Tools


howto:mkv-edit

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
howto:mkv-edit [2024/10/07 00:07] Wulf Rajekhowto:mkv-edit [2024/10/07 00:13] (current) – [Convert DVD VIDEO_TS folder] Wulf Rajek
Line 69: Line 69:
 ===== Convert DVD VIDEO_TS folder ===== ===== Convert DVD VIDEO_TS folder =====
 <code> <code>
-ffmpeg -i "concat:VTS_01_1.VOB|VTS_01_2.VOB|VTS_01_3.VOB|VTS_01_4.VOB|VTS_01_5.VOB|VTS_01_6.VOB|VTS_01_7.VOB" -filter_complex "scale=ceil(iw*min(1\,min('1080'/iw\,'720'/ih))/2)*2:-2" -c:v libx264 -r 30 -crf 28 -c:a aac  -b:v '4M' -maxrate '4M' -bufsize '4M' -f mp4 output.mp4+ffmpeg -i "concat:VTS_01_1.VOB|VTS_01_2.VOB|VTS_01_3.VOB|VTS_01_4.VOB|VTS_01_5.VOB|VTS_01_6.VOB|VTS_01_7.VOB" -filter_complex "scale=ceil(iw*min(1\,min('1080'/iw\,'720'/ih))/2)*2:-2" -c:v libx264 -crf 28 -c:a aac  -b:v '4M' -maxrate '4M' -bufsize '4M' -f mp4 output.mp4
  
 or  or 
  
-cat ./VIDEO_TS/*.VOB | ffmpeg -i - -filter_complex "scale=ceil(iw*min(1\,min('1080'/iw\,'720'/ih))/2)*2:-2" -c:v libx264 -r 30 -crf 28 -c:a aac  -b:v '4M' -maxrate '4M' -bufsize '4M' -f mp4 output.mp4+cat ./VIDEO_TS/VTS_01_*.VOB | ffmpeg -i - -filter_complex "scale=ceil(iw*min(1\,min('1080'/iw\,'720'/ih))/2)*2:-2" -c:v libx264 -crf 28 -c:a aac  -b:v '4M' -maxrate '4M' -bufsize '4M' -f mp4 output.mp4
 </code> </code>
howto/mkv-edit.1728256027.txt.gz · Last modified: 2024/10/07 00:07 by Wulf Rajek