Removed not needed comments

This commit is contained in:
Zen 2020-01-13 19:01:53 +02:00
parent 9d0f73feed
commit e938c9b752

View file

@ -1,14 +1,5 @@
#!/usr/bin/env python
"""
mkvmerge required (python-pymkv)
ffmpeg required
TODO:
DONE make encoding queue with limiting by workers
DONE make concatenating videos after encoding
DONE make passing your arguments for encoding,
2-pass encode by default for better quality
make separate audio and encode it separately,
"""
import os
import shutil
from os.path import join