Skip to content

Commit 62b4cca

Browse files
committed
seq2ffv1 - more reliable location for the rawcooked ffmpeg log
1 parent 1699834 commit 62b4cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seq2ffv1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def make_ffv1(
160160
ffv1_path = os.path.join(output_dirname, uuid + '.mkv')
161161
# Just perform framemd5 at this stage
162162
rawcooked_logfile = os.path.join(
163-
temp_dir, '%s_rawcooked.log' % uuid
163+
args.o, '%s_rawcooked.log' % uuid
164164
)
165165
normalisation_tool = ififuncs.get_rawcooked_version()
166166
files_to_move.append(rawcooked_logfile)

0 commit comments

Comments
 (0)