-
It would be cool to have an option to generate thumbnails only for images, or only for videos.
I don't want to install `ffmpeg`/`libav` on my headless server, but I'd still like to have thumbnails for…
-
### Steps to reproduce
I could not figure out how to get pydub to play MP3s under Windows 10. I apologize if the solution is already documented elsewhere, I've tried all the solutions I've managed to…
-
In readCallback, handlers.readPacket is called without being given the input buffer size from libav. Doesn't it mean readPacket function can overflow the expected size of buffer? I would add two arg…
-
Hello, I tried the following code:
```
private static string url = "https://www.learningcontainer.com/wp-content/uploads/2020/02/Kalimba.mp3";
static void Main()
{
…
-
Title says most of it, on regular Debian, get that error code when I try to download it. and as it's downloading you can see that it says "compile log at..." and then gives the directory but i try to …
-
Same as 10bit per component, at least [VP9 supports 12 bits per component](https://www.webmproject.org/vp9/profiles/). Only the first one is supported [1,2]. Consider adding support for 12bits -- and …
-
`AVOptions` is meant to be a version-independent method for getting and setting options in ffmpeg/libav structs. It works kind of like a dictionary.
This would make solutions like #26 much nicer, in…
-
I recently compiled untruc on Gentoo, using a freshly compiled libav-0.8.7, and found that the compilation was choking on a missing bzip2 library. Adding -lbz2 to the compilation flags seems to have …
-
Currently, building the libavxffms2.so plugin (FFmpegSource) requires that libpostproc be installed. Whether this is strictly necessary or not should be re-evaluated as postproc has been deprecated an…
-
```
libav and avconv have replaced ffmpeg on Ubuntu and similar Linux
distributions. It would be great if video4fuzez could use Exceptions to
failover to avconv if ffmpeg is not available.
```
O…