| User review:
|
darkio, I really like that VidCoder has a simple interface which makes it easy for everyone to use. Yet it's very powerful, and it'll still support what you're asking it to do. Simply go to settings, then Advanced, and then type in the "options string" box any additional encoding options that you wish to add.
Keep in mind PAL and NTSC have different bt601 matrices according to table E-3 (Colour Primaries) in the H.264 spec. So bt470bg = bt601 625 = bt1358 625 = bt1700 625 (PAL/SECAM), and smpte170m = bt601 525 = bt1358 525 = bt1700 NTSC.
So you'd want to append your options to include the following:
videoformat=ntsc:colormatrix=smpte170m
A list of additional options can be found here: http://mewiki.project357.com/wiki/X264_Settings. Since VidCoder uses the handbrake engine, commands have to be typed in the way handbrake wants them formatted, as per this guide: https://trac.handbrake.fr/wiki/x264Options |