From e3fcf9585fc75d3158a5a3676748151bf4d5b495 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Wed, 14 Mar 2012 15:04:28 -0400 Subject: [PATCH] Reapply. --- plugins/video/transcode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/video/transcode.py b/plugins/video/transcode.py index b39ed5c..b6589f2 100644 --- a/plugins/video/transcode.py +++ b/plugins/video/transcode.py @@ -892,7 +892,7 @@ def video_info(inFile, cache=True): vInfo['dar1'] = None # get Audio Stream mapping. - rezre = re.compile(r'([0-9]+\.[0-9]+)(.*): Audio:(.*)') + rezre = re.compile(r'([0-9]+[.:]+[0-9]+)(.*): Audio:(.*)') x = rezre.search(output) amap = [] if x: -- 2.11.4.GIT