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
howto:mkv-edit [2024/10/07 00:12] – [Convert DVD VIDEO_TS folder] Wulf Rajekhowto:mkv-edit [2024/10/07 00:13] (current) – [Convert DVD VIDEO_TS folder] Wulf Rajek
Line 73: Line 73:
 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 -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.1728256355.txt.gz · Last modified: 2024/10/07 00:12 by Wulf Rajek