Log in

View Full Version : QtOutput Output Codec Settings File


DayDreamer3d
24th October 2013, 11:56
Using AviSynth

Hi, I am encoding MOV file using QtOutput. It contains arguments likes of "format" etc.

I want to know about the "settings" argument.
Doc says: It used to save/read output codec.

My Question is what is the format of this file and how to write it.

My attributes for QtOutput are:

format = "Avid DNxHD"
settings = ??
audio = true

Also, what is the format string for Avid DNxHD as its "cvid" for Cinepak

Thanks in advacne.

--------
Anurag Bisht(Day Dreamer)

hanfrunz
24th October 2013, 15:35
if i remember right the settings file is written when you set the settings and the file does not exist. If the file exists the settings are read from it.

DayDreamer3d
25th October 2013, 05:50
That is the case i want to write that setting file manually so that, the QtOutput should take all the settings from that file automatically, i don't know how to wirte it.
Any Tutorial or Example will be of great help.

Thnaks