Changes between Initial Version and Version 1 of Ticket #70958


Ignore:
Timestamp:
Sep 28, 2024, 6:47:29 AM (4 hours ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

You don't have to compile webp yourself; there's already a port for it in MacPorts. The maintainers of the ffmpeg port would just have to modify it to use webp.

You should not set LD_LIBRARY_PATH. Any instructions you see advising you to do so are probably for Linux and inapplicable to macOS.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70958

    • Property Status changed from new to assigned
    • Property Cc dbevans jeremyhu added
    • Property Summary changed from ffmpeg - how to incorporate libwebp? to ffmpeg: add libwebp support
    • Property Owner set to mascguy
    • Property Milestone changed from MacPorts 2.10.2 to
    • Property Keywords ffmpeg libwebp removed
    • Property Type changed from request to enhancement
  • Ticket #70958 – Description

    initial v1  
    4444I did set the environment variable for 'LD_LIBRARY_PATH' as follows: 'export LD_LIBRARY_PATH=/usr/local/lib/', but that also didn't help. I even ran the above command using the following (in the 3rd line of the command above):
    4545
    46 ```
     46{{{
    4747-vcodec /usr/local/lib/libwebp -lossless 0 -compression_level 6 \
    48 ```
     48}}}
    4949
    5050I'm afraid I've reached the limits of my ability to troubleshoot this issue; posting here looking for some help!