You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
mobile-ffmpeg replaces log_callback_report function with mobileffmpeg_log_callback_function to implement LogCallback functionality of the library. Unfortunately this change breaks the behaviour of -report option. Because -report option uses log_callback_report to write output to a file.
I'll work on the fix and provide a solution in the next release.
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.
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
The text was updated successfully, but these errors were encountered: