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

ERROR: [png @ 0x102974730] inflate returned error -3 #910

Closed
xueyongwei opened this issue Dec 28, 2023 · 5 comments
Closed

ERROR: [png @ 0x102974730] inflate returned error -3 #910

xueyongwei opened this issue Dec 28, 2023 · 5 comments
Labels
ios Affect iOS platform library Affects the library no-issue-activity question Further information is requested v6.0

Comments

@xueyongwei
Copy link

xueyongwei commented Dec 28, 2023

Description
When i add png watermark to mp4 video with cmd:

let cmd = [
            "-i",videoPath,
                   "-i", waterMark,
                   "-filter_complex", "overlay",
                   "-y",output
        ]

get errors:

ERROR: [png @ 0x102974730] inflate returned error -3 
ERROR: Error while decoding stream #1:0: Generic error in an external library

and ffmpeg returncode is sucess,but no watermark on video.

I have tried other png picture, web downloaded or screenshot, none work.
but webp and jpg image work well.
Environment

  • Platform: iOS
  • Architecture: arm64
  • Version: 6.0
  • Xcode version: 15.1.0
Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

Copy link

github-actions bot commented Mar 5, 2024

This issue was closed because it has been stalled for 7 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 5, 2024
@prasan2421
Copy link

I cant seem to find any solutions to this issue. Currently, I am stuck adding a watermark and there doesn't seem to be any working solutions.

@tanersener tanersener added question Further information is requested ios Affect iOS platform library Affects the library v6.0 labels Apr 11, 2024
@tanersener
Copy link
Collaborator

See #11 in Tips wiki.

@xueyongwei
Copy link
Author

xueyongwei commented Apr 15, 2024

See #11 in Tips wiki.请参阅 Tips wiki 中的 #11

Hi, thanks for your help, I understand now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ios Affect iOS platform library Affects the library no-issue-activity question Further information is requested v6.0
Projects
None yet
Development

No branches or pull requests

3 participants