Skip to content

Commit

Permalink
test: update xdcam test
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgangso committed Sep 28, 2023
1 parent 38a24ee commit 74c53c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/transcode/xdcam_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

func Test_GenerateFFmpegParamsForXDCAM(t *testing.T) {
const golden = `-progress pipe:1 -hide_banner -i something.mxf -c:v mpeg2video -pix_fmt yuv422p -color_primaries bt709 -color_trc bt709 -colorspace bt709 -y -b:v 50M -s 1920x1080 -r 25 -flags +ilme+ildct -top 1 something/something.mxf`
const golden = `-progress pipe:1 -hide_banner -i something.mxf -c:v mpeg2video -pix_fmt yuv422p -color_primaries bt709 -color_trc bt709 -colorspace bt709 -y -b:v 50M -s 1920x1080 -r 25 -flags +ilme+ildct -vf setfield=tff,fieldorder=tff something/something.mxf`

const root = "root/"
const outputPath = "something/something.mxf"
Expand Down

0 comments on commit 74c53c4

Please sign in to comment.