You are here:Home»KB»Media»Capture and convert DV tapes with chapters
Wednesday, 12 January 2022 20:16

Capture and convert DV tapes with chapters

Written by

DV tapes are now a legacy technology but because they are digital you can still get your videos back without data loss as long as the tapes and camera are in good working order. There are a couple of steps to go through to get these videos in a usable format.

Prerequisites

Setting Up Windows

  • Make sure you have a FireWire device installed in your Windows 7 PC, obviously.
  • Change to Legacy drivers
    • This is done because Windows 7 removed the DV functionality from the drivers that were present in Vista, however they are still accessible if you want them. The legacy driver has been completely removed in Windows 10, hence why we are using Windows 7. Vista is far too old to be using.
    • Go into the Device manager and locate your 1394 FireWire Drivers
    • Change this to the Legacy version
    • A reboot is probably not needed but it does not harm to perform one here.
  • Install all of the software above so it is ready when needed.

Notes

Capture the Videos (WinDV)

For the user of the camcorder (video camera) it was possible to hit a button on the camera that would put a marker on the video stream which was breakpoint (like a chapter). These breakpoints were also present when the user stopped and started the camcorder. WinDV captures the video stream but when it discovers one of these breakpoints it creates another file. Not all cameras add this marker. The files are labelled sequentially (by default) in time order.

  • Go into the Device manager and Change the FireWire drivers to the 'Legacy' version.
  • Connect your camera to the PC with the Firewire cable.
  • Turn your camcorder on.
    • Windows will find a new device and then new drivers for it are installed. It location indevice manage should be in `Imaging devices`:
    • The camera should be turned to the correct mode for data transfer if not already.
  • Put a cassette in the Video Camera
  • Now open WinDV and you are ready to go (i did use open as administrator, but i don't think it makes any difference)
  • Click Capture
    • when you click capture on WinDV it waits until it gets a signal from the camera to start recording, and when the tape is done will stop capturing.
  • Press play on the camcorder and the capture will begin

Notes

  • You are more than likely to get many files create but this is normal.
  • Windows 10 does not natively support DV Tapes anymore, it was removed. I think the last version that has it is windows 7
  • In windows 7 + vista you still need to change the drivers to legacy drivers
  • You can install the drivers in windows 10 by using some extracted (tutorials in my links)
  • Firewire cards don't always work because of incompatibilities
  • Using windows 7 or vista and WinDV is probably the easiest way to capture videos
  • Some software allows you to control the DV camera from the PC (possibly virtual dub)
  • WinDV - No audio on some scenes / Only 1 scene has no sound, the rest of the tape is fine.
    • There can be a mix of working and non working scenes, it does not have to be just 1, this description just makes it easier to explain.
    • Cause:
      • This is caused by recording over another video with a different sound format (12/16bit) and there being no defined scene definition, so WinDV never changes is sample rate/type hence the lost audio.
      • This is caused by the audio type changing while playback is occurring, and this is most likely because the user used the same tape in 2 different cameras and they had different settings. Changing the settings on a camera would also have the same effect.
        • WindDV will does not recognise the change in the audio type so audio is no longer recorded because the codec it is using no longer understands the audio stream.
        • This issue only occurs when you swap scenes and the 2 scenes have different audio encodings.
        • Video is unaffected because the video format is always constant and if the bit rate changes it does not matter. there are also key frames at the begining of every scene.
    • Solutions:
      • You have to record the scenes before and after the audio change separately and then later bring them back together but this time using the same codec and audio settings. This will involve transcoding.
      • Start capturing in the new section (to be sure, when audio of the new scene starts) so there is no failed format transition (Preferred)
      • Use audio cable to capture audio the old fashion way
      • Use another software (untested)
      • Try WinDV Type1 capture (untested)
    • Links
      • no sound in DV captures - VideoHelp Forum
        • Joining the discussion late, but starting the camera slightly before capturing is the solution I also found when I had a similar issue (no sound on some transferred DV). There's a known bug in WinDV that effects using the WinDV camera controls and not getting audio; confirmed by WinDV's developer.
      • WinDV - help in transferring Type-II AVI - VideoHelp Forum
      • No sound in winDV captures, DV-type 2 - VideoHelp Forum
        • It's probably a mismatch between audio sample rates. (edit: as I see you are now noticing.) DV can record 4 channels @ 32khz or 2 channels @ 48. Once you have "taught" windv what you are using it ought to be ok. If your tape switches back and forth you will need to restart the capture at each break. 44.1 is very unusual though technically it is in the specs.
      • [SOLVED] Strange problem with capturing MiniDV via firewire - missing audio - VideoHelp Forum
        • sometimes tapes were re-used and the audio settings had been changed. if the very beginning of the tape was used in 16 bit mode and later recorded over at the 12 bit setting windv or other transfer software will start in 16 bit mode and stay there even if the recording goes to 12 bit mode.
        • one way to get around it is to not start he capture on the computer until you hear audio from the recording you want. that way the software will start in the right mode.
      • WinDV, Audio capture issue - VideoHelp Forum - WinDV captures and separates all the dv video as desired. However, 2 of the 12 files do not have any sound (2 video segments). The 2 files are at random places in the dv tape. The 10 other files are perfectly fine.
  • No Sound at all
    • Causes:
      • Is the relevant codec on your PC missing?
      • Does your TV support the relevant codec?
    • Solutions:
      • Try VLC player
      • You could recapture the tape but it is unlikely to be this if other tapes sample fine
      • Install missing codecs
      • Try playing on another device

Correct DV Video Bitrates (AviDemux)

The video and audio formats must match otherwise errors will occur when we try and merge the videos with MKVToolNix. For the most part you will find your videos are all the same format but occasionally they might not be.

Checking the videos have the same format

Below are some options for checking if the video files are all in the same format:

  • Examine the files with MediaInfo (preferred)
    • Gives you complete readout of each files specifications and codecs it uses.
    • The information provided here will be helpful if you need to converts a video file to a matching format, as you will need to know the new format.
  • Use Windows explorer
    • Open the folder with the files in
    • Change to details view
    • Enable the bitrate column
    • Examine the results to see if all the bitrates match
  • You can try merging the videos and see if you get an error. It will do this before proceeding to do any real work.

Changing the Audio Bitrate (When required)

These instructions are just for changing the audio because this is most likely going to be the only issue you have

  • Open Avidemux
  • Open the file with the incorrect bitrate (File --> Open)
  • Under Audio Output
    • Change 'Copy' to 'PCM'
    • Click 'Filters'
    • Click 'Resampling (Hz) and change to the relevant bitrate (i.e. 48000)
    • Click 'OK'
  • Under Output Format
    • Select 'AVI Muxer'
  • Click 'Save'
  • You will be prompted to save the new video, select a name and location and click 'OK'
  • Repeat this for each video segment you need to re-sample.

These new files can now be used along with your others in the next section because they will all match.

Notes

Merging the video files while creating chapters (MKVToolNix)

The videos (and happy memories) have now been recovered into a digital format (corrected when needed) on your PC but are in a weird format which only VLC Player will play and they are still split in to multiple files, 1 for each chapter. If you only have 1 file then not all of this section will apply to you.

The files created by WinDV are labelled (by default) in time order so we can still use them to create chapters and this is one of the reasons for the multistep approach.

We will now use MKVToolNix to combine the video parts into one MKV file with chapters:

  • In the input window add the first video fragment/file.
  • Select the file you have just added in the input window and click 'Append Files'
  • Select all of the other files/chapters you want to add
    1. Set the view to details to sort by date/time, so do they start oldest first
    2. Now select them all (excluding the first file which is already added)
    3. They can now be added in one go, instead of one by one (unless you want too !!)
  • Set (Output Tab --> 'Generating chapters') = 'One chapter for each appended file'
  • Set the output location and file.
  • Now to run click on 'Start multiplexing'
  • This software will now create a single MKV file with chapters using the original uncompressed codecs, hence the large size.

Transcode to a Usable Codec (HandBrake)

The file we created in the previous section will play and have chapters in VLC Player but the codecs used are very old and not many Televisions or consumer kit will play the DV codec so we must now convert them into one they will use, however you just want to archive the files or play them on a PC you do not need to do this step as these files can be played with VLC player.

 

  • Prevent crashing tips
    • Do not control your transcoding over Remote Dsektop (RDP)
    • Set windows to the High Performance profile
    • Disable screen being turned off
    • Disable the screen saver
    • Set Windows to never sleep
    • Once encoding is started, leave your PC alone
    • limit the numbe rof threzs encding can use. This is set in `Advanced Options` on the `Video Tab`.
  • Otehr noteds
    • H.265 is not present on all new devices, but the number that support this improved codec is growing.
  • Target CODEC: I used HandBrake to transcode (convert) my video files (MKV) with great success. I use the following codecs:
    • Video: H264 - MPEG-4-AVC(part 10) (avc1) :: H.264 (x264)
    • Audio: MPEG AAC Audio (mp4a) :: AAC (avcodec)

 

 

 

Instructions

In the panels below make sure your settings match what is shown and that you read each step's notes.

The instructions are for PAL so if you are working with NTSC you will need to change frame rates and resolutions to the relevant settings.

We will also be converting the source from an interlaced format to a progressive format (i.e. 576i --> 576p, 720i --> 720p) while retaining the original Storage Aspect Ratio (SAR) and setting the Display Asprect Rartion (DAR) to 4:3.

First Field Selection (Top field / Bottom Field) - this section might not be keps because field detection is ustomati - the information here is still valid adn to be kept

An interlaced source has 2 fields per frame so when transcoding a video with interlacing, you need to know the field order. On a digital format you can check this with MediaInfo but they should be as follows:

  • VHS:  Top Field first
  • DVD:  Top Field First
  • DV:    Bottom Field First

I have not actually done this in my handbrake, but it is a concerns. Is this automatically detected? You can manually set the options int he advanced options on the `Video Tab`. To override you can select custom options

Source Selection

  • Open your file that you want to transcode.
  • Once you get the hang of things you can do batch conversions.

Summary Tab

  • Select the H.264 MKV 720pp30 preset
  • Set you output location

Dimensions Tab

  • The cropping is disabled because PAL and NTSC always rely on the frames being stored as one resolution, and then stretched to match the screen it is being displayed on which is why we have the `Anamorphic` option which controls the display resolution.
  • Leave `Anamorphic`on automatic as it always works as expected as you can see by the 4:3 Aspect Ratio.
  • We will not be using anamorphic as it is pointless nowadays and these files are not for archival purposes, we already have those generated in the previous section of this tutorial.
  • Target resolutions
    • PAL = 720 x 576
    • NTSC = 720 x 540
  • If you see black bars, these would of been cut of when played back as the CRT screens never showed the whole frame/image, but the image will always have a 4:3 ratio.

Filters Tab

  • Interlace Detection
    • All DV and VHS videos are interlaced, so detecting them is pointless.
  • Deinterlace
    • Yadif
      • I use this in OBS and the results are great.
    • EEDI2
      • This is a more powerful deinterlacer but takes a lot more time to process
    • Bob
      • When you select this option, the deinterlacer will look at the previous and next frame to help it build the current frame.
      • eg: If you select Yadif + Bob this is the same as Yadif 2x on OBS studio.
      • The name Bob comes from the fact that the scanner bobs between the odd and even lines.
    • Field order detection (Parity) - for Yadif and Bwdif and I think also for DeComb.
      • The default value is auto. If the interlacing is unknown or the decoder does not export this information, top field first will be assumed.
      • When dealing with digital sources (i.e. DV) the file will have a value in it's heading saying what field is first and this is read and used by HandBrake.
      • You should never need to set a custom Deinterlace option for this.
  • Colourspace:
    • BT 709 is the modern colour space and it makes sense to conver these at the same time. When dealing with digital you could elave them as is?
    • BT 709 is the recommended colour space for H.264

Video Tab

  • Video Encoder
    • 50 fps for PAL
    • 59.94 fps for NTSC
    • Because DV, VHS and TV all use constant frame rate, this is what you should use.
  • Quality
    • Constant Quality = CQP
    • RF 23 = is what I use in OBS for VHS capture and is a good level for video sources where there can be some graininess.
    • The RF level could possibly be increased for DV tapes, but you will need to experiment, I am happy with results I get with CQP 23.
  • Encoder Options
    • Encoder Preset
      • VerySlow is the best you should use. Placebo generates such large files for such little gain it is not worth using.
      • This set the preset flag for the H.264 encoder.
      • Each of the encoder's presets enable different preconfigured settings like those you can add in `Advanced Options`(such as look ahead and B frames) and inmost cases only selecting the best preset for you is all that is needed.
      • The presets do not directly control compression but because as you go up the presets, more features are enabled which in turn increases compression of the video.
    • Encoder Tune
      • Maybe set this to `Film` to combat some graininess (see h.265 link for better explanation)
      • Leave `Fast Decode` off, this is for old and low powered hardware that will struggle to play highly compressed files.
    • Encoder Profile
      • Auto = HandBrake will pick the best profile it thinks you setup will handle.
      • Baseline = The most compatible with the weakest compression.
      • High = Most CPU to compile, most CPU to decompress.
      • I don't know what `high422` and `high444` are.
    • Encoder Level
      • This controls the maximum compression but also what devices can play this file as they need to be able to play this level of file.
      • A “best settings” guide for Handbrake 0.9.9 and 0.10 | mattgadient.com
        • Higher profiles & levels tend to get you better compression (so better quality in a given filesize). However, you’re going to be limited by the profile support of the hardware devices you’re planning to play your videos on.
        • Currently, High Profile, Level 4.1 is the most popular profile on recent / cutting edge devices. Such a device will also play Baseline/Main, and any level between 1.0-4.0. The industry’s stagnated at Level 4.1 for a couple years, probably because it’s at the point where it’s “good enough” until H265 starts taking over.
      • Levels - Advanced Video Coding - Wikipedia
        • As the term is used in the standard, a "level" is a specified set of constraints that indicate a degree of required decoder performance for a profile. For example, a level of support within a profile specifies the maximum picture resolution, frame rate, and bit rate that a decoder may use. A decoder that conforms to a given level must be able to decode all bitstreams encoded for that level and all lower levels.
    • Advanced Options
      • nothing to add here because the `Encoder Preset` has done everything for us.

Audio Tab

  • These audio settings are the highest quality the DV format can go and are far better than VHS, so use these.
    • Bitrate / 384kbps / Stereo / 48kHz

Subtitles Tab

  • Nothing to do here.

Chapters Tab

  • Nothing to do be done here unless you want to name all of your chapters. The file/chapters can always be edited later without re-encoding.
  • Leave chapter markers on.

Start Encode

  • HandBrake will now create a new MKV file, maintaining the chapters.
  • This MKV will have a massively reduced filesize with the additional benefit that this file will play on most modern TVs and devices.
  • For me a 1 Hour tape (13.3GB) was about 1GB in size when converted.

Save your Preset (optional)

Now that you have entered your settings you might as well save them for future use.

  • Click on the `Save New Preset` button
  • Fill in your presets basic information

  • Audio is not stored in the main part of the preset so for some reason has to be set independently here other wise the Audio will be left as default when you load your preset.
  • Subtitles does not need anything changing.

Batch Convert

Make sure you have followed the instructions above at least once and you have saved the settings as a preset (e.g. 'DV Tapes').

  • Optionally set your default output folder before starting.
    • Open and HandBrake
    • Set folder here: Tools --> Preferences --> Output Files --> Default Path
      • The default folder is the `Videos` folder in your profile.
    • Close HandBrake
  • Open HandBrake
  • Select all of your files either by dragging or selecting a folder.
  • All of the files will be opened as titles.
  • Select your 'DV Tapes' preset which will apply it's settings to all of the titles.
    • However the output folder is not included and as such it will use the default output folder.
    • The input filename is used as the output file name but with the extensions changed to MKV (in our case).
  • Add to Queue --> Add all
  • Start Encode
  • Done, wait for the files to be transcoded.

 

 

 

Notes

My Camera Notes

Sony Digital8 CCD-TRV228E

JVC GR-DVL100E

  • JVC GR-DVL100 INSTRUCTIONS MANUAL Pdf Download | ManualsLib
    • View and Download JVC GR-DVL100 instructions manual online. JVC Digital Video Camera Instructions.
    • Page 34: 'Connection To A Personal Computer'
  • E04 - Safeguard Mode
    • How to Get a JVC Camcorder out of Safeguard Mode | It Still Works - JVC's digital video camcorders are sensitive and complicated electronic devices. They contain both powerful digital video processing chips and intricate parts that work together to focus and zoom the lens and handle the DV cassette that the camera uses for recording and playback. These cameras contain sensors that can detect issues in their operation. When they detect an issue, they can put the camera into a special "Safeguard Mode" that shuts it down until it can be reset.
    • JVC GR-DV800U Error Message Fix/Bypass - YouTube - Possible solution to JVC GR-DV800U error messages (E01,E02,etc.). It may possibly work for other JVC camcorders with similar error messages. This solution allowed me to retrieve several hours of DV tape footage from an old camera that is plagued by error messages. Now it is functioning normally with an occasional error which I suspect is caused by the tape tension sensor.
    • E04 Unit in safeguard mode | Pechorins
      • Q: I am using a GR-DVL-100 now for three years. I had no problems untill (I suspect) that I attached a Hahnel Lithium Ion battery (HL-408). Since I used this battery (as second battery device) problems started. Maybe it is coinsedence I do not know. It is good to know that more people have problems. I'll ask my lawyer if they come up with repair charges!Best regards,Perry
      • A: Here's what i found. I was able to clear the message by opening and closing and ejecting the cassette. I also had to play with the battery at the same time. Keeping the cassette door open and then pulling out the battery. After is did this a couple of times i got the message to clear. I too haven't used my camcorder for some time and now that the error message has cleared the camcorder tells me that i need to clean the heads. Hope this helps. Below is the message i found that pointed me toward ejecting the cassette. Good Luck, i'm off to buy a tape head cleaning cassette. An error indication (E03 or E04) appears. - (E03 or E04 UNIT IN SAFEGUARD MODE REMOVE AND REATTACH BATTERY) This massage a malfunction of some kind has occurred. In this case the camcorder's functions become unusable. - Eject the cassette once and re-insert it, then check if the indication clears. When it does, you can resume using the camcorder. If the indication remains, consult your nearest JVC dealer or service center  .
    • Re[2]: E04 Unit in safeguard mode | Pechorins
      • Q: Yeah, I have seen this problem 2 weeks ago after not using my GR-DVL100 for several months. The unit is about 5 years old. After I read comments on the topic, I went to buy the head cleaner. The problems seems to come on and off, but haven't given up trying. At least, the picture now show but with no sound, and at a bit faster speed. Look forward to see the end results.
      • A: Remove and reattach battery.
    • Re: E04 Unit in safeguard mode | Pechorins
      • Here's what i found. I was able to clear the message by opening and closing and ejecting the cassette.
      • I also had to play with the battery at the same time, keeping the cassette door open and then pulling out the battery. After is did this a couple of times i got the message to clear.
      • I too haven't used my camcorder for some time and now that the error message has cleared the camcorder tells me that i need to clean the heads. Hope this helps.
      • Below is the message i found that pointed me toward ejecting the cassette.
      • Good Luck, i'm off to buy a tape head cleaning cassette.
      • "An error indication (E03 or E04) appears. - (E03 or E04 UNIT IN SAFEGUARD MODE REMOVE AND REATTACH BATTERY) This massage a malfunction of some kind has occurred. In this case the camcorder's functions become unusable. - Eject the cassette once and re-insert it, then check if the indication clears. When it does, you can resume using the camcorder. If the indication remains, consult your nearest JVC dealer or service center."
    • JVC camcorder stuck in 'safeguard' mode? - UK Vintage Radio Repair and Restoration Discussion Forum
      • Q: hey gave me a JVC GR-DVL100E (European spec?) digital camcorder. I don't think it's been used in quite a while. When I power it up I get a blue screen with: "E04 - unit in safeguard mode", then it tells me to "remove and reattach battery". But doing that does not reset the camera and the messages persist. Any ideas chaps?
      • A: I've got a couple of JVC's camcorders, and I've seen this fault with them before. It's something in the tape drive getting stuck, on one of mine it was the eject mech jamming because of one of the gears was missing a tooth, to get around that I just have to give the tape some help in and out! On another one it was a damaged ribbon cable causing it, also in the tape drive. Try ejecting the tape mech and see if it's opening and closing correctly. Might just be because it's not been used for a while.
    • SOLVED: E04 unit in safeguard mode - Fixya
      • Q: When i turn the camera on i get in the screen that the camera is in ( E04 safeguard mode remove and reattach battery) i got like two years with this problem, in the beginning i just remove the battery and put in back and start and some times i just put the cable from the charger and work just fine, but lately that dont work i check the manual but dont said nothing about it other than remove the battery any suggestion in what can a do?
      • A:
        • I tried every method I could find from people posting on the web, but the method that worked for me is this.
          1. Eject the tape and close the tape holder.
          2. Turn the camera off and remove the battery.
          3. Put the battery back in. Leave the camera off.
          4. Open the tape holder.
          5. Slide the tape in, but as you press the holder in to accept the tape, keep your finger pressing in on the holder, being careful not to slow the tape holder from moving downward.
          6. Turn the camera on.
          7. If it doesn't work the first time, press more firmly to help the tape holder accept the tape.
        • That's it. This method seems to work for me and lets me use the camera for a long while. If the camera is sitting unused for more than a few hours, I have to do it again. And each time I insert a tape, I make sure that I keep pressing as the tape holder lowers the tape.
      • The thread has a few good ideas.
    • SOLVED: I am recieving error E04 "safeguard mode" - Fixya
      • Q: The camcorder is in safeguard mode and even when I remove the battery the camcorder remains in safeguard mode. How can I get the camcorder out of safeguard mode so I can use it again? 
      • A: The thread has a few good ideas.

Samsung VP-D361 - Digital Video Camcorder

  • Manual (PDF) - Not an official site.
  • SAMSUNG VP-D36 SERIES USER MANUAL Pdf Download | ManualsLib - View and Download Samsung VP-D36 Series user manual online.
  • VIA IEEE 1394 Card not Recognising Samsung VP-D361i - VideoHelp Forum
    • Q:
      • I have just purchased a IEEE 1394 Card - brand Ritmo. Windows detected it and installed and it is in device manger as VIA OHCI Compliant IEEE 1394 Host Controller and working properly.
      • My Samsung VP-D361i camera came with Ulead Video Studio V9 which I have installed but when I go into capture it will only find my ATI Radeon card and no other source. I have looked in device manager under sound and video game controllers and there is no reference to my camera. I also loaded the Samsung DV Media Pro Driver 10 from the Samsung site and still no good.
      • Can someone please let me know if I have a driver issue with the IEEE card or if it is my camera.
    • A:
      • When you check, have you connect the Cam to the Ritmo 1394, and turn on the cam and put it in playback mode?
      • You can also use WinDV ( from tool section ) to detect you DV cam. ( After connect the Cam to the Ritmo 1394, and turn on the cam and put it in playback mode. )
      • There are lots of compatibility problems with firewire cards. Try another card with a different chipset. 

 

--------------------------------------to sort and move to appropriate sections maybe------------------------------

  • Official Sites (HandBrake)
  • Official Documentation (HandBrake)
    • When looking at the documentation be aware there is documentation for each version number and Google/Bing just pick one. So my advise is too make sure the version in the URL is `latest` and does not specify a number like 1.7.0 which you can just replace with the word `latest`.
    • HandBrake Documentation - English documentation is currently available for the following HandBrake versions.
    • HandBrake Documentation — CLI Guide - The following details all the available options in the command line interface.
    • HandBrake Documentation — Anamorphic Guide
    • HandBrake Documentation — Summary of Filters
      • Colorspace + tonemap filter. Can change/tonemap the colorspace of the video into one of the following:
      • If this set to “Off” then HandBrake will keep the colorspace of the video.
    • HandBrake Documentation — Custom Presets
      • HandBrake comes with many built-in presets which cover the most common use case scenarios. However there are many scenarios and devices that many not be covered.
      • Audio and Subtitle settings are special. The preset does not store selected audio and subtitle tracks from the main window. It uses rules to automatically select them for each new source or title that you selected. You can modify these rules by editing the settings on the relevant “selection behaviour” screen.
  • Field Selection (HandBrake)
    • Using Yadif or Bwdif, if you want to specify which field is first you need to specify the mode and then the field to be first as follows:
      ## Yadif/Bwdif format
      mode=m;parity=p
      
      ## Yadif/Bwdif Bob with automatic selection
      mode=7;parity=-1
      
      ## Yadif/Bwdif Bob with TFF
      mode=7;parity=0
      
      ## Yadif/Bwdif Bob with BFF
      mode=7;parity=1
      • Decomb has different options to (Yadif and Bwdif)
      • If You hover over the Custom input field it will show you the format.
    • HandBrake/libhb/param.c - L173-L216 · HandBrake/HandBrake · GitHub - Shows the modes and presets in the code.
    • Deinterlace looks great, but the frames are out of order | Reddit
      • If you hover over a field, there is a tooltip (most of the time) that explains the options.
      • For Yadif, if you select Custom as the preset, and hover over the box that appears, it tells you that Yadif has mode=m:parity=p options, so I then went into the activity log to see what option number I'd been using and plugged that in, then used 0 for one test and 1 for another test to see which would work on my video. From that one test I'm guessing that 1 is default, so try using parity=0 on the videos that weren't working for you.
    • add frame order setting to filters when using deinterlace or decomp · Issue #1928 · HandBrake/HandBrake · GitHub
      • This has a link to the presets values for the deinterlacers
      • It would seem you want to set mode=23:parity=p for bob, with p set to -1 for auto, 0 for top field first, or 1 for bottom field first.
    • Handbrake settings for DVD Decomb/Deinterlace? | AVS Forum - Custom Deinterlace options. These might be an old version.
  • Handbrake guides
  • HandBrake vs FFMpeg
    • HandBrake Documentation — Supported source formats
      • One of HandBrake’s strengths is its ability to open a wide variety of video formats. HandBrake uses FFmpeg libavformat and libavcodec libraries under the hood and generally can open whatever FFmpeg will, in addition to disc-based formats like DVD and Blu-ray.
    • What the difference between ffmpeg and software like Handbrake? | Reddit
      • Handbrake will do things to try and save the user from themselves. For example, if you resize the video to a size that is not within the original video’s aspect ratio, it will automatically correct and resize to a size that maintains aspect ratio. It may have updated to include a option to choose to not do this, but things like this are what make handbrake different. With Ffmpeg, you can see the automatic choices being made if you turn up its logging verbosity.
      • Handbrake uses ffmpeg's libraries under the hood. It's essentially a GUI frontend for ffmpeg. As such, it simplifies a lot of operations for the user, meaning that it's both much easier to use for newcomers but also much more restricted in its functionality.
      • Handbrake does have at least one feature advantage over FFmpeg. They have their own NLMeans filter which is multithreaded and therefore massively faster than FFmpeg's single-threaded one. They also have presets for the various filters they have, which I'd say counts as a feature advantage, I certainly could use such presets in FFmpeg.
    • [FFmpeg vs HandBrake] What’s the Difference and Which One to Choose? - Aiming to help users understand what transcoding program they want, this article reviews two well-known open-source software FFmpeg and HandBrake, and makes a detailed comparison between them in an FFmpeg vs HandBrake guide.
    • Handbrake vs ffmpeg | Reddit
      • Handbrake (in most cases) uses the same encoders on back-end that ffmpeg uses. H264 is encoded using a software library called x264, and HEVC uses a software library called x265. Handbrake just gives you a nice GUI and hides some advanced options available in ffmpeg.
  • Misc
    • Test output resolution
      • You can test the output resolution by
        • playing the video file in VLC Player
        • Taking a Snapshot: (Video --> Take Snapshot) which will go into your "My Pictures" folder.
        • Check the resolution of the Snapshot.
  • General
  • Maybe for VHS article
  • Digitising DV Tapes tutorials
  • Colour Space
  • Handbrake Deinterlace general
  • Handbrake - Which field first

 

Read 1234 times Last modified on Monday, 02 September 2024 10:24