mirror of
https://github.com/YaoFANGUK/video-subtitle-remover.git
synced 2026-04-05 10:37:30 +08:00
兼容安卓手机不能分享生成视频的问题
This commit is contained in:
@@ -845,7 +845,7 @@ class SubtitleRemover:
|
||||
audio_merge_command = [config.FFMPEG_PATH,
|
||||
"-y", "-i", self.video_temp_file.name,
|
||||
"-i", temp.name,
|
||||
"-vcodec", "copy",
|
||||
"-vcodec", "libx264" if config.USE_H264 else "copy",
|
||||
"-acodec", "copy",
|
||||
"-loglevel", "error", self.video_out_name]
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user