This commit is contained in:
Xaloc 2020-05-03 03:23:14 +02:00
parent d823cc6189
commit e8da229655

View File

@ -27,7 +27,7 @@ while True:
print('\n end \n') print('\n end \n')
break break
os.system("cat segment"+str(v)+".ts >> all.ts") os.system("cat *"+str(v)+".ts >> all.ts")
os.system("ffmpeg -i all.ts -acodec copy -vcodec copy video.mp4") os.system("ffmpeg -i all.ts -acodec copy -vcodec copy video.mp4")
os.system("rm *.ts") os.system("rm *.ts")
@ -54,7 +54,7 @@ while True:
print('\n end \n') print('\n end \n')
break break
os.system("cat segment"+str(v)+".ts >> all.ts") os.system("cat *"+str(v)+".ts >> all.ts")
os.system("ffmpeg -i all.ts -acodec copy -vcodec copy so.mp4") os.system("ffmpeg -i all.ts -acodec copy -vcodec copy so.mp4")
os.system("rm *.ts") os.system("rm *.ts")