Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dazchi/MorkVideoExtractor
Extracts MP4 video from HAR file saved from mork.ro
https://github.com/dazchi/MorkVideoExtractor
Last synced: 11 days ago
JSON representation
Extracts MP4 video from HAR file saved from mork.ro
- Host: GitHub
- URL: https://github.com/dazchi/MorkVideoExtractor
- Owner: dazchi
- Created: 2021-09-10T09:16:47.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-10T10:11:01.000Z (about 3 years ago)
- Last Synced: 2024-07-31T06:12:01.429Z (3 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-data-hoarding - crazypatoto/MorkVideoExtractor
README
# Mork 影片提取器
## Overview
從由 [mork.ro](https://mork.ro/) 儲存的HAR檔案中提取影片。
## Quickstart
1. Clone this repository and install all the requirements:
Open terminal and enter the followings
```
git clone https://github.com/crazypatoto/MorkVideoExtractor
cd MorkVideoExtractor
pip install -r requirements.txt
```
2. Download ffmpeg [here](http://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full.7z) (for Windows user only).
3. Extract the file you just downloaded and copy `ffmpeg.exe` to the root directory of this repo.
4. Open terminal and run
```
python MorkConverter.py saved.har
```
or (It will automatically looks for `mork.ro.har` under the same folder)
```
python MorkConverter.py
```
5. It will output a mp4 video name `output.mp4` if a video resource is found.## Demo
**Make sure that you played the whole video before saving har file!**
[![https://www.youtube.com/watch?v=8kehDrqrdM0](https://img.youtube.com/vi/8kehDrqrdM0/0.jpg)](https://www.youtube.com/watch?v=8kehDrqrdM0)