We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1699834 commit 62b4ccaCopy full SHA for 62b4cca
seq2ffv1.py
@@ -160,7 +160,7 @@ def make_ffv1(
160
ffv1_path = os.path.join(output_dirname, uuid + '.mkv')
161
# Just perform framemd5 at this stage
162
rawcooked_logfile = os.path.join(
163
- temp_dir, '%s_rawcooked.log' % uuid
+ args.o, '%s_rawcooked.log' % uuid
164
)
165
normalisation_tool = ififuncs.get_rawcooked_version()
166
files_to_move.append(rawcooked_logfile)
0 commit comments