RandomEngy / VidCoder

A Blu-ray, DVD and video file transcoder for Windows.
http://vidcoder.net
GNU General Public License v2.0
690 stars 42 forks source link

Encoding and Final output Folder #1248

Closed bdlegend closed 3 months ago

bdlegend commented 3 months ago

Feature details

Is there have any settings like when encoding runs video file is in one folder and final files will transfer to other folders. That means before final output encoding will be done in one folder and after completing it goes to other folder.

RandomEngy commented 3 months ago

That's not a native functionality of VidCoder. But you can specify post-encode actions in the Picker that can do that.

bdlegend commented 3 months ago

That's not a native functionality of VidCoder. But you can specify post-encode actions in the Picker that can do that.

Can U explain how post-encode actions works and how I set this ?

RandomEngy commented 3 months ago

Look at the bottom of the Picker window to find the post-encode action. You can enable it and it will run a command-line action, and it supports some placeholders. You should be able to put in a "move" command by using the {file} placeholder, but you'd need to figure out how to do it from the command line first.

bdlegend commented 3 months ago

If I want to move another folder or drive after encoding what command or argument do I use ? please help me regarding this issue.

RandomEngy commented 3 months ago

I would recommend typing in "windows move file command" into a search engine or chat GPT as a start.