mirror of
https://gitlab.sectorq.eu/jaydee/imported_video.git
synced 2025-12-14 10:34:53 +01:00
build
This commit is contained in:
@@ -364,7 +364,7 @@ def encode_videos(_DEV,_SOURCE_DIR,_DAY_DIRS):
|
|||||||
]
|
]
|
||||||
else:
|
else:
|
||||||
myCmd = [
|
myCmd = [
|
||||||
"ffmpeg", "-vaapi_device", "/dev/dri/renderD128", "-i", p, "-vf", "format=nv12,hwupload", "-c:v", "hevc_vaapi", "-b:v", "8M", "-c:a", "copy", export_name
|
"ffmpeg", "-vaapi_device", "/dev/dri/renderD128", "-i", p, "-vf", "format=nv12,hwupload", "-c:v", "hevc_vaapi", "-b:v", "8M", "-c:a", "copy", "-y", export_name
|
||||||
]
|
]
|
||||||
print(" ".join(myCmd))
|
print(" ".join(myCmd))
|
||||||
d_print(" ".join(myCmd))
|
d_print(" ".join(myCmd))
|
||||||
|
|||||||
Reference in New Issue
Block a user