Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • Vorbis tools Vorbis tools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 61
    • Issues 61
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
    • Model experiments
  • 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.OrgXiph.Org
  • Vorbis toolsVorbis tools
  • Issues
  • #147

Can't Use full filenames in oggenc since Vakor started committing afresh

C:\>oggenc.postrc3 "D:\share\src\First Time\wav\track15.wav"  --
output="D:\share\src\First Time\ogg\Battle Royal.ogg"

Opening with wav module: WAV file reader
Couldn't create directory "D:": Permission denied
ERROR: Could not create required subdirectories for output 
filename "D:\share\src\First Time\ogg\Battle Royal.ogg"

the same error happens when I try to do the same at D:\ . However, when I run 
the same command line from D:\cvs (an unrelated directory), I get the error

D:\cvs>oggenc.postrc3 "D:\share\src\First Time\wav\track15.wav"  --
output="D:\share\src\First Time\ogg\Battle Royal.ogg"
Opening with wav module: WAV file reader
Couldn't create directory "D:": File exists
ERROR: Could not create required subdirectories for output 
filename "D:\share\src\First Time\ogg\Battle Royal.ogg"

I'd bet this has something to do with the autocreate directory code that 
Michael added; could this be tweaked to not try and overwrite the root 
directory when using absolute paths?
Assignee
Assign to
Time tracking