mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
Removed not needed print
This commit is contained in:
parent
8303d35b53
commit
6547a709e3
1 changed files with 0 additions and 2 deletions
2
av1an.py
2
av1an.py
|
@ -196,8 +196,6 @@ class Av1an:
|
||||||
cmd = f'{self.FFMPEG} -i {join(self.here, input_vid)} -vn ' \
|
cmd = f'{self.FFMPEG} -i {join(self.here, input_vid)} -vn ' \
|
||||||
f'{self.args.audio_params} {join(os.getcwd(), ".temp", "audio.mkv")}'
|
f'{self.args.audio_params} {join(os.getcwd(), ".temp", "audio.mkv")}'
|
||||||
self.call_cmd(cmd)
|
self.call_cmd(cmd)
|
||||||
else:
|
|
||||||
print("Warning: No audio found in the input file")
|
|
||||||
|
|
||||||
def scenedetect(self, video):
|
def scenedetect(self, video):
|
||||||
# PySceneDetect used split video by scenes and pass it to encoder
|
# PySceneDetect used split video by scenes and pass it to encoder
|
||||||
|
|
Loading…
Reference in a new issue