Lite version of VFT based on [Vishal Sharma, Analisi Forense di Video File Container, 2015/16].
vft [-b | -d | -h | -m | -p | -u] [-i <file|folder>] [-i2 <file>] [-o <folder>] [-wa]
Create a symbolic link of /bin/vft to /usr/local/bin:
ln -sv path_to_project/bin/vft /usr/local/bin/vft
Parse a video file container into a xml file:
vft -p -i input.mp4 -o /output_folder
Batch parse a directory of videos. It also recreates the same subdirectory structure:
vft -b -i /input_folder -o /output_folder
Draw a tree from an input xml file:
vft -d -i input.xml
Merge two xml files, with or without attributes:
vft -m -wa -i input.xml -i2 input2.xml -o /output_folder
Merge all xml files given a directory into a xml file saved in /output_folder, with or without attributes. It also consider subdirectories:
vft -u -wa -i /input_folder -o /output_folder
Print help message:
vft -h