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:
@@ -161,6 +161,7 @@ def add_overlay(_DEV,_SOURCE_DIR,_DAY_DIRS):
|
|||||||
myCmd = f"ffmpeg -i {filename} -c:v libvpx-vp9 -i {filename.replace('.MP4', '.MOV')} -filter_complex [0][1]overlay=x=0:y=0,hflip,vflip overlay_{filename}"
|
myCmd = f"ffmpeg -i {filename} -c:v libvpx-vp9 -i {filename.replace('.MP4', '.MOV')} -filter_complex [0][1]overlay=x=0:y=0,hflip,vflip overlay_{filename}"
|
||||||
print(myCmd)
|
print(myCmd)
|
||||||
status, output = subprocess.getstatusoutput(myCmd)
|
status, output = subprocess.getstatusoutput(myCmd)
|
||||||
|
print(output)
|
||||||
|
|
||||||
|
|
||||||
def flip_videos(_DEV,_SOURCE_DIR,_DAY_DIRS):
|
def flip_videos(_DEV,_SOURCE_DIR,_DAY_DIRS):
|
||||||
|
|||||||
Reference in New Issue
Block a user