Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Vorbis tools Vorbis tools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 63
    • Issues 63
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Xiph.Org
  • Vorbis toolsVorbis tools
  • Issues
  • #1106
Closed
Open
Created Dec 01, 2006 by Gitlab Bot@GitlabBotDeveloper

add output directory option to oggenc

Currently oggenc produces the output ogg file in the same directory where the input file is. I would like to have a option to specify an output directory e.g. "." or in the longer term even with formatstrings to create an output directory with the artist's and album's name in it or with the path or latest directory from the input files.

Examples:

this one would be nice to have soon: oggenc /tmp/artist-album/01-artist-title.flac -O . # outpufile: ./01-artist-title.ogg

these ones would be nice to have in the long term: (%P describes here the last directory from the path of the input file, alternatively %1p for the last directory and %2p for the last but one and the last directory would be a nice feature, too) oggenc /tmp/artist-album/01-artist-title.flac -O "./%p" # outpufile: ./tmp/Artist-Album/01-artist-title.ogg oggenc /tmp/artist-album/01-artist-title.flac -O "./%P" # outpufile: ./Artist-Album/01-artist-title.ogg oggenc /tmp/artist-album/01-artist-title.flac -O "./%a" # outpufile: ./artist/01-artist-title.ogg

Assignee
Assign to
Time tracking