HDVSplit
- utility for capturing HDV stream from your camcorder with scene
splitting by timestamp and dropped-frames indicator. You can also split MPEG2
Trasnport Stream files captured earlier - new scenes are detected by
date and time read from .m2t file.
For preview you need MPEG2 decoder, if you don't
have one, try free ffdshow (look below how to configure it).
2. Connect your camcorder through firewire port
and turn it on.
3. Run HDVSplit.
4. Choose file name and output directory.
5. When camcorder is in play/edit mode you can
control tape transport.
6. Choose how to name each scene: add number to
the end of file name e.g. 0001 ("Count" option) or add date and time to the end
of file name e.g. 2005_10_12-12_10_42 ("Date and time" option)
7. You can change the date and time format. Input
any text, which is proper for file names and use variables: %Y shortcut for
year, %M for month, %D for day, %h for hour, %m for minute, % for second.
Variables are case sensitive.
8. If you don't want to split to
scenes deselect "Scenes split".
9. If you don't want to force synchronization of audio and video deselect
"Synchronize audio and video" (synchronization is only available when doing
scenes splitting).
10. Start capturing by clicking "Record" button.
11. Click "Stop" to end capturing.
Usage for splitting already
captured files:
1. Run HDVSplit tool and choose "Scenes splitting"
tab.
2. Add captured files to list for spliting.
3. If you want to change the output file name,
select "New file name" and input desired file name.
4. If you want to change the output directory,
choose "Output directory ..."
5. Choose how to name each scene: add number to
the end of file name e.g. 0001 ("Count" option) or add date and time to the end
of file name e.g. 2005_10_12-12_10_42 ("Date and time" option)
6. You can change the date and time format. Input
any text, which is proper for file names and use variables: %Y shortcut for
year, %M for month, %D for day, %h for hour, %m for minute, % for second.
Variables are case sensitive.
7. If you don't want to force synchronization of audio and video deselect
"Synchronize audio and video".
8. Click "Start" to begin splitting of file.
Version changes:
Version 0.77 - 18.03.2007
- support for all HDV camcorders
- added Vista support
Version 0.75 - 05.03.2006
- fixed crash on exit when MPEG2 decoder could not be found
- added detection of dropped frames/packets during capture
Version 0.7 - 19.02.2006
- preview added (3rd party decoder needed, e.g. free ffdshow)
Version 0.55 - 05.02.2006
- saving user preferences to file
- possibility to choose date and time format
Version 0.53 - 25.01.2006
- fixed serious bug with line artifacts in frames introduced
in 0.51
Version 0.52 - 12.01.2006
- fix to hack from 0.5 version, now not only split is correct, but also date
and time
Version 0.51 - 08.01.2006
- added option to synchronize audio and video
(thanks to domain for pointing it out!)
Version 0.5 - 31.12.2005
- new feature: direct capture from camcorder
- fixed incorrect split when non-video packet
appeared during search for split
- hack for strange behaviour (noticed with HC1) -
sometimes wrong timestamp is written to tape ?!