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
Build and run demo-transformer app on Android 14 device
Choose preset input --> Apple Video effect --> Zoom in start --> Export
Application crashed
Expected result
It should export, preview and playback file
Actual result
Crash
2024-06-27 13:38:23.679 15694-15694 AndroidRuntime androidx.media3.demo.transformer E FATAL EXCEPTION: main (Ask Gemini)
Process: androidx.media3.demo.transformer, PID: 15694
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.io.File.getAbsolutePath()' on a null object reference
at androidx.media3.demo.transformer.TransformerActivity.startExport(TransformerActivity.java:233)
at androidx.media3.demo.transformer.TransformerActivity.onStart(TransformerActivity.java:182)
at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1582)
at android.app.Activity.performStart(Activity.java:8654)
at android.app.ActivityThread.handleStartActivity(ActivityThread.java:3847)
at android.app.servertransaction.TransactionExecutor.performLifecycleSequence(TransactionExecutor.java:225)
.....
Media
Choose preset input
720p H264 video and AAC audio (b-frames)
Hey @hassanabidpk Thanks for reporting this bug. Unfortunately I can not reproduce the bug after following mentioned steps.
Can you please confirm whether you are testing on the main branch or 1.3.1 version?
Can you try the steps again and confirm if you still see the error?
Are you doing any addition steps like pausing and resuming an export?
Version
Media3 main branch
More version details
1.3.1
Devices that reproduce the issue
Pixel 6a with Android 14
Devices that do not reproduce the issue
No response
Reproducible in the demo app?
Yes
Reproduction steps
Expected result
It should export, preview and playback file
Actual result
Crash
Media
Choose preset input
720p H264 video and AAC audio (b-frames)
Bug Report
adb bugreport
to android-media-github@google.com after filing this issue.The text was updated successfully, but these errors were encountered: