Skip to content

Commit

Permalink
dcpaccess.py - fixes missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranjol committed Jul 19, 2018
1 parent bce9592 commit 26bbeef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcpaccess.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def burn_subs():
print( 'Transforming ' + str(current_sub_counter) + ' of' + str(count) + ' subtitles\r') ,
current_sub_counter +=1
current_sub_counter= 0
os.chdir(os.path.dirname(lut_path)
os.chdir(os.path.dirname(lut_path))
if delays == 0:
print( 'There were no audio delays.')
command = ['ffmpeg','-c:v ','libopenjpeg','-i',pic_mxfs[counter],'-i',aud_mxfs[counter],
Expand Down

0 comments on commit 26bbeef

Please sign in to comment.