ocaml-ffmpeg icon indicating copy to clipboard operation
ocaml-ffmpeg copied to clipboard

OCaml bindings to the FFmpeg library.

Results 9 ocaml-ffmpeg issues
Sort by recently updated
recently updated
newest added

Hi, when I try to install ffmpeg on opam I get this error: ``` [ERROR] The compilation of ffmpeg-avutil.1.1.11 failed at "dune build -p ffmpeg-avutil -j 10 @install". #=== ERROR...

That was easier than I anticipated!

It's ready to publish on 0.4.2

Since the latest git pull, the compilation fails here: ``` File "avcodec/dune", line 7, characters 9-22: 7 | (names avcodec_stubs) ^^^^^^^^^^^^^ (cd _build/default/avcodec && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC...

Hi, trying to run the player: ``` $ dune exec examples/player.exe test.mp4 Fatal error: exception FFmpeg.Avutils.Error(Failed to write in closed output) ```

I installed ffmpeg through opam, which gives me version 0.4.3. I just depend on `ffmpeg` in my dune file, but get the following error when compiling: ``` bash $ ./install.sh...

From within repo: ``` bash $ dune build examples/player.exe $ _build/default/examples/player.exe Segmentation fault (core dumped) ``` System: * arch linux * ocaml: 4.11.1+flambda + 4.07.1 ```bash > ffmpeg -version ffmpeg...

Hello, I have made several test trying to install ocaml-ffmpeg with updated copies of ffmpeg and ffmpeg-devel (not the one included in Centos) and this error appears. ``` ### output...

The output device write is broken. Running the _audio_device_ and _player_ examples reproduces the problem.