Closed TetsuHari closed 8 years ago
Woof. I don't see this with ffmpeg-3.0.2
, so perhaps it's a change in 3.1. I'll have to sort out that upgrade. In the meantime, have you picked up an idea of what we need to be doing to set the timebase
?
I've updated to ffmpeg 3.1.3 on my OS X system and can reproduce the problem.
I pushed the fix to master, but it's weird. It seems like we used to set the time_base
field of the codec context, but specifically stopped doing so because it triggered a deprecation warning. I uncommented the line, and demo
is working with ffmpeg-3.1.3
now.
Hey, I tried running the example code (demo/Main.hs), but for some reason ffmpeg can't open codecs:
I'm using OS X 10.11.5, and homebrew installed ffmpeg version 3.1.3.