Skip to content

Repository files navigation

MmFS — How to Run

1. Install FFmpeg

Ubuntu/Debian

sudo apt update
sudo apt install ffmpeg

Confirm that FFmpeg is available:

ffmpeg -version
ffprobe -version

2. Install Python Dependencies

Open a terminal in the project folder—the folder containing main.py and requirements.txt—and run:

python -m venv .venv

Activate the virtual environment:

# Ubuntu/Debian
source .venv/bin/activate

Install the requirements:

python -m pip install -r requirements.txt

3. Run MmFS

python main.py

Choose Create/Format Disk to create a new virtual disk, or choose Browse Disk to open an existing disk image.

About

Multimedia based file system for CSC712 Data Structures at DSU.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages