Skip to content

Commit

Permalink
update metadata_editor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
5hojib committed Nov 27, 2024
1 parent c0f8aa8 commit c7d2a8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bot/helper/aeon_utils/metadata_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async def change_metadata(file, key):
languages[stream_index] = stream["tags"]["language"]

cmd = [
"ffmpeg",
"xtra",
"-y",
"-i",
file,
Expand Down Expand Up @@ -140,7 +140,7 @@ async def add_watermark(file, key):
temp_file = f"{file}.temp.mkv"

cmd = [
"ffmpeg",
"xtra",
"-y",
"-i",
file,
Expand Down Expand Up @@ -176,7 +176,7 @@ async def add_attachment(file, attachment_path):
mime_type = "image/png"

cmd = [
"ffmpeg",
"xtra",
"-y",
"-i",
file,
Expand Down

0 comments on commit c7d2a8c

Please sign in to comment.