pub fn build_ffmpeg_cmds_with_profile(
job: &VideoJob,
hw_config: Option<&HwEncodingConfig>,
profile_override: Option<&Profile>,
) -> Vec<Command>Expand description
Build ffmpeg command(s) for encoding a job.
For most modes this returns a single command. For software VP9 with two-pass enabled, this returns pass 1 (analysis) + pass 2 (final encode).