Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
dvd_mkv [2018/03/10 20:40]
beandog
dvd_mkv [2018/03/10 20:42]
beandog
Line 30: Line 30:
  
 Other than the todo list, it works great. :) Proof-of-concept invented! Other than the todo list, it works great. :) Proof-of-concept invented!
 +
 +Related libav documentation I had open in a file:
 +
 +<​code>​
 +fieldorder - Transform the field order of the input video.
 +
 +The transformation is done by shifting the picture content up or down by one line, and filling the remaining line with appropriate picture content. This method is consistent with most broadcast field order converters.
 +
 +fps - Convert the video to specified constant framerate by duplicating or dropping frames as necessary.
 +
 +scale - Scale the input video and/or convert the image format.
 +
 +setdar - Set the Display Aspect Ratio for the filter output video.
 +
 +setsar - Set the Sample (aka Pixel) Aspect Ratio for the filter output video.
 +
 +showinfo - Show a line containing various information for each input video frame. The input video is not modified.
 +
 +yadif - Deinterlace the input video ("​yadif"​ means "yet another deinterlacing filter"​).
 +
 +avconv -i h264.mp4 -c:v copy -bsf:v h264_mp4toannexb -an out.h264
 +</​code>​

Navigation