FFMPEG.jl
FFMPEG.jl copied to clipboard
Julia Package for the FFMPEG builder binaries
I tried installing Plots on codeocean with Ubuntu 18.04 and Julia v1.5.3, It tries to install FFMPEG v0.2.4 (instead of the new v0.4.0) and runs into the following error: ```...
Hi. Julia 1.5.1. Fresh install, empty .julia so far. ``` (@v1.5) pkg> add FFMPEG Updating registry at `~/.julia/registries/General` Resolving package versions... Updating `~/.julia/environments/v1.5/Project.toml` [c87230d0] + FFMPEG v0.4.0 Updating `~/.julia/environments/v1.5/Manifest.toml` [c87230d0]...
First the good news: ``` julia> @time using FFMPEG 1.954532 seconds (1.67 M allocations: 95.600 MiB, 1.70% gc time) ``` Hopefully faster than even, I was checking, my PR for...
When I use Plots in jupyter, every time I got a FFMPEG problem, but in REPL, I can plot everything
I have a clean install of Julia v1.4 on windows 7. I was unable to create any plot. Please see the error message below. ----- julia> using Plots [ Info:...
This is regarding the issue [here](https://github.com/JuliaTeX/PGFPlots.jl/issues/134), and a potential solution provided in this [comment](https://github.com/JuliaTeX/PGFPlots.jl/issues/134#issuecomment-611355655). Would it be possible to enable the flag to support svg? The use case is making...
If I load PyPlot (via Conda) before FFMPEG, I am seeing the following issue on mac on Julia 1.3/1.4: ``` julia> using PyPlot julia> using FFMPEG ERROR: InitError: could not...
What was the rationale for removing `have_avcodec()` etc. in https://github.com/JuliaIO/FFMPEG.jl/commit/a124e581f97196171d4064976a7dde8ceb4a2dcc#diff-25d902c24283ab8cfbac54dfa101ad31 ? Is it supposed to be provided somewhere else now? It seems like it's breaking VideoIO
I recently tried TravisCI/Windows to build a project of mine that depends indirectly on FFMPEG, and I'm getting a failure: ``` ERROR: LoadError: LoadError: LibraryProduct(nothing, ["libavdevice", "avdevice"], :libavdevice, "Prefix(C:\\Users\\travis\\.julia\\packages\\FFMPEG\\9JQpZ\\deps\\usr)") is...