Skip to content

Would love the ability to specify output directory #378

Description

@kford

Hi Lisa,

I have been using your scripts for ages and used to (in old version) be able to specify output directory (--output IIRC). It seems I can no longer do this. I tend to run your script as part of a larger BASH automation. Since I don't see a way to specify the output directory anymore, the only way I'm thinking is to CD into the directory as part of my script, which I certainly can do, but it's a bit clunky. Wondering if you have any suggestions, or if you would entertain adding a --output folder?

The way it is now, my bash script would be something like the below.

cd /home/user/Videos/TV\ Shows/someShowName/Season\ 01 && transcode-video.rb --add-subtitle 1 /mnt/raw/Videos/TV\ Shows/someShowName/Season\ 01/someShowName\ -\ s01e01.mkv &&
cd /home/user/Videos/TV\ Shows/someShowName/Season\ 01 && transcode-video.rb --add-subtitle 1 /mnt/raw/Videos/TV\ Shows/someShowName/Season\ 01/someShowName\ -\ s01e02.mkv &&
....

The previous way was more elegant, IMO

transcode-video.rb --add-subtitle 1 /mnt/raw/Videos/TV\ Shows/someShowName/Season\ 01/someShowName\ -\ s01e01.mkv --output /home/user/Videos/TV\ Shows/someShowName/Season\ 01/someShowName\ -\ s01e01.mkv &&
transcode-video.rb --add-subtitle 1 /mnt/raw/Videos/TV\ Shows/someShowName/Season\ 01/someShowName\ -\ s01e02.mkv --output /home/user/Videos/TV\ Shows/someShowName/Season\ 01/someShowName\ -\ s01e02.mkv &&....

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions