User Tools

Site Tools


interlaced_to_progressive

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
Last revisionBoth sides next revision
interlaced_to_progressive [2019/11/20 21:47] walkeradmininterlaced_to_progressive [2019/11/20 21:51] walkeradmin
Line 6: Line 6:
 ---- ----
 When importing clips in to Adobe Premiere, content in interlaced format is a nightmare when you have multiple clips, for this reason I convert all interlaced content to progressive. When importing clips in to Adobe Premiere, content in interlaced format is a nightmare when you have multiple clips, for this reason I convert all interlaced content to progressive.
 +\\ 
 \\  \\ 
 \\  \\ 
 This works on HEVC and H.264, but I need to work out how to do MPEG2 clips. This works on HEVC and H.264, but I need to work out how to do MPEG2 clips.
-\\  
 \\  \\ 
     ffmpeg.exe -i input.mp4 -vf yadif -c:v libx264 -preset slow -crf 19 -c:a aac -b:a 256k output.mp4     ffmpeg.exe -i input.mp4 -vf yadif -c:v libx264 -preset slow -crf 19 -c:a aac -b:a 256k output.mp4
 \\  \\ 
 To make things easy, put this in a batch file (progressive.bat): To make things easy, put this in a batch file (progressive.bat):
-\\  
 \\  \\ 
     ffmpeg.exe -i %1 -vf yadif -c:v libx264 -preset slow -crf 19 -c:a aac -b:a 256k %2     ffmpeg.exe -i %1 -vf yadif -c:v libx264 -preset slow -crf 19 -c:a aac -b:a 256k %2
-\\  
 \\  \\ 
 Then use the following syntax: Then use the following syntax:
Line 24: Line 22:
 \\  \\ 
 \\  \\ 
 +You can download this batch file. (you will need the ffmpeg.exe executable). 
 +\\  
 +\\  
 +{{ :progressive.zip |}}
interlaced_to_progressive.txt · Last modified: 2023/03/09 22:35 by 127.0.0.1