Quentin Renard
Quentin Renard
FYI I've created a branch called `bump/n6.1.1` where `go-astiav` is now compatible with ffmpeg `n6.1.1`. Feel free to let me know if you face any issue. I won't merge it...
Which `ffmpeg` version are you using? 🤔
I only took a quick glance at your code but I'd try to check different time bases first since they seem weird to me 🤔 I wouldn't force it to...
The way I understand it, you need to set your timebases to: - filter => decoder context timebase - encoder => your manual timebase (⚠️ you need to use the...
@rcoreilly FYI I've created a `bump/n7.0` branch which is compatible with the `n7.0` ffmpeg version 👍
FYI I've merged `bump/n7.0` into `master`, and `go-astiav` is now compatible with `n7.0` 👍
I would love external contributions through PRs ! However I may not accept and merge all proposed changes since I may feel they don't fit in this lib properly. The...
I believe this is now possible with either [Packet.FromData()](https://github.com/asticode/go-astiav/blob/master/packet.go#L139) and a proper decoder, or with a demuxer with custom io. I'll close this issue for now, but feel free to...
Hey, I'm not looking for this change right now, but I'll keep the issue open in case that changes
Well your timing is pretty perfect since I was just adding the needed components for what you're looking for 👍 If you use the latest `master` or `v0.14.0`, right after...