Hobojobo
4th September 2013, 10:36
I am capturing VHS videos with VirtualDub using the capture mode.
As compression I use the Lagarith Lossless codec.
I want to transcode the videos with quenc to mpg2 (DVD).
As I understand, the video has to have the YV12 colourspace to be fed into quenc as avs.
Lagarith has the option to capture directly to YV12.
(Compression - Lagarith - Configure)
Quenc keeps telling me the input formt is not YV12.
Is this a bug?
I have to add
ConvertToYV12(interlaced=true)
to the avs-script.
Then it works.
I would like to YV12-convertion during the capturing to safe time.
As compression I use the Lagarith Lossless codec.
I want to transcode the videos with quenc to mpg2 (DVD).
As I understand, the video has to have the YV12 colourspace to be fed into quenc as avs.
Lagarith has the option to capture directly to YV12.
(Compression - Lagarith - Configure)
Quenc keeps telling me the input formt is not YV12.
Is this a bug?
I have to add
ConvertToYV12(interlaced=true)
to the avs-script.
Then it works.
I would like to YV12-convertion during the capturing to safe time.