22.09.2024, 13:29
If ScFrameDir is not set need to be passed ScFrameDir=None.
If (depending on the method selected) will be issued an error, the user have to fix the input.
Just to clarify further, DeepExOnlyRefFrames=True can be used only with DeepExMethod=0.
Then is necessary to run the encode (the encode video is not usable) or the Benchmark (non encode video is generated).
After having created the ref frames and eventually fixed the colors of wrong frames, you can put "only" the fixed frames in another directory, for example "temp_fix"
The you can colorize the video using both the ref frames automatically generated by HAVC than the fixed ref frames with the following command
your command raised the error because you left DeepExOnlyRefFrames=True, it need to be set to False for the "True" encoding.
Dan
If (depending on the method selected) will be issued an error, the user have to fix the input.
Just to clarify further, DeepExOnlyRefFrames=True can be used only with DeepExMethod=0.
Then is necessary to run the encode (the encode video is not usable) or the Benchmark (non encode video is generated).
After having created the ref frames and eventually fixed the colors of wrong frames, you can put "only" the fixed frames in another directory, for example "temp_fix"
The you can colorize the video using both the ref frames automatically generated by HAVC than the fixed ref frames with the following command
clip = HAVC_main(clip=clip, EnableDeepEx=True, DeepExMethod=1, DeepExRefMerge=0, DeepExOnlyRefFrames=False, ScFrameDir="J:/tmp_fix", DeepExModel=0, DeepExEncMode=0, DeepExMaxMemFrames=0)
your command raised the error because you left DeepExOnlyRefFrames=True, it need to be set to False for the "True" encoding.
Dan