My digitized, uncompressed files look just as I expect. However, compressing to FFV1 (HandBrake preset = "Preservation FFV1" and all filters = "Off") seem to result in degradation as follows:
- While I can very clearly see the "comb pattern" in the uncompressed file, and this is what I do expect, the "comb pattern" disappears in the compressed file. It looks to me as if it has been interlaced.
- The un-compressed file has a resolution of 720x576, while the compressed one has only 720x528. Indeed, when I open them in two instances of VLC, side by side, the latter is vertically slightly smaller.
I am digitizing for my archive, trying to leave intact whatever I can, including the interlacing (50i).
Question: What am I doing wrong?
------------------------------------------------------------------------------------
Here is my workflow. (Thanks to @aramkolt for the kind advice:
https://www.digitalfaq.com/forum/vid...tml#post102762)
1.
Played back on Sony TRV67E (PAL).
TBC = ON
NDR = OFF
Input: Video8 cassettes, mono audio, PAL
Output: s-Video cable fitted with 2 male BNC connectors (for Y and C)
------------------------------------------------------------------------------------
2.
Digitized with Blackmagicdesign Mini Converter Analog to SDI.
DIP switches 4 and 5 = ON (s-Video input)
Other DIP switches = OFF
Input: the above s-Video cable
Output: BNC to BNC cable
------------------------------------------------------------------------------------
3.
Captured with Blackmagicdesign DeckLink Mini Recorder HD PCIe card.
Software: Blackmagic MediaExpress
Project video format: 625i50 PAL
Capture file format: QuickTime uncompressed 10-bit YUV
Input: the above BNC to BNC cable
Output: *.mov files
Data shown by VLC media player:
Codec: 10-bit 4:2:2 Component YCbCr (v210)
Video resolution: 720x576
Buffer dimensions: 720x576
Frame rate: 24.997694
Decoded format: Planar 4:2:2 YUV 10-bit LE
Color primaries: ITU-R BT.601 (625 lines, 50 Hz)
Color transfer function: ITU-R BT.709
Color space: ITU-R BT.601 Range
------------------------------------------------------------------------------------
4.
Compressed with HandBrake.
Preset = "Preservation FFV1"
All filters = Off
Input: the above *.mov files
Output: *.mkv files
Data shown by VLC media player:
Codec: FF video codec 1 (FFV1)
Video resolution: 720x528
Buffer dimensions: 720x544
Frame rate: 25
Decoded format: Planar 4:2:2 YUV 10-bit LE
Color primaries: ITU-R BT.601 (625 lines, 50 Hz)
Color transfer function: ITU-R BT.709
Color space: [Not reported in VLC]
------------------------------------------------------------------------------------