Open oldma3095 opened 13 hours ago
go-astiav
officially only supports ffmpeg
n7.0
but in reality it should support n7.1
as well.
The error you're getting is pretty weird: can you print the value of astiav.NewRational(1, tr.VideoParams.FPS)
you're providing tr.VideoTransStream.EncodeCtx.SetTimeBase()
at the top of your screenshot?
The transcode example works for me with n7.1
fwiw
I try to use ffmpeg 7.1, has a error:
The encoder timebase is not set
But ffmpeg 7.0 is ok. astiav can support 7.1?