ffmpegthumbnailer icon indicating copy to clipboard operation
ffmpegthumbnailer copied to clipboard

Lightweight video thumbnailer that can be used by file managers to create thumbnails for video files

Results 55 ffmpegthumbnailer issues
Sort by recently updated
recently updated
newest added

As per title: `libffmpegthumbnailer.pc.in` has ``` prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=${prefix} libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@ ``` and so can’t handle an absolute path in `CMAKE_INSTALL_LIBDIR`. This leads to a broken .pc file on NixOS in particular....

Would it be possible to add a PNG compression level option? I measured the time of `PngWriter::writeFrame` for a 256x192 image between default compression (6) and 0 compressoin by adding...

Hi, I unable to create a thumbnail using ffmpegthumbnailer for the following file: https://lewd.ga/test/src/1555561354527.mp4 I'm trying to do: `ffmpegthumbnailer -s 250 -t 00:00:01 -i src/1555561354527.mp4 -o thumb/1555561354527s.jpg` And it creates...

Attempting to compile with ffmpeg 5.0 fails with the following: ``` [ 44%] Building CXX object CMakeFiles/libffmpegthumbnailerobj.dir/libffmpegthumbnailer/videothumbnailer.cpp.o /home/frank/tmp/src/ffmpegthumbnailer-2.2.2/libffmpegthumbnailer/moviedecoder.cpp: In member function ‘void ffmpegthumbnailer::MovieDecoder::initialize(const string&, bool)’: /home/frank/tmp/src/ffmpegthumbnailer-2.2.2/libffmpegthumbnailer/moviedecoder.cpp:73:5: error: ‘av_register_all’ was not...

I got error when running ffmpegthumbnailer command: ``` $ ffmpegthumbnailer -i video.mp4 -o output.jpg dyld: Library not loaded: @rpath/libffmpegthumbnailer.4.dylib Referenced from: /opt/homebrew/bin/ffmpegthumbnailer Reason: image not found [1] 74341 abort ffmpegthumbnailer...

Found with modernize-use-override Signed-off-by: Rosen Penev

Don't bother setting in the constructor. Signed-off-by: Rosen Penev

I am trying to build either "normal" or "static" build for ffmpegthumnailer on Manjaro Linux recent from this PKGBUILD: https://github.com/archlinux/svntogit-packages/blob/packages/ffmpegthumbnailer/trunk/PKGBUILD Getting this error ``` [ 44%] Building CXX object CMakeFiles/libffmpegthumbnailerobj.dir/libffmpegthumbnailer/pngwriter.cpp.o...