I have three source videos with different colorimetries that I am cropping and resizing to match each other, then combining in Avisynth. My output will be an NTSC DVD, probably encoded with HC Encoder. Two sources are SD; one source is HD. I used DGIndex to determine the colorimetry for the SD sources and DGAVCDec to determine the colorimetry for the HD source.
Source one: BD (Region A) -- BT.709
Source two: NTSC DVD (Region 1) -- SMPTE 170M
Source three: NTSC DVD (Region 3) -- BT.470-2 B,G*
Can these sources be combined? I understand that there is some disagreement about whether DVD should use Rec.601 or Rec.709 because DVDs with Rec.709 in the sequence_display_extension have been observed, and I could not find a definitive answer online. Basically, what I want know is can an encoder, such as Hc Enc, deal with video with parts with different colorimetry or should I combine these sources, then apply a colorimetry conversion before sending my Avisynth script to the encoder?
+ Reply to Thread
Results 1 to 5 of 5
-
Anonymous344Guest
-
Yes. With your source 3 the asterisk means no colorimetry was defined. SMPTE-170M is the same as BT.601.
It deals with them by not dealing with them. It's your responsibility to define them in the AviSynth script if necessary, converting from one to the other in the case of Hi-Def to Standard-Def.Basically, what I want know is can an encoder, such as Hc Enc, deal with video with parts with different colorimetry
The only one that needs converting is the one from a Hi-Def source.should I combine these sources, then apply a colorimetry conversion before sending my Avisynth script to the encoder? -
Anonymous344Guest
-
ntsc DVD is Rec601 (16-235) if you find one that is 709 (0-255) then it's been wrongly encoded, i have a seen a couple like that myself.Most of the pro softwares use rgb hence the levels problems yuv>rgb>yuv i suppose.
If you want to blend these clips i suggest you use the levels filter and also this filter*** DIGITIZING VHS / ANALOG VIDEOS SINCE 2001**** GEAR: JVC HR-S7700MS, TOSHIBA V733EF AND MORE -
Anonymous344Guest
Similar Threads
-
Mixing Frames.
By Xypher in forum Newbie / General discussionsReplies: 12Last Post: 22nd Sep 2011, 04:42 -
Mixing File Formats on One DVD
By OldGuyWhoBurns in forum Newbie / General discussionsReplies: 3Last Post: 3rd Jun 2010, 09:17 -
Mixing 4:3 & 16:9 Segments Onto One DVD
By DeathStalker77 in forum Authoring (DVD)Replies: 2Last Post: 18th May 2010, 20:21 -
DVD Lab Pro, help mixing full screen and wide screen.
By stantheman1976 in forum Authoring (DVD)Replies: 4Last Post: 31st May 2009, 18:23 -
Mixing AC3 and WAV on a DVD
By SCDVD in forum Authoring (DVD)Replies: 2Last Post: 12th Dec 2007, 01:33

Quote

