Mário Freitas
Mário Freitas
Sorry for the delay @RadekDvorak . I think the one possible approach here is to periodically reload whatever public keys were supplied (from file or URL). @RadekDvorak Just for my...
@dmyerscough sorry for the delay. Would you mind rebasing now since we're already using go modules? I guess the changes will be much less.
I haven't investigated this issue but the way I see it is simply because the provided [examples/transcoder.go](https://github.com/imkira/go-libav/blob/master/examples/transcoder.go) is - like the folder name states - an "example". The comments in...
@NikkyAI btw, just tried running ffmpeg 3.0.2 on MacOSX here with against the latest master code: ```shell go run --tags ffmpeg30 transcoder.go --input=http://jell.yfish.us/media/jellyfish-3-mbps-hd-h264.mkv --output=output.mp4 ``` Could you clarify the following...
@cvley Thank you for your PR. Please take a look at the review. Can you also add some simple tests where you call all new functions? Thanks
@cvley No problem about the random video. During tests I'm currently downloading to a directory called `fixtures` https://bintray.com/imkira/go-libav/download_file?file_path=sample_iPod.m4v https://bintray.com/imkira/go-libav/download_file?file_path=sample_iTunes.mov https://bintray.com/imkira/go-libav/download_file?file_path=sample_mpeg4.mp4 And referencing them like this: https://github.com/imkira/go-libav/blob/126f4da001527349ba3f1c933fdb4e8eb6923698/avformat/avformat_test.go#L60 Do any of these...
Any update on this @cvley ?
@juanvallejo Hi there. Thanks for the contribution. I was thinking, maybe it would be better to get rid of the deprecation itself, rather than just disabling the warning.
Thanks @juanvallejo . Please let us know too which version of ffmpeg are you using.
That's a valid point. We would have to fix this in-place. Do you have an idea on how to make that change or are you simply requesting the feature?