https://github.com/zurfyx/ffmpeg-tv
TV video encoding without hassle.
https://github.com/zurfyx/ffmpeg-tv
encoding ffmpeg standard tv video
Last synced: 13 days ago
JSON representation
TV video encoding without hassle.
- Host: GitHub
- URL: https://github.com/zurfyx/ffmpeg-tv
- Owner: zurfyx
- License: mit
- Created: 2018-03-17T20:29:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-18T13:40:36.000Z (about 7 years ago)
- Last Synced: 2025-03-31T02:11:43.494Z (about 2 months ago)
- Topics: encoding, ffmpeg, standard, tv, video
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 15
- Watchers: 5
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FFmpeg TV
> TV video encoding without hassle.
A solution to [How can I get high quality/low size MP4s like the LOL release group?](https://superuser.com/questions/582198/how-can-i-get-high-quality-low-size-mp4s-like-the-lol-release-group)
## What are TV standards or scene guides?
A set of guidelines that serve as a standard to distribute videos.
See [scenerules latest TV standards](https://scenerules.org/t.html?id=tvx2642k16.nfo).
## Getting started
Requirements:
- ffmpeg
```
python3 ffmpeg-tv.py input.mp4 output.mkv
```See [ffmpeg-tv.py](ffmpeg-tv.py) for the complete set of configurations (such as `--scale "1920:1080"`).
## Special thanks
- [scenerules](https://scenerules.org)
- [slhck](https://superuser.com/users/48078/slhck)## License
MIT © [Gerard Rovira Sánchez](//zurfyx.com)