bytedeco / sample-projects

Sample project files for JavaCPP, JavaCPP Presets, and JavaCV
219 stars 174 forks source link

The video is not playing in vidoe stabilization #17

Closed Nischitha-S closed 7 years ago

Nischitha-S commented 7 years ago

Hi, Iam getting this errror .Please let me know that how can i overcome this

W/System.err: org.bytedeco.javacv.FrameGrabber$Exception: avformat_open_input() error -2: Could not open input "/storage/emulated/0/media/v4.avi". (Has setFormat() been called?)

saudet commented 7 years ago

Errno 2 just means the file doesn't exist. Try to open an existing file.

Nischitha-S commented 7 years ago

Its opening in the mobile separetly.But when i try to execute the code its not opening instead it showing the error W/linker: libjniavutil.so: unused DT entry: type 0xf arg 0x18b9d with a blank screen

Thanks S.Nischitha

On Wed, Sep 6, 2017 at 5:34 PM, Samuel Audet notifications@github.com wrote:

Closed #17 https://github.com/bytedeco/sample-projects/issues/17.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bytedeco/sample-projects/issues/17#event-1236686191, or mute the thread https://github.com/notifications/unsubscribe-auth/AZNX3ybFf0y_6YxUzMhBuqdglA0uH7onks5sfopSgaJpZM4POPEh .

saudet commented 7 years ago

I don't understand your English, you'll need to make sense if you want some help.

Nischitha-S commented 7 years ago

When i open the video separately it is playing, but when i give the same video as input its showing that unused DT entry: type 0xf arg 0x18b9d

saudet commented 7 years ago

You're still not making any sense. Does it play? Or does it not play?

Nischitha-S commented 7 years ago

No its not Playing

saudet commented 7 years ago

I told you the error means the file does not exist. You'll need first a file to play!

Nischitha-S commented 7 years ago

ok thank you sir