-
-
Notifications
You must be signed in to change notification settings - Fork 2
Getting Started
Before we get started:
Consider settings.bat
a template file.
You will need to change this every time you want to change the transcode settings. Proxy files and other mass transcoding operations have the same settings that are used over each one. It's easier to have it this way.
Set and forget.
To better learn the software, cut a 1-minute portion of video out (or less): For quick transcoding, so you can see the impact of your settings. There's no need to wait for it to go through a long video, and then find out things aren't as you'd hoped.
- Head to https://github.com/TcNobo/TcNo-Transcoder/
- Click
Clone or download
and thenDownload ZIP
- Extract to a folder that you can easily access (You will be returning here to use the program)
- Open
settings.bat
with a text editor of your choice. Preferably, use one with code highlighting. Some good examples are: - Edit the settings to how you'd like. This is where you tell the program how to export your transcode jobs (See Settings for more info) It's already set up to my 360p Premiere Pro Proxy file settings. It should be simple to build on.
- Save your settings
- Open
NVEncC.bat
(Recommended for beginners)- When prompted,
Drag and Drop
your video file into the program. - Click the Command Prompt window (To make sure it's selected) and press
ENTER
- Press ENTER if you are happy with the folder it is in.
- The program will show you your current settings, and the command that will be run. Check everything and see if you're happy. If you're interested in learning what these things mean:
- Enter either the
x32
orx64
folder, typecmd
into the URL bar at the top, and hitENTER
to open Command Prompt in the current folder. (Or open Command Prompt, type cd and enter the full folder directory) - Type "nv" and hit
TAB
to enter either "NVEncC" or "NVEncC64" automatically. PressSPACE
and type either-h
or--help
, and hitENTER
to read the full help file. This includes everything the command will run.
- Enter either the
- When prompted,
OR
- Drag and Drop one or multiple video files directly onto
NVEncC.bat
- This will automatically run the command with only ONE check, asking you to enter
y
orn
and hitENTER
- This is what you'll be using once you understand how the settings file works. Consider the settings file a template, that will be used across all the videos you drag and drop video files into it.
- This will automatically run the command with only ONE check, asking you to enter
Once the transcode is complete, you're free to use the file as you wish.
If this is your first (or one of your first) times using TcNo Transcoder, then check the output file to make sure it meets your expectations. If it does not, change a few more settings in settings.bat
and run the transcode again.