Skip to content

Commit

Permalink
fix: xdcam interlacing was not top first
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgangso committed Sep 28, 2023
1 parent a001692 commit 38a24ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/transcode/xdcam.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func generateFfmpegParamsForXDCAM(input EncodeInput, output string) []string {
params = append(
params,
"-flags", "+ilme+ildct",
"-top", "1",
"-vf", "setfield=tff,fieldorder=tff",
)
}

Expand Down

0 comments on commit 38a24ee

Please sign in to comment.