To optimize quality, convert to raw video using the following EZ Grabber settings
Video:
Video format: NTSC_M
Video source = S-Video
Picture adjustment: All 127
Record:
Record format: AVI
The older the cassettes, the shorter the conversion interval needed to avoid
synchronization problems. Intervals between 10 and 30 minutes worked OK.
Result is raw video:
Only one audio channel actually contains audio, the other channel is empty.
Compression
Compress video and pack in a Matroska container with uncompressed audio,
mapping the audio left channel to a single mono channel. Using H.264 because
of its good quality, size and compatibility.
To extract the raw audio from the Matroska container without encoding
Note that the arguments to f and acodec options match the description of
the audio stream (#0.1) in the output of ffmpeg -i video.mkv. The extracted
audio is literally raw:
Neither ffmpeg nor vlc know how to deal with such file without the user
providing some help. ffmpeg thinks it’s video data
vlc will just show you an error. Providing a little guidance works, for
example below options will result in vlc correctly playing the file
Specify the input format to ffmpeg like this
Note that the description of the stream matches the output of ffmpeg -i
video.mkv in the previous section. The duration is different because it’s
actually a different video than the previous section.