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/vftParse a video file container into a xml file:
vft -p -i input.mp4 -o /output_folderBatch parse a directory of videos. It also recreates the same subdirectory structure:
vft -b -i /input_folder -o /output_folderDraw a tree from an input xml file:
vft -d -i input.xmlMerge two xml files, with or without attributes:
vft -m -wa -i input.xml -i2 input2.xml -o /output_folderMerge 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_folderPrint help message:
vft -h