diff --git a/core/transcoder/transcoder.py b/core/transcoder/transcoder.py index 67b4fe39..f8417f6b 100644 --- a/core/transcoder/transcoder.py +++ b/core/transcoder/transcoder.py @@ -117,7 +117,7 @@ def getVideoDetails(videofile, img=None, bitbucket=None): def buildCommands(file, newDir, movieName, bitbucket): if isinstance(file, basestring): inputFile = file - if '"concat:' in file: + if 'concat:' in file: file = file.split('|')[0].replace('concat:', '') video_details, result = getVideoDetails(file) dir, name = os.path.split(file)