bytedeco/javacv

FFmpegFrameGrabber problem with special character in file name

Open

#1,489 opened on Aug 8, 2020

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Java (1,583 forks)batch import
help wantedquestion

Repository metrics

Stars
 (6,985 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I found out one of my application's user tried to open a file with this name رقص_ركادة_في_شارع_ب_باريس_😘😍😍💞(360p).mp4 and this error happened

avformat_open_input() error -2: Could not open input "/storage/emulated/0/VidMate/download/رقص_ركادة_في_شارع_ب_باريس_😘😍😍💞(360p).mp4". (Has setFormat() been called?)
org.bytedeco.javacv.FFmpegFrameGrabber.startUnsafe (FFmpegFrameGrabber.java:876)

Contributor guide