Skip to content

Commit

Permalink
bumpver
Browse files Browse the repository at this point in the history
  • Loading branch information
devporter007 authored Jul 23, 2024
1 parent 2643a0e commit 4264d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"reset": "\u001b[0m",
}

VERSION = "0.3g"
VERSION = "0.3f"

BANNER = f'''
[[yellow]]Port007[[white]] proudly presents:
Expand Down Expand Up @@ -72,7 +72,7 @@ def process_file(file_path):
print(f"Working directory: {work_dir}")

print("Step 1: Extracting RPU and removing EL...")
run_command(f"ffmpeg -y -i \"{shlex.quote(file_path)}\" -dn -c:v copy -vbsf hevc_mp4toannexb -f hevc - | dovi_tool -m 2 convert --discard - -o \"{shlex.quote(hevc_output)}\"")
run_command(f"ffmpeg -y -i \"{shlex.quote(file_path)}\" -dn -c:v copy -bsf hevc_mp4toannexb -f hevc - | dovi_tool -m 2 convert --discard - -o \"{shlex.quote(hevc_output)}\"")
clear_screen()

print("Step 2: Generating mka without video, keeping everything else intact...")
Expand Down

0 comments on commit 4264d86

Please sign in to comment.