mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
5a85a7da4c9ca9329f003aa562807ee77b020432
Also removed some code that as it turns out, is useless, as electron is a shit software which completely takes over stdin, so there is no way to actually write anything on the CLI
Merge branch 'feature/ui-test' of https://gitlab.rlp.net/proj-wise2526-video2document/video2document into feature/ui-test
Video2Document
Installation
Follow the steps below to install Video2Document (v2d):
1. Install Node.js
Download and install Node.js from https://nodejs.org/en
2. Clone the Repository
Clone the repository using Git:
git clone https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
Alternatively, you can download the ZIP file and extract it manually.
3. Start the Program
The start scripts automatically install dependencies and launch the program. Choose the appropriate method for your operating system:
Windows:
start.bat
Linux:
./start.sh
macOS:
./start.sh
Alternative: Manual Installation and Start
If the start scripts don't work, you can manually install dependencies and start the program:
cd video2document
npm install
npm start
5. Install FFmpeg
Make sure that ffmpeg is installed on your system, as it may be required for video processing.
Installation complete! You're now ready to use Video2Document.
Description
Languages
JavaScript
79.9%
HTML
9%
CSS
7%
TypeScript
3.7%
Batchfile
0.2%
Other
0.1%