User Tools

Site Tools


media:dvd_captions_preservation

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
media:dvd_captions_preservation [2026/05/11 22:10] horsemedia:dvd_captions_preservation [2026/07/08 06:17] (current) – fix ffmpeg misspelling horse
Line 32: Line 32:
 Deinterlace and encode to H264, retaining original video size: Deinterlace and encode to H264, retaining original video size:
 <code bash> <code bash>
-fmpeg -i "title0.ts" -c:v libx264 -crf 18 -filter:v "bwdif" -c:a aac -b:a 384k -movflags +faststart "output.mp4"+ffmpeg -i "title0.ts" -c:v libx264 -crf 18 -filter:v "bwdif" -c:a aac -b:a 384k -movflags +faststart "output.mp4"
 </code> </code>
  
 Deinterlace, encode to H264, and upscale to 1080p Deinterlace, encode to H264, and upscale to 1080p
 <code bash> <code bash>
-fmpeg -i "title0.ts" -c:v libx264 -crf 18 -filter:v "bwdif,scale=-1:1080:flags=lanczos" -c:a aac -b:a 384k -movflags +faststart "output.mp4"+ffmpeg -i "title0.ts" -c:v libx264 -crf 18 -filter:v "bwdif,scale=-1:1080:flags=lanczos" -c:a aac -b:a 384k -movflags +faststart "output.mp4"
 </code> </code>
  
media/dvd_captions_preservation.1778537423.txt.gz · Last modified: by horse