| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Decode information stored in a recorded video file, generated by the the "send" module. After recording a video from "send" on your phone, run this program on your personal computer to get the file back.
Vis-transfer receiver is an C++ program. To compile, you will need:
Open a terminal window in this folder (recv folder). Run the following commands to build the executable:
cmake --preset default # Needs internet access
cmake --build build --config Release
cmake --install build --prefix dist --config Release The executable will be available in the dist folder. To decode a previously recorded video file, specify it as a command-line parameter, as well as the output file:
dist/vis-recv.exe recording.mp4 -o myfile.pdfThe project bundles a specific version of Vcpkg, which will be downloaded at CMake configure step. It manages the project dependencies:
| Back | FazBrowse Home | New Git URL |