diff --git a/copyparty/th_srv.py b/copyparty/th_srv.py index eb039e3f..397f055d 100644 --- a/copyparty/th_srv.py +++ b/copyparty/th_srv.py @@ -789,6 +789,10 @@ class ThumbSrv(object): if not ret: return + if "vc" not in ret and "ac" in ret: + # audio in a video trenchcoat + return self.conv_spec(abspath, tpath, fmt, vn) + ext = abspath.rsplit(".")[-1].lower() if ext in ["h264", "h265"] or ext in self.fmt_ffi: seek: list[bytes] = []