{"id":1697,"date":"2022-11-19T23:06:04","date_gmt":"2022-11-19T22:06:04","guid":{"rendered":"https:\/\/www.pagetable.com\/?p=1697"},"modified":"2022-11-19T23:06:04","modified_gmt":"2022-11-19T22:06:04","slug":"digitizing-analog-video-through-a-digital-camcorder","status":"publish","type":"post","link":"https:\/\/www.pagetable.com\/?p=1697","title":{"rendered":"Digitizing Analog Video through a Digital Camcorder"},"content":{"rendered":"<p>This article explains a setup and workflow for digitizing analog video (e.g. VHS, Beta, Video 2000, LaserDisc, &hellip;) using a Mac and digital camcorder \u2013 in high quality and with interlacing intact; optimized for archival. We will use a old-school digital camcorder (they are cheap!) to convert the analog signal to a high-quality digital &ldquo;DV&rdquo; stream and then record the DV stream on a Mac using a FireWire connection.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"docs\/digitizing_vhs\/digitizing_vhs.png\" height=\"238\" width=\"800\" alt=\"\" \/><\/p>\n<h2 id=\"the-problem-with-interlaced-video\">The Problem with Interlaced Video<\/h2>\n<p>Standard definition analog video is either<\/p>\n<ul>\n<li>576i50 (PAL\/SECAM): 25 full frames per second of 720&#215;576 pixels, interlaced<\/li>\n<li>480i60 (NTSC): 30 full frames per second of 720&#215;480 pixels, interlaced<\/li>\n<\/ul>\n<p>Interlaced means that every full frame is split into two &ldquo;fields&rdquo;, one with the picture&rsquo;s 288 (PAL; NTSC: 240) odd lines, and one with the 288 (240) even lines. These two fields can represent one moment in time: When combining them, they will give 25 (30) full 720&#215;576 (720&#215;480) frames. Or they can be recorded 1\/50 (1\/60) second apart, giving motion at a resolution of 50 (60) Hz, but at half the vertical resolution, and with the set of lines alternating every time.<\/p>\n<p>Interlaced video was natural for old CRT displays, but in order to show interlaced video on modern displays or encode them into modern video compression formats, they need to be converted into progressive format, i.e. deinterlaced.<\/p>\n<p>The two fields are always transmitted one after the other, and it is unclear whether every two fields should be combined (&ldquo;comb filter&rdquo;) for a 25 (30) Hz video or whether the 50 (60) fields should be vertically upscaled for a 50 (60) Hz video. Using the wrong method means either <a href=\"https:\/\/www.google.com\/search?q=interlaced+combing+artifact\">combing artifacts<\/a> or flickering.<\/p>\n<p>The worst part is when the pairing of fields is inconsistent, like <a href=\"https:\/\/www.pagetable.com\/?p=484\">in this example of Futurama<\/a> or whenever two scenes are composited in the original SD version of Star Trek TNG.<\/p>\n<p>So deinterlacing is hard, especially if you want to do it well. When digitizing analog video, it is best to keep the interlacing intact. When playing the file, VLC for instance will already do pretty good deinterlacing by default \u2013\u00a0and tomorrow&rsquo;s VLC will certainly do a better job. And if you come back to the footage years later to share it or reuse parts in an HD video, you can use the best deinterlacer available then!<\/p>\n<p>So all in all, if you want to <em>archive<\/em> analog video, you should keep it interlaced. Many simple solutions won&rsquo;t do this, but this solution does.<\/p>\n<h2 id=\"digital-video-and-dv\">Digital Video and DV<\/h2>\n<p>A full, uncompressed digital representation of a PAL signal is 50 times a second a 720&#215;576 image at 24 bits per pixel, which is 25x720x576x24: almost 240 Mbits\/sec.<\/p>\n<p>This implies &ldquo;4:4:4&rdquo;, meaning every 2&#215;2 pixels have four brightness values (Y&#8217;) and four values each for the two color components (Cb and Cr). Most digital formats use <a href=\"https:\/\/en.wikipedia.org\/wiki\/Chroma_subsampling\">chroma subsampling<\/a>, meaning that a 2&#215;2 pixel grid has fewer chroma values. Since the human visual system is less sensitive to color than it is to brightness, 4:2:2 (half horizontal chroma resolution) is practically indistinguishable from 4:4:4.<\/p>\n<p>The 1986 <a href=\"https:\/\/en.wikipedia.org\/wiki\/D-1_(Sony)\">D-1 format<\/a> uses 4:2:2 chroma subsampling and thus reduces the data rate by a factor of 1.5 to about 160 MBits\/sec. Sony&rsquo;s 1993 <a href=\"https:\/\/en.wikipedia.org\/wiki\/Digital_Betacam\">Digital Betacam<\/a> additionally uses lossy compression to reduce the data rate by a factor of 2.34:1 down to about 70 MBits\/sec. Both formats were meant for professional use.<\/p>\n<p>The consumer format for digital SD camcorders is the 1994 <a href=\"https:\/\/en.wikipedia.org\/wiki\/DV\">DV<\/a> (&ldquo;Digital Video&rdquo;). It uses 4:2:0 chroma subsampling (one color value per 2&#215;2) for PAL and 4:1:1 (one color value per 4&#215;1) for NTSC, which reduces 4:4:4 data by a factor of 2. The resulting data is lossily <a href=\"https:\/\/en.wikipedia.org\/wiki\/Discrete_cosine_transform\">DCT<\/a>-compressed by a factor of 5, leading to a data rate of 25 MBit\/sec.<\/p>\n<p>DV embeds an uncompressed 48 kHz 16 bit stereo PCM audio stream, which adds 1.5 MBit\/sec (or alternatively, two 32 kHz 12 bit stereo streams with the same total bitrate).<\/p>\n<p>Unlike today&rsquo;s common compression methods (e.g. MPEG-2, H.264, H.265), DV compresses images individually, so in the stream, there are no dependencies between images. You can imagine DV as a stream of 64 KB JPEG images. This allows frame-exact editing and allows for simpler encoder and decoder hardware, but means that a higher data rate is required for the same quality. A 25 MBit\/sec DV stream is roughly equivalent to a 10 MBit\/sec MPEG-2 stream and a 3 MBit\/sec H.264 stream.<\/p>\n<p>DV is an excellent match as an intermediate digital representation or even as an archival format for pretty much<\/a> all analog media, it even surpasses LaserDisc and matches DVD in <a href=\"https:\/\/en.wikipedia.org\/wiki\/Betamax#Comparison_with_other_video_formats\">luma and chroma resolution<\/a> (PAL values; NTSC are similar):<\/p>\n<table>\n<thead>\n<tr>\n<th> Format    <\/th>\n<th> Luma    <\/th>\n<th> Chroma  <\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td> VHS       <\/td>\n<td> 320&#215;576 <\/td>\n<td>  40&#215;288 <\/td>\n<\/tr>\n<tr>\n<td> Betamax   <\/td>\n<td> 333&#215;576 <\/td>\n<td>  40&#215;288 <\/td>\n<\/tr>\n<tr>\n<td> S-VHS     <\/td>\n<td> 560&#215;576 <\/td>\n<td>  40&#215;288 <\/td>\n<\/tr>\n<tr>\n<td> Broadcast <\/td>\n<td> 440&#215;576 <\/td>\n<td> 120&#215;288 <\/td>\n<\/tr>\n<tr>\n<td> LaserDisc <\/td>\n<td> 560&#215;576 <\/td>\n<td> 120&#215;288 <\/td>\n<\/tr>\n<tr>\n<td> DVD       <\/td>\n<td> 720&#215;576 <\/td>\n<td> 360&#215;288 <\/td>\n<\/tr>\n<tr>\n<td> <strong>DV<\/strong>    <\/td>\n<td> <strong>720&#215;576<\/strong> <\/td>\n<td> <strong>360&#215;288<\/strong><sup id=\"fnref:1\"><a href=\"#fn:1\" rel=\"footnote\">1<\/a><\/sup> <\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>DV&rsquo;s DCT-based compression is lossy but quite gentle, and given the increased resolution of DV compared to all analog media, it will capture virtually all data from the analog media.<\/p>\n<h2 id=\"digital-sd-camcorders\">Digital SD Camcorders<\/h2>\n<p>There are two types of digital standard definition camcorders:<\/p>\n<ul>\n<li>MiniDV (1995) was the industry standard. It uses a proprietary cassette format.<\/li>\n<li>Digital8 (1999) by Sony re-uses the same tapes as the analog Hi8 format.<\/li>\n<\/ul>\n<p>Both Digital8 and MiniDV camcorders store a DV stream on tape and all devices come with a 4-pin FireWire\/IEEE-1394\/i.LINK connector that allows losslessly copying the DV stream from the camcorder to a second device or to a computer, or copying a DV stream <em>to<\/em> the device.<\/p>\n<p>In addition to an analog video output (for connecting it to a TV), many camcorders also have an analog composite or even S-Video input. Unless the firmware has this feature disabled to avoid the European tax on video recorders (check the manual!), these camcorders can record analog video from an external input, or output a live digitized DV stream over FireWire (&ldquo;DAC&rdquo;).<\/p>\n<p>This is what we will be using, so the tape format of the camcorder does not matter, since we won&rsquo;t be using tape.<\/p>\n<h2 id=\"setup\">Setup<\/h2>\n<p>You need<\/p>\n<ul>\n<li>a high quality player for your VHS, Beta, Video 2000, LaserDisc etc. media<\/li>\n<li>a composite or S-Video cable plus audio to connect the player to the camcorder<sup id=\"fnref:1\"><a href=\"#fn:1\" rel=\"footnote\">1<\/a><\/sup><\/li>\n<li>a Digital8 or miniDV camcorder that supports digitizing external sources (&ldquo;DAC&rdquo; functionality).<\/li>\n<li>an Apple Mac with a FireWire or Thunderbolt port, so:\n<ul>\n<li>any iMac, Mac mini, Mac Studio, Mac Pro or MacBook Pro<\/li>\n<li>MacBook Air since Mid 2011<\/li>\n<li>MacBook up to (!) Mid 2009, except Aluminum 2008<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>Depending on what kind of Port your Mac has, you need the following cables and adapters:<\/p>\n<table>\n<thead>\n<tr>\n<th> Port on Mac        <\/th>\n<th> Cables <\/th>\n<th> Images <\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td> FireWire&nbsp;400<br \/>(1999-) <\/td>\n<td> 4-pin (DV) to 6-pin (FW 400) <\/td>\n<td> <img loading=\"lazy\" decoding=\"async\" src=\"docs\/digitizing_vhs\/4-6.jpg\" height=\"75\" width=\"150\" alt=\"\" \/> <\/td>\n<\/tr>\n<tr>\n<td> FireWire&nbsp;800<br \/>(2009-) <\/td>\n<td> 4-pin (DV) to 9-pin (FW 800) <\/td>\n<td> <img loading=\"lazy\" decoding=\"async\" src=\"docs\/digitizing_vhs\/4-9.jpg\" height=\"75\" width=\"150\" alt=\"\" \/> <\/td>\n<\/tr>\n<tr>\n<td> Thunderbolt&nbsp;1\/2<br \/>(2011-) <\/td>\n<td> 4-pin (DV) to 9-pin (FW 800)<br \/><a href=\"https:\/\/www.apple.com\/shop\/product\/MD464LL\/A\/apple-thunderbolt-to-firewire-adapter\">Thunderbolt to FireWire adapter<\/a> <\/td>\n<td> <img loading=\"lazy\" decoding=\"async\" src=\"docs\/digitizing_vhs\/4-9.jpg\" height=\"75\" width=\"150\" alt=\"\" \/><br \/><img loading=\"lazy\" decoding=\"async\" src=\"docs\/digitizing_vhs\/fw_tb.jpg\" height=\"52\" width=\"256\" alt=\"\" \/><\/td>\n<\/tr>\n<tr>\n<td> Thunderbolt&nbsp;3\/4<br \/>(2016-) <\/td>\n<td> 4-pin (DV) to 9-pin (FW 800)<br \/><a href=\"https:\/\/www.apple.com\/shop\/product\/MD464LL\/A\/apple-thunderbolt-to-firewire-adapter\">Thunderbolt to FireWire adapter<\/a><br \/><a href=\"https:\/\/www.apple.com\/shop\/product\/MMEL2AM\/A\/thunderbolt-3-usb-c-to-thunderbolt-2-adapter\">Thunderbolt 3 (USB-C) to Thunderbolt 2 Adapter<\/a> <\/td>\n<td> <img loading=\"lazy\" decoding=\"async\" src=\"docs\/digitizing_vhs\/4-9.jpg\" height=\"75\" width=\"150\" alt=\"\" \/><br \/><img loading=\"lazy\" decoding=\"async\" src=\"docs\/digitizing_vhs\/fw_tb.jpg\" height=\"52\" width=\"256\" alt=\"\" \/><br \/><img loading=\"lazy\" decoding=\"async\" src=\"docs\/digitizing_vhs\/tb_tb.jpg\" height=\"52\" width=\"256\" alt=\"\" \/> <\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>The older the Mac, the fewer adapters you will need, but the more hassle it will be installing the necessary software. The sweet spot seem to be late FireWire 800 Macs (model years 2011-2012) or Macs with Thunderbolt 1\/2 (model years 2011-2015).<\/p>\n<h2 id=\"installing-tools\">Installing Tools<\/h2>\n<p>macOS supports DV video over FireWire natively, so you can open QuickTime Player, and select &ldquo;File -> New Movie Recording&hellip;&rdquo; to preview what is being transmitted by the camcorder. While QuickTime Player can record, the resulting video will already be deinterlaced using the low-quality &ldquo;blend&rdquo; method.<\/p>\n<p>Apple&rsquo;s iMovie has a dedicated DV\/FireWire import function that will save MOV-encapsulated DV video, but has the habit of silently stopping recording when there is an empty area of the source tape.<\/p>\n<p>The open source <code>ffmpeg<\/code> tool not only allows grabbing the original DV bits from FireWire, it can also convert video in all kinds of formats.<\/p>\n<p>If you are running macOS 11 (Big Sur) or later, install <a href=\"https:\/\/brew.sh\">Homebrew<\/a>, and then install <code>ffmpeg<\/code> with this Terminal command:<\/p>\n<pre><code>brew install ffmpeg\n<\/code><\/pre>\n<p>Homebrew should also work but is <a href=\"https:\/\/docs.brew.sh\/Installation#2\">unsupported<\/a> on 10.11 (El Capitan) through 10.15 (Catalina). If Homebrew does not work on your version of macOS, you may want to find an <a href=\"https:\/\/duckduckgo.com\/?q=static+ffmpeg+mac\">ffmpeg binary through other means<\/a> or consider upgrading to a later version of macOS &#8211; maybe even through <a href=\"https:\/\/dortania.github.io\/OpenCore-Legacy-Patcher\/\">OpenCore Legacy Patcher<\/a>.<\/p>\n<h2 id=\"digitizing\">Digitizing<\/h2>\n<p>Make sure the camcorder&rsquo;s audio is configured to 48 KHz 16 bit mode (as opposed to 32 KHz 12 bit). Connect the camera to the Mac and switch it into &ldquo;PLAY&rdquo; or &ldquo;DAC&rdquo; mode. Then run the following Terminal command to list the available capture devices:<\/p>\n<pre><code>ffmpeg -f avfoundation -list_devices true -i \"\"\n<\/code><\/pre>\n<p>On my MacBook Pro, this prints:<\/p>\n<pre><code>AVFoundation video devices:\n[0] DCR-TRV520E\n[1] FaceTime HD Camera\n[2] Capture screen 0\nAVFoundation audio devices:\n[0] Speaker Audio Recorder\n[1] MacBook Pro Microphone\n<\/code><\/pre>\n<p>It detected the Sony DCR-TRV520E. We will have to pass this device name whenever we want to read DV data with ffmpeg.<\/p>\n<p>To capture the video tape into a DV stream, enter the following command (replacing the device name) and press PLAY on the VCR immediately after.<\/p>\n<pre><code>ffmpeg -f avfoundation -capture_raw_data true -i \"DCR-TRV520E\" -c copy -map 0 -f rawvideo video.dv\n<\/code><\/pre>\n<p>Once the tape is finished, press Ctrl+C to stop recording. If you want to automatically stop the recording after a certain time, you can add something like <code>-t 4:10:00<\/code> (4h 10m) to the command line.<\/p>\n<p>You can monitor the progress by looking at the camcorder&rsquo;s viewfinder or LCD, or by using this command in a different Terminal window:<\/p>\n<pre><code>tail -f video.dv | ffplay -i -\n<\/code><\/pre>\n<h2 id=\"compressing\">Compressing<\/h2>\n<p>While DV is an excellent archival format, it&rsquo;s also big: about 11 GB per hour. MPEG-2 can slash this by a factor of three (4.5 GB per hour). The following line recompresses the DV into DVD-quality MPEG-2, leaving the interlacing intact.<\/p>\n<pre><code>ffmpeg -i video.dv -b:v 10M -flags +ildct+ilme video.vob\n<\/code><\/pre>\n<p>Here is the corresponding line to encode the video in H.264 at 3 MBit\/sec, which is about the same quality, and also with interlacing intact. This will be a little more than 1 GB per hour \u2013\u00a010 times smaller than DV.<\/p>\n<pre><code>ffmpeg -i video.dv -b:v 3M -flags +ildct+ilme video.mp4\n<\/code><\/pre>\n<p>While H.265 has some basic support for interlaced video, neither ffmpeg nor VLC support it without tricks, and AV1 does not support interlaced video at all. Consequently, H.264 is effectively the latest compression format that you should use to store interlaced video.<\/p>\n<h2 id=\"on-the-fly-compression\">On-the-fly Compression<\/h2>\n<p>Any Intel or Apple Silicon Mac can also encode MPEG-2 in real-time. The following line skips the intermediate DV file:<\/p>\n<pre><code>ffmpeg -f avfoundation -capture_raw_data true -i \"DCR-TRV520E\" -c copy -map 0 -f rawvideo pipe:1 | ffmpeg -i - -b:v 10M -flags +ildct+ilme video.vob\n<\/code><\/pre>\n<p>And this is the line to encode straight into H.264. You will need a 2015 or newer Mac for this, otherwise it won&rsquo;t be able to keep up with the incoming data.<\/p>\n<pre><code>ffmpeg -f avfoundation -capture_raw_data true -i \"DCR-TRV520E\" -c copy -map 0 -f rawvideo pipe:1 | ffmpeg -i - -b:v 3M -flags +ildct+ilme video.mp4\n<\/code><\/pre>\n<h2 id=\"deinterlacing\">Deinterlacing<\/h2>\n<p>If you need the video in progressive format, you can use the following commands to deinterlace the video. You should try the 50\/60 Hz command first, which will retain motion smoothness. If the resulting video contains every frame twice (verify by single stepping with the arrow keys in QuickTime), the original material was 25\/30 Hz, so you can to re-do the deinterlacing with a frame rate of 25\/30.<\/p>\n<p>MPEG-2, 10 MBit, 50\/60 frames per second:<\/p>\n<pre><code>ffmpeg -i video.dv -vf yadif=1:-1:0 -b:v 10M video.vob\n<\/code><\/pre>\n<p>MPEG-2, 10 MBit, 25\/30 frames per second:<\/p>\n<pre><code>ffmpeg -i video.dv -vf yadif=0:-1:0 -b:v 10M video.vob\n<\/code><\/pre>\n<p>H.264, 3 MBit, 50\/60 frames per second:<\/p>\n<pre><code>ffmpeg -i video.dv -vf yadif=1:-1:0 -b:v 3M video.mp4\n<\/code><\/pre>\n<p>H.264, 3 MBit, 25\/30 frames per second:<\/p>\n<pre><code>ffmpeg -i video.dv -vf yadif=0:-1:0 -b:v 3M video.mp4\n<\/code><\/pre>\n<p>H.265, 1.5 MBit, 50\/60 frames per second:<\/p>\n<pre><code>ffmpeg -i video.dv -vf yadif=1:-1:0 -c:v libx265 -b:v 1.5M -tag:v hvc1 video.mp4\n<\/code><\/pre>\n<p>H.265, 1.5 MBit, 25\/30 frames per second:<\/p>\n<pre><code>ffmpeg -i video.dv -vf yadif=0:-1:0 -c:v libx265 -b:v 1.5M -tag:v hvc1 video.mp4\n<\/code><\/pre>\n<p>While the YADIF filter in ffmpeg does a pretty good job, there are now also machine-learning based tool like <a href=\"https:\/\/www.topazlabs.com\/topaz-video-ai\">Topaz Video AI<\/a> for deinterlacing.<\/p>\n<p>Remember though that you should archive the original interlaced data, since deinterlacing is lossy.<\/p>\n<h2 id=\"limitations\">Limitations<\/h2>\n<p>This method only captures the 720&#215;576 (720&#215;480) video signal and one stereo audio track of your media. Depending on the media, there may be information that is not captured:<\/p>\n<ul>\n<li>PAL broadcast recordings usually contain <a href=\"https:\/\/en.wikipedia.org\/wiki\/Teletext\">teletext<\/a>, albeit with lots of errors, because of the insufficient bandwidth of tape.<\/li>\n<li>NTSC broadcast recordings and pre-recorded media usually contain <a href=\"https:\/\/en.wikipedia.org\/wiki\/Closed_captioning\">closed captioning<\/a>.<\/li>\n<li>VHS contains a mono track and an optional HiFi stereo track. VHS players pick the HiFi stereo track if it exists, so this solution will not capture the mono track which, in theory, could contain entirely different audio.<\/li>\n<li>LaserDisc can contain digital audio (PCM, Dolby Digital or DTS). If you want to capture the audio losslessly, you need to record it in parallel using an S\/PDIF connection.<\/li>\n<\/ul>\n<p>In general, the recording will only be as good as the player can decode the media. If you don&rsquo;t have access to a good player or if the media has defects, you may want to talk to a company that specializes in digitization services.<\/p>\n<h2 id=\"simpler-solutions\">Simpler Solutions<\/h2>\n<p>If the solution described in this setup seems overkill, there are simpler solutions as well:<\/p>\n<ul>\n<li>\n<p>A DVD recorder (or a VHS\/DVD combo device like the Panasonic DMR-EX98V and DMR-EX99V) can convert analog sources (or VHS directly) into high-quality interlaced MPEG-2 files written to a recordable DVD. The downside is that these devices are usually limited to two (DVD-5), maybe four (DVD-9, i.e. dual-layer) hours of recording at 10 MBit\/sec because of the limitied capacity of a DVD.<\/p>\n<\/li>\n<li>\n<p>There are devices that connect to the analog signal on one side and to a computer&rsquo;s USB port on one side. The PC\/Mac software will usually create a deinterlaced MP4 file.<\/p>\n<\/li>\n<li>\n<p><a href=\"https:\/\/www.youtube.com\/watch?v=ZC5Zr3NC2PY\">Technology Connections<\/a> describes a solution where you connect the video player to an analog-to-HDMI box, and its output in turn to a device that records HDMI onto an SD card. This will also deinterlace the video.<\/p>\n<\/li>\n<\/ul>\n<h2 id=\"links\">Links<\/h2>\n<ul>\n<li><a href=\"https:\/\/forums.macrumors.com\/threads\/updated-old-video-tapes-conversion-via-thunderbolt-firewire-for-camcorders-video-decks-and-players-that-supported-ieee-1394-firewire-ilink.2321691\/\">Old Video Tapes Conversion via Thunderbolt \/ Firewire <\/a><\/li>\n<li><a href=\"https:\/\/leolabs.org\/blog\/capture-minidv-on-macos\">Capturing and Archiving MiniDV Tapes on macOS<\/a><\/li>\n<li><a href=\"https:\/\/mipops.github.io\/dvrescue\/index.html\">DVRescue<\/a><\/li>\n<li><a href=\"https:\/\/www.researchgate.net\/publication\/224078937_HDTV_subjective_quality_of_H264_vs_MPEG-2_with_and_without_packet_loss\">HDTV subjective quality of H.264 vs. MPEG-2, with and without packet loss<\/a><\/li>\n<\/ul>\n<hr \/>\n<div class=\"footnotes\">\n<hr\/>\n<ol>\n<li id=\"fn:1\">\n<p>NTSC DV uses 4:1:1 chroma subsampling instead of PAL&rsquo;s 4:2:2, so it has a Chroma resolution of 130&#215;480. This still surpasses all consumer formats \u2013 except DVD.<a href=\"#fnref:1\" rev=\"footnote\">&#8617;<\/a><\/p>\n<\/li>\n<li id=\"fn:1\">\n<p>Always use an S-Video connection if the player supports it! If the connector exists, it means the media supports a higher-than-composite color bandwidth, which is only available through S-Video.<a href=\"#fnref:1\" rev=\"footnote\">&#8617;<\/a><\/p>\n<\/li>\n<\/ol>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>This article explains a setup and workflow for digitizing analog video (e.g. VHS, Beta, Video 2000, LaserDisc, &hellip;) using a Mac and digital camcorder \u2013 in high quality and with interlacing intact; optimized for archival. We will use a old-school digital camcorder (they are cheap!) to convert the analog signal to a high-quality digital &ldquo;DV&rdquo; &#8230; <a title=\"Digitizing Analog Video through a Digital Camcorder\" class=\"read-more\" href=\"https:\/\/www.pagetable.com\/?p=1697\" aria-label=\"Read more about Digitizing Analog Video through a Digital Camcorder\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,10],"tags":[],"class_list":["post-1697","post","type-post","status-publish","format-standard","hentry","category-archeology","category-digital-video"],"_links":{"self":[{"href":"https:\/\/www.pagetable.com\/index.php?rest_route=\/wp\/v2\/posts\/1697","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pagetable.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.pagetable.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.pagetable.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pagetable.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1697"}],"version-history":[{"count":0,"href":"https:\/\/www.pagetable.com\/index.php?rest_route=\/wp\/v2\/posts\/1697\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.pagetable.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1697"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.pagetable.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1697"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.pagetable.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1697"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}