Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to rebuild the project with latest android transcoder from /ypresto #31

Open
minglu opened this issue Jan 17, 2023 · 0 comments
Open

Comments

@minglu
Copy link

minglu commented Jan 17, 2023

The current Nuget release couldn't compress video with higher resolution settings or on recently released devices like Samsung S21 with FHD as the default camera settings. Old android-transcoder dll from ypresto had a profile check for non-baseline profile (not 66) video

if (profileIdc != PROFILE_IDC_BASELINE) { throw new InvalidOutputFormatException("Non-baseline AVC video profile is not supported by Android OS, actual profile_idc: " + profileIdc); }

Fatal error while transcoding, this might be invalid format or bug in engine or Android. net.ypresto.androidtranscoder.engine.InvalidOutputFormatException: Non-baseline AVC video profile is not supported by Android OS, actual profile_idc: 100

The latest https://github.com/ypresto/android-transcoder removed the profile check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant