Skip to content

add wav->ogg converter and pngquant lib #30

Open
@pmp-p

Description

@pmp-p

https://github.com/ImageOptim/libimagequant

ffmpeg ?

possibly via wasm modules to get really cross platform ? performance is not an issue conversion is a one time thing like initial caching.

manually and actually supported since 505bc54 on GNU/Linux it's something like :

pngquant -f --ext -pygbag.png --quality 40 $(find|grep png$)

for wav in $(find |grep wav$)
do
    ffmpeg -i $wav $wav.ogg
done

# cleanup
# rm $(find |grep pygbag.png$)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions