mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
Removed not needed comments
This commit is contained in:
parent
9d0f73feed
commit
e938c9b752
1 changed files with 1 additions and 10 deletions
11
av1an.py
11
av1an.py
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue