lisamelton / other_video_transcoding

Other tools to transcode videos.
MIT License
549 stars 25 forks source link

Ability to Choose Destination file (instead of same directory) #44

Closed kingmatusevich closed 4 years ago

kingmatusevich commented 4 years ago

For some contexts, I think having the option to decide where the output file is going to fall is a convenient option and I don't think it would require a lot of work or add complexity. Thoughts?

lisamelton commented 4 years ago

@kingmatusevich You can already decide where your output will go simply by using the cd command before you invoke other-transcode. Your request is actually a duplicate of issue #9 where I've detailed my reasoning for not implementing this. Sorry.

lisamelton commented 4 years ago

@kingmatusevich BTW, choosing the output filename isn't feasible either since other-transcode can take multiple inputs.