Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

-report option not working #302

@JayParikh20

Description

@JayParikh20

Built library using ./android.sh --enable-gpl --enable-x264 --lts

Sample command
"-y -i " + srcMp4Path + " -vf select=eq(pict_type\\,PICT_TYPE_I) -report -loglevel debug -vsync 2 -f image2 "+ outMp4Path
output should be in thumbnails-%02d.jpeg format

Environment variable set using "setNativeEnvironmentVariable" function in Config file
FFREPORT=file=/storage/emulated/0/test/fflog.txt:level=48

Expected Behavior
Report option should print complete log in detail, for eg PICT_TYPE of each frame.

Current Behavior
It is saving the file in the given FFREPORT location, but log has only the command line printed.

Command line: -y -i .... etc thats it!

Environment
Platform: Kali Linux for Android
Architecture: [arm-v7a, arm-v7a-neon, arm64-v8a, x86, x86_64]
FFmpeg Source brach: 4.3-dev
Android NDK version: R20b

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingfixed

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions