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
Hi, I'm searching for the best solution to transcode a video quickly and efficiently, without compromising its quality or final resolution.
The code snippet below transcodes a video using specific codecs. However, when using Android, the h264_mediacodec codecs don't seem to provide any significant improvement in encoding speed. While I can successfully create the context for h264_mediacodec for decoding, the process fails when attempting to decode the first frame, throwing an "external library error."
Although I’m particularly interested in the behavior on Android, I’m also curious about how it performs on desktop. This project is great, and I look forward to any assistance you can provide!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm searching for the best solution to transcode a video quickly and efficiently, without compromising its quality or final resolution.
The code snippet below transcodes a video using specific codecs. However, when using Android, the
h264_mediacodec
codecs don't seem to provide any significant improvement in encoding speed. While I can successfully create the context forh264_mediacodec
for decoding, the process fails when attempting to decode the first frame, throwing an "external library error."Although I’m particularly interested in the behavior on Android, I’m also curious about how it performs on desktop. This project is great, and I look forward to any assistance you can provide!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions