Add avstream codec parameter

This commit is contained in:
Ingo Oppermann
2024-09-05 13:56:22 +02:00
parent bc1b2cf76b
commit b0e932d77a
4 changed files with 91 additions and 4 deletions

View File

@@ -47,6 +47,16 @@ func TestAVStream(t *testing.T) {
Duplicating: true,
GOP: "gop",
Mode: "mode",
Codec: "h264",
Profile: 858,
Level: 64,
Pixfmt: "yuv420p",
Width: 1920,
Height: 1080,
Samplefmt: "fltp",
Sampling: 44100,
Layout: "stereo",
Channels: 42,
}
p := AVstream{}