Skip to content

Add a note about required audio format #31

@devnull42

Description

@devnull42

The instruction specify that audio files must be in OGG format. This statement needs to be expanded. Specifically, audio files must be in a OGG container, with a Vorbis audio codec.

I used VLC to convert existing files to a working format. The following transcoding properties worked for me:

$vlc -I dummy "$f" --sout='#transcode{vcodec=none,acodec=vorbis,ab=160,channels=2,samplerate=44100}:standard{access=file,mux=ogg,dst=out.ogg}' vlc://quit

Consider adding this note to the instructions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions