mirror of
https://gitlab.sectorq.eu/jaydee/imported_video.git
synced 2025-12-14 02:24:53 +01:00
build
This commit is contained in:
@@ -381,7 +381,7 @@ def encode_videos(_DEV,_SOURCE_DIR,_DAY_DIRS):
|
||||
myCmd = [
|
||||
"/usr/bin/ffmpeg", "-i", p, "-c:v", "hevc_amf", "-rc", "cqp", "-qp_i", _QUALITY[0], "-qp_p", _QUALITY[1], "-quality", "quality", "-crf", _QUALITY[2], "-y", export_name , "-f", "null", "/dev/null",
|
||||
]
|
||||
print(myCmd)
|
||||
print(" ".join(myCmd))
|
||||
d_print(" ".join(myCmd))
|
||||
print(f"Encoding {p} to {export_name} in {_DAY_DIR}...".ljust(100))
|
||||
ff = FfmpegProgress(myCmd)
|
||||
|
||||
Reference in New Issue
Block a user