Documentation
¶
Index ¶
Constants ¶
View Source
const GetFrameCmd = `ffmpeg -i %s -vf "select=eq(pict_type\,%s)" -fps_mode vfr -qscale:v 2 -f image2 %s/%%03d.jpg`
View Source
const TransferCodecCmd = `ffmpeg -hwaccel_output_format qsv -c:v h264_qsv -i %s -c:v hevc_qsv -preset veryslow -g 60 -gpu_copy 1 -c:a copy %s`
View Source
const TransferFormatCmd = `ffmpeg -hwaccel qsv -i %s -c copy -y %s`
Variables ¶
This section is empty.
Functions ¶
func H264ToH265 ¶
func TransferFormat ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.