|
NAMEanalyze-pv-structure - Analyzes the location of metadata in a variety of RAW, jpeg and video filesSYNOPSISanalyze-pv-structure [options] source [outfile]Positional Options: source outfile Options: -h, --help --clear, -c --keep-names, -k --no-dng, -d --video --only-video --include-jpeg, -j --only-jpeg, -J --show-errors, -e --load, -l --verbose, -v DESCRIPTIONAnalyze PV Structure analyzes photos and videos to help determine how much of a file needs to be read to extract its metadata, embedded thumbnail or render a thumbnail. It is associated with Rapid Photo Downloader.It uses exiv2 to extract photo metadata,and ExifTool to extract video metadata. To work, this program requires that the scanned photos and videos not be in the Linux kernel's disk cache. To ensure this, the program provides option, specified by the command line argument '--clear', to instruct the kernel to sync and then drop clean caches, as well as reclaimable slab objects like dentries and inodes. This is a non-destructive operation and will not free any dirty objects. See https://www.kernel.org/doc/Documentation/sysctl/vm.txt Specify an outfile if you want to share the analysis of your files with others. REQUIREMENTSTo run this program, you need to install vmtouch. Get it at http://hoytech.com/vmtouch/To see an optional but helpful progress bar, install pyprind: https://github.com/rasbt/pyprind OPTIONS
EXAMPLESsudo analyze-pv-structure -c /home/user/Pictures/ pv_analysisAnalyze photos found in the user's Pictures folder, clear
the system caches prior to analysis, and save the analysis in the file
pv_analysis without any filename or path information.
analyze-pv-structure -v pv_analysis Output verbose analysis of the previously saved outfile
pv_analysis.
analyze-pv-structure --video /home/user/Videos/ Analyze videos (and any photos) found in the user's
Videos folder.
SEE ALSOrapid-photo-downloader(1)AUTHORSAnalyze PV Structure was written by Damon Lynch <damonlynch@gmail.com>.This manual page was written by Damon Lynch. COPYRIGHTThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'.
Visit the GSP FreeBSD Man Page Interface. |