AlfredoSequeida / fvid

fvid is a project that aims to encode any file as a video using 1-bit color images to survive compression algorithms for data retrieval.
MIT License
354 stars 43 forks source link

How to download #40

Closed QWERTIOX closed 3 years ago

QWERTIOX commented 3 years ago

Can someone help me with download? Where i need put FFmpeg folder and where i can download libmagic. Where are i need put my file to encode, and where i can find output?

AlfredoSequeida commented 3 years ago

FFMPEG can be installed system wide. Just like you would install any other program on your computer. Try to run it without libmagic, I believe that with the most recent update that might no longer be needed. Look at the instructions for encoding / decoding. But the general rule is that if you don't specify an output path, the encoded filed will be in the same directory you ran the program from in a fille called "file.mp4".