From 4924bf50890bd0f5e168bc6ed11142e511b31a32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Pedro=20Bol=C3=ADvar=20Puente?= Date: Sat, 29 Jun 2024 21:31:54 +0200 Subject: [PATCH] Copy data and attachments... Some anime files in particular like to include custom fonts and stuff like that in these streams. I think it is useful to keep them as to keep the generated file as close to the original as possible. --- video2x/encoder.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/video2x/encoder.py b/video2x/encoder.py index 0064eefbbb..46e2d2bd21 100755 --- a/video2x/encoder.py +++ b/video2x/encoder.py @@ -52,8 +52,8 @@ def __init__( output_height: int, copy_audio: bool = True, copy_subtitle: bool = True, - copy_data: bool = False, - copy_attachments: bool = False, + copy_data: bool = True, + copy_attachments: bool = True, ) -> None: # create FFmpeg input for the original input video original = ffmpeg.input(