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

An interface between ffmpeg and Lua/Torch

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

Hi, I am getting the following error when loading the video. I am using CentOS. Have tried installing image module but the issue persists. /usr/local/torch/install/share/lua/5.1/xlua/init.lua:360: module 'libpng' not found: no...

ffmpeg now requires the user to specify the output format (here set to .mov)

ffmpeg reports usage of qscale is ambiguous and recommends specifying for q:a or q:v

libpng is now called liblua_png

The current API forces you to set both the fps and the video resolution. It would be good to be able to query the video fps/resolution and/or be able to...

Hello, It seems that after a few calls on ffmpeg.Video with the load parameter set to true, the memory used by the previous video is not freed even though the...

I am not sure if this is an issue or my misusage but I am going to report it anyways. The following usage loads a video, but at the end...

The rockspec for this package in https://github.com/torch/rocks points to the tag 1.0-0 and the fix for the missing sys functions in the last commit is not included there. The package...

Adds the ability to load a video from a frame dump. We've been using this for a while with the TLD videos (info.ee.surrey.ac.uk/Personal/Z.Kalal/TLD/TLD_dataset.pdf), so it's had some testing.