MichaelMathieu / THFFmpeg

Torch bindings for FFmpeg (reading videos only)
26 stars 8 forks source link

FFMPEG avformat header has version 3680357, but the library has version 3544068 #6

Open ArghyaPal opened 7 years ago

ArghyaPal commented 7 years ago

I got this error: when I tried:

` th> require 'thffmpeg' true
[0.0007s] th> [0.0000s] th> decoder = THFFmpeg() FFMPEG avformat header has version 3680357, but the library has version 3544068

`

I tried many things but no luck..

Regards,