Extract runs for a while then crashes

The Extraction process failing on you, and you aren't getting an error back with clear instructions? Tell us about it here


Forum rules

Read the FAQs and search the forum before posting a new topic.

This forum is for reporting errors with the Extraction process. If you want to get tips, or better understand the Extract process, then you should look in the Extract Discussion forum.

Please mark any answers that fixed your problems so others can find the solutions.

Locked
User avatar
themorph
Posts: 1
Joined: Sun Apr 02, 2023 5:11 am

Extract runs for a while then crashes

Post by themorph »

Started with an almost vanilla install but tried deleting everything and then reinstalling, but still crashes. Does not always crash at the same spot though.

```
04/01/2023 18:44:06 MainProcess MainThread alignments _get_location DEBUG Valid Alignments filename provided: 'Screen Recording 2023-03-30 at 9.58.13 PM_alignments.fsa'
04/01/2023 18:44:06 MainProcess MainThread alignments _test_for_legacy DEBUG Checking for legacy alignments file formats: 'C:\Users\morph\OneDrive\Desktop\faceswp\Input\Screen Recording 2023-03-30 at 9.58.13 PM_alignments.fsa'
04/01/2023 18:44:06 MainProcess MainThread alignments _test_for_legacy DEBUG Legacy alignments file does not exist: 'C:\Users\morph\OneDrive\Desktop\faceswp\Input\Screen Recording 2023-03-30 at 9.58.13 PM_alignments.json'
04/01/2023 18:44:06 MainProcess MainThread alignments _test_for_legacy DEBUG Legacy alignments file does not exist: 'C:\Users\morph\OneDrive\Desktop\faceswp\Input\Screen Recording 2023-03-30 at 9.58.13 PM_alignments.p'
04/01/2023 18:44:06 MainProcess MainThread alignments _test_for_legacy DEBUG Legacy alignments file does not exist: 'C:\Users\morph\OneDrive\Desktop\faceswp\Input\Screen Recording 2023-03-30 at 9.58.13 PM_alignments.pickle'
04/01/2023 18:44:06 MainProcess MainThread alignments _test_for_legacy DEBUG Legacy alignments file does not exist: 'C:\Users\morph\OneDrive\Desktop\faceswp\Input\Screen Recording 2023-03-30 at 9.58.13 PM_alignments.yaml'
04/01/2023 18:44:06 MainProcess MainThread alignments _get_location VERBOSE Alignments filepath: 'C:\Users\morph\OneDrive\Desktop\faceswp\Input\Screen Recording 2023-03-30 at 9.58.13 PM_alignments.fsa'
04/01/2023 18:44:06 MainProcess MainThread fsmedia _load DEBUG No skipping selected. Returning empty dictionary
04/01/2023 18:44:06 MainProcess MainThread alignments _test DEBUG checking _FileStructure
04/01/2023 18:44:06 MainProcess MainThread alignments _test DEBUG legacy _FileStructure: False
04/01/2023 18:44:06 MainProcess MainThread alignments _test DEBUG checking _LandmarkRename
04/01/2023 18:44:06 MainProcess MainThread alignments _test DEBUG legacy _LandmarkRename: False
04/01/2023 18:44:06 MainProcess MainThread alignments _test DEBUG checking _ListToNumpy
04/01/2023 18:44:06 MainProcess MainThread alignments _test DEBUG legacy _ListToNumpy: False
04/01/2023 18:44:06 MainProcess MainThread alignments _test DEBUG checking _MaskCentering
04/01/2023 18:44:06 MainProcess MainThread alignments _test DEBUG legacy _MaskCentering: False
04/01/2023 18:44:06 MainProcess MainThread alignments _test DEBUG checking _IdentityAndVideoMeta
04/01/2023 18:44:06 MainProcess MainThread alignments _test DEBUG legacy _IdentityAndVideoMeta: False
04/01/2023 18:44:06 MainProcess MainThread alignments __init__ DEBUG Initializing Thumbnails: (alignments: <scripts.fsmedia.Alignments object at 0x0000017529C601F0>)
04/01/2023 18:44:06 MainProcess MainThread alignments __init__ DEBUG Initialized Thumbnails
04/01/2023 18:44:06 MainProcess MainThread alignments __init__ DEBUG Initialized Alignments
04/01/2023 18:44:06 MainProcess MainThread fsmedia __init__ DEBUG Initialized Alignments
04/01/2023 18:44:06 MainProcess MainThread extract _set_skip_list DEBUG No frames to be skipped
04/01/2023 18:44:06 MainProcess MainThread fsmedia __init__ DEBUG Initializing PostProcess
04/01/2023 18:44:06 MainProcess MainThread fsmedia _get_items DEBUG Postprocess Items: {}
04/01/2023 18:44:06 MainProcess MainThread fsmedia __init__ DEBUG Initialized PostProcess
04/01/2023 18:44:06 MainProcess MainThread extract __init__ DEBUG Initialized _Extract
04/01/2023 18:44:06 MainProcess MainThread extract _threaded_redirector DEBUG Threading task: (Task: 'load')
04/01/2023 18:44:06 MainProcess MainThread multithreading __init__ DEBUG Initializing MultiThread: (target: '_load', thread_count: 1)
04/01/2023 18:44:06 MainProcess MainThread multithreading __init__ DEBUG Initialized MultiThread: '_load'
04/01/2023 18:44:06 MainProcess MainThread multithreading start DEBUG Starting thread(s): '_load'
04/01/2023 18:44:06 MainProcess MainThread multithreading start DEBUG Starting thread 1 of 1: '_load'
04/01/2023 18:44:06 MainProcess _load extract _load DEBUG Load Images: Start
04/01/2023 18:44:06 MainProcess _load image load DEBUG Initializing Load Generator
04/01/2023 18:44:06 MainProcess _load multithreading __init__ DEBUG Initializing MultiThread: (target: 'ImagesLoader', thread_count: 1)
04/01/2023 18:44:06 MainProcess _load multithreading __init__ DEBUG Initialized MultiThread: 'ImagesLoader'
04/01/2023 18:44:06 MainProcess _load image _set_thread DEBUG Set thread: <lib.multithreading.MultiThread object at 0x0000017529C4D700>
04/01/2023 18:44:06 MainProcess _load multithreading start DEBUG Starting thread(s): 'ImagesLoader'
04/01/2023 18:44:06 MainProcess _load multithreading start DEBUG Starting thread 1 of 1: 'ImagesLoader'
04/01/2023 18:44:06 MainProcess MainThread multithreading start DEBUG Started all threads '_load': 1
04/01/2023 18:44:06 MainProcess MainThread image __init__ DEBUG Initializing ImagesSaver: (path: C:\Users\morph\OneDrive\Desktop\faceswp\output files, queue_size: 8, as_bytes: True)
04/01/2023 18:44:06 MainProcess MainThread image __init__ DEBUG Initializing ImagesSaver: (path: C:\Users\morph\OneDrive\Desktop\faceswp\output files, queue_size: 8, args: None)
04/01/2023 18:44:06 MainProcess ImagesLoader image _process DEBUG Load iterator: <bound method ImagesLoader._from_video of <lib.image.ImagesLoader object at 0x0000017529C60D30>>
04/01/2023 18:44:06 MainProcess ImagesLoader image _from_video DEBUG Loading frames from video: 'C:\Users\morph\OneDrive\Desktop\faceswp\Input\Screen Recording 2023-03-30 at 9.58.13 PM.mov'
04/01/2023 18:44:06 MainProcess _load multithreading start DEBUG Started all threads 'ImagesLoader': 1
04/01/2023 18:44:06 MainProcess MainThread queue_manager add_queue DEBUG QueueManager adding: (name: 'ImagesSaver', maxsize: 8, create_new: True)
04/01/2023 18:44:06 MainProcess MainThread queue_manager add_queue DEBUG QueueManager added: (name: 'ImagesSaver')
04/01/2023 18:44:06 MainProcess MainThread queue_manager get_queue DEBUG QueueManager getting: 'ImagesSaver'
04/01/2023 18:44:06 MainProcess MainThread queue_manager get_queue DEBUG QueueManager got: 'ImagesSaver'
04/01/2023 18:44:06 MainProcess MainThread pipeline _launch_plugin DEBUG Launching detect plugin
04/01/2023 18:44:06 MainProcess MainThread pipeline _launch_plugin DEBUG in_qname: extract0_detect_in, out_qname: extract0_align_in
04/01/2023 18:44:06 MainProcess MainThread _base initialize DEBUG initialize Detect: (args: (), kwargs: {'in_queue': <lib.queue_manager.EventQueue object at 0x0000017529C4AB20>, 'out_queue': <lib.queue_manager.EventQueue object at 0x0000017529C4AAC0>})
04/01/2023 18:44:06 MainProcess MainThread _base initialize INFO Initializing MTCNN (Detect)...
04/01/2023 18:44:06 MainProcess MainThread queue_manager get_queue DEBUG QueueManager getting: 'detect0_predict_mtcnn'
04/01/2023 18:44:06 MainProcess MainThread queue_manager add_queue DEBUG QueueManager adding: (name: 'detect0_predict_mtcnn', maxsize: 1, create_new: False)
04/01/2023 18:44:06 MainProcess MainThread queue_manager add_queue DEBUG QueueManager added: (name: 'detect0_predict_mtcnn')
04/01/2023 18:44:06 MainProcess MainThread queue_manager get_queue DEBUG QueueManager got: 'detect0_predict_mtcnn'
04/01/2023 18:44:06 MainProcess MainThread queue_manager get_queue DEBUG QueueManager getting: 'detect0_post_mtcnn'
04/01/2023 18:44:06 MainProcess MainThread queue_manager add_queue DEBUG QueueManager adding: (name: 'detect0_post_mtcnn', maxsize: 1, create_new: False)
04/01/2023 18:44:06 MainProcess MainThread queue_manager add_queue DEBUG QueueManager added: (name: 'detect0_post_mtcnn')
04/01/2023 18:44:06 MainProcess MainThread queue_manager get_queue DEBUG QueueManager got: 'detect0_post_mtcnn'
04/01/2023 18:44:06 MainProcess MainThread _base _compile_threads DEBUG Compiling detect threads
04/01/2023 18:44:06 MainProcess MainThread _base _add_thread DEBUG Adding thread: (name: detect_mtcnn_input, function: <bound method Extractor._process_input of <plugins.extract.detect.mtcnn.Detect object at 0x000001752E138520>>, in_queue: <lib.queue_manager.EventQueue object at 0x0000017529C4AB20>, out_queue: <lib.queue_manager.EventQueue object at 0x0000017529C4D910>)
04/01/2023 18:44:06 MainProcess MainThread multithreading __init__ DEBUG Initializing MultiThread: (target: 'detect_mtcnn_input', thread_count: 1)
04/01/2023 18:44:06 MainProcess MainThread multithreading __init__ DEBUG Initialized MultiThread: 'detect_mtcnn_input'
04/01/2023 18:44:06 MainProcess MainThread _base _add_thread DEBUG Added thread: detect_mtcnn_input
04/01/2023 18:44:06 MainProcess MainThread _base _add_thread DEBUG Adding thread: (name: detect_mtcnn_predict, function: <bound method Detector._predict of <plugins.extract.detect.mtcnn.Detect object at 0x000001752E138520>>, in_queue: <lib.queue_manager.EventQueue object at 0x0000017529C4D910>, out_queue: <lib.queue_manager.EventQueue object at 0x0000017529C65310>)
04/01/2023 18:44:06 MainProcess MainThread multithreading __init__ DEBUG Initializing MultiThread: (target: 'detect_mtcnn_predict', thread_count: 1)
04/01/2023 18:44:06 MainProcess MainThread multithreading __init__ DEBUG Initialized MultiThread: 'detect_mtcnn_predict'
04/01/2023 18:44:06 MainProcess MainThread _base _add_thread DEBUG Added thread: detect_mtcnn_predict
04/01/2023 18:44:06 MainProcess MainThread _base _add_thread DEBUG Adding thread: (name: detect_mtcnn_output, function: <bound method Extractor._process_output of <plugins.extract.detect.mtcnn.Detect object at 0x000001752E138520>>, in_queue: <lib.queue_manager.EventQueue object at 0x0000017529C65310>, out_queue: <lib.queue_manager.EventQueue object at 0x0000017529C4AAC0>)
04/01/2023 18:44:06 MainProcess MainThread multithreading __init__ DEBUG Initializing MultiThread: (target: 'detect_mtcnn_output', thread_count: 1)
04/01/2023 18:44:06 MainProcess MainThread multithreading __init__ DEBUG Initialized MultiThread: 'detect_mtcnn_output'
04/01/2023 18:44:06 MainProcess MainThread _base _add_thread DEBUG Added thread: detect_mtcnn_output
04/01/2023 18:44:06 MainProcess MainThread _base _compile_threads DEBUG Compiled detect threads: [<lib.multithreading.MultiThread object at 0x0000017529C4D9A0>, <lib.multithreading.MultiThread object at 0x0000017529C65490>, <lib.multithreading.MultiThread object at 0x0000017529C654C0>]
04/01/2023 18:44:06 MainProcess MainThread mtcnn __init__ DEBUG Initializing: MTCNN: (model_path: '['C:\\Users\\morph\\faceswap\\.fs_cache\\mtcnn_det_v2.1.h5', 'C:\\Users\\morph\\faceswap\\.fs_cache\\mtcnn_det_v2.2.h5', 'C:\\Users\\morph\\faceswap\\.fs_cache\\mtcnn_det_v2.3.h5']', allow_growth: False, exclude_gpus: None, input_size: 640, minsize: 20, threshold: [0.6, 0.7, 0.7], factor: 0.709)
04/01/2023 18:44:07 MainProcess MainThread session load_model_weights VERBOSE Initializing plugin model: MTCNN-PNet
04/01/2023 18:44:07 MainProcess MainThread attrs __getitem__ DEBUG Creating converter from 3 to 5
04/01/2023 18:44:07 MainProcess MainThread session load_model_weights VERBOSE Initializing plugin model: MTCNN-RNet
04/01/2023 18:44:07 MainProcess MainThread session load_model_weights VERBOSE Initializing plugin model: MTCNN-ONet
04/01/2023 18:44:07 MainProcess MainThread mtcnn __init__ DEBUG Initialized: MTCNN
04/01/2023 18:44:07 MainProcess MainThread _base initialize INFO Initialized MTCNN (Detect) with batchsize of 8
04/01/2023 18:44:07 MainProcess MainThread multithreading start DEBUG Starting thread(s): 'detect_mtcnn_input'
04/01/2023 18:44:07 MainProcess MainThread multithreading start DEBUG Starting thread 1 of 1: 'detect_mtcnn_input'
04/01/2023 18:44:07 MainProcess detect_mtcnn_input _base _thread_process DEBUG threading: (function: '_process_input')
04/01/2023 18:44:07 MainProcess MainThread multithreading start DEBUG Started all threads 'detect_mtcnn_input': 1
04/01/2023 18:44:07 MainProcess MainThread multithreading start DEBUG Starting thread(s): 'detect_mtcnn_predict'
04/01/2023 18:44:07 MainProcess MainThread multithreading start DEBUG Starting thread 1 of 1: 'detect_mtcnn_predict'
04/01/2023 18:44:07 MainProcess detect_mtcnn_predict _base _thread_process DEBUG threading: (function: '_predict')
04/01/2023 18:44:07 MainProcess MainThread multithreading start DEBUG Started all threads 'detect_mtcnn_predict': 1
04/01/2023 18:44:07 MainProcess MainThread multithreading start DEBUG Starting thread(s): 'detect_mtcnn_output'
04/01/2023 18:44:07 MainProcess MainThread multithreading start DEBUG Starting thread 1 of 1: 'detect_mtcnn_output'
04/01/2023 18:44:07 MainProcess detect_mtcnn_output _base _thread_process DEBUG threading: (function: '_process_output')
04/01/2023 18:44:07 MainProcess MainThread multithreading start DEBUG Started all threads 'detect_mtcnn_output': 1
04/01/2023 18:44:07 MainProcess MainThread pipeline _launch_plugin DEBUG Launched detect plugin
04/01/2023 18:44:07 MainProcess MainThread pipeline detected_faces DEBUG Running Detection. Phase: '['detect']'
04/01/2023 21:00:48 MainProcess ImagesLoader multithreading run DEBUG Error in thread (ImagesLoader): Could not read frame 16107:\n\n=== stderr ===\nffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers\n built with gcc 10.2.1 (GCC) 20200726\n configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libsrt --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libgsm --enable-librav1e --disable-w32threads --enable-libmfx --enable-ffnvcodec --enable-cuda-llvm --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt --enable-amf\n libavutil 56. 51.100 / 56. 51.100\n\n libavcodec 58. 91.100 / 58. 91.100\n libavformat 58. 45.100 / 58. 45.100\n libavdevice 58. 10.100 / 58. 10.100\n libavfilter 7. 85.100 / 7. 85.100\n libswscale 5. 7.100 / 5. 7.100\n libswresample 3. 7.100 / 3. 7.100\n libpostproc 55. 7.100 / 55. 7.100\nInput #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\Users\morph\OneDrive\Desktop\faceswp\Input\Screen Recording 2023-03-30 at 9.58.13 PM.mov':\n Metadata:\n major_brand : qt \n minor_version : 0\n compatible_brands: qt \n creation_time : 2023-03-31T04:58:14.000000Z\n com.apple.quicktime.make: Apple\n com.apple.quicktime.model: iMac19,2\n com.apple.quicktime.software: macOS 13.2.1 (22D68)\n com.apple.quicktime.creationdate: 2023-03-30T21:58:13-0700\n Duration: 00:06:16.23, start: 0.000000, bitrate: 42474 kb/s\n Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv, bt709), 2308x1852 [SAR 1:1 DAR 577:463], 42358 kb/s, 59.93 fps, 60 tbr, 6k tbn, 12k tbc (default)\n Metadata:\n creation_time : 2023-03-31T04:58:14.000000Z\n handler_name : Core Media Video\n\n encoder : H.264\nStream mapping:\n Stream #0:0 -> #0:0 (h264 (native) -> rawvideo (native))\nPress [q] to stop, [?] for help\nOutput #0, image2pipe, to 'pipe:':\n Metadata:\n major_brand : qt \n minor_version : 0\n compatible_brands: qt \n com.apple.quicktime.creationdate: 2023-03-30T21:58:13-0700\n com.apple.quicktime.make: Apple\n com.apple.quicktime.model: iMac19,2\n com.apple.quicktime.software: macOS 13.2.1 (22D68)\n encoder : Lavf58.45.100\n Stream #0:0(und): Video: rawvideo (RGB[24] / 0x18424752), rgb24, 2308x1852 [SAR 1:1 DAR 577:463], q=2-31, 6155159 kb/s, 60 fps, 60 tbn, 60 tbc (default)\n Metadata:\n... showing only last few lines ...\nframe=15859 fps=2.0 q=-0.0 size=198597549kB time=00:04:24.31 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15861 fps=2.0 q=-0.0 size=198622594kB time=00:04:24.35 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15866 fps=2.0 q=-0.0 size=198685208kB time=00:04:24.43 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15869 fps=2.0 q=-0.0 size=198722776kB time=00:04:24.48 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15875 fps=2.0 q=-0.0 size=198797912kB time=00:04:24.58 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15877 fps=2.0 q=-0.0 size=198822958kB time=00:04:24.61 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15883 fps=2.0 q=-0.0 size=198898094kB time=00:04:24.71 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15885 fps=2.0 q=-0.0 size=198923139kB time=00:04:24.75 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15891 fps=2.0 q=-0.0 size=198998275kB time=00:04:24.85 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15893 fps=2.0 q=-0.0 size=199023321kB time=00:04:24.88 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15899 fps=2.0 q=-0.0 size=199098457kB time=00:04:24.98 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15901 fps=2.0 q=-0.0 size=199123502kB time=00:04:25.01 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15907 fps=2.0 q=-0.0 size=199198639kB time=00:04:25.11 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15909 fps=2.0 q=-0.0 size=199223684kB time=00:04:25.15 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15915 fps=2.0 q=-0.0 size=199298820kB time=00:04:25.25 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15917 fps=2.0 q=-0.0 size=199323866kB time=00:04:25.28 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15924 fps=2.0 q=-0.0 size=199411525kB time=00:04:25.40 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15925 fps=2.0 q=-0.0 size=199424047kB time=00:04:25.41 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15931 fps=2.0 q=-0.0 size=199499183kB time=00:04:25.51 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15933 fps=2.0 q=-0.0 size=199524229kB time=00:04:25.55 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15939 fps=2.0 q=-0.0 size=199599365kB time=00:04:25.65 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15941 fps=2.0 q=-0.0 size=199624411kB time=00:04:25.68 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15948 fps=2.0 q=-0.0 size=199712069kB time=00:04:25.80 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15949 fps=2.0 q=-0.0 size=199724592kB time=00:04:25.81 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15956 fps=2.0 q=-0.0 size=199812251kB time=00:04:25.93 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15957 fps=2.0 q=-0.0 size=199824774kB time=00:04:25.95 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15964 fps=2.0 q=-0.0 size=199912433kB time=00:04:26.06 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15965 fps=2.0 q=-0.0 size=199924955kB time=00:04:26.08 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15971 fps=2.0 q=-0.0 size=200000092kB time=00:04:26.18 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15973 fps=2.0 q=-0.0 size=200025137kB time=00:04:26.21 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15979 fps=2.0 q=-0.0 size=200100273kB time=00:04:26.31 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15981 fps=2.0 q=-0.0 size=200125319kB time=00:04:26.35 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15988 fps=2.0 q=-0.0 size=200212978kB time=00:04:26.46 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15989 fps=2.0 q=-0.0 size=200225500kB time=00:04:26.48 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15995 fps=2.0 q=-0.0 size=200300636kB time=00:04:26.58 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15997 fps=2.0 q=-0.0 size=200325682kB time=00:04:26.61 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16003 fps=2.0 q=-0.0 size=200400818kB time=00:04:26.71 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16005 fps=2.0 q=-0.0 size=200425864kB time=00:04:26.75 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16011 fps=2.0 q=-0.0 size=200501000kB time=00:04:26.85 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16013 fps=2.0 q=-0.0 size=200526045kB time=00:04:26.88 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16019 fps=2.0 q=-0.0 size=200601181kB time=00:04:26.98 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16021 fps=2.0 q=-0.0 size=200626227kB time=00:04:27.01 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16027 fps=2.0 q=-0.0 size=200701363kB time=00:04:27.11 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16029 fps=2.0 q=-0.0 size=200726408kB time=00:04:27.15 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16035 fps=2.0 q=-0.0 size=200801545kB time=00:04:27.25 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16037 fps=2.0 q=-0.0 size=200826590kB time=00:04:27.28 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16043 fps=2.0 q=-0.0 size=200901726kB time=00:04:27.38 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16045 fps=2.0 q=-0.0 size=200926772kB time=00:04:27.41 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16051 fps=2.0 q=-0.0 size=201001908kB time=00:04:27.51 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16053 fps=2.0 q=-0.0 size=201026953kB time=00:04:27.55 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16059 fps=2.0 q=-0.0 size=201102089kB time=00:04:27.65 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16061 fps=2.0 q=-0.0 size=201127135kB time=00:04:27.68 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x \nframe=16067 fps=2.0 q=-0.0 size=201202271kB time=00:04:27.78 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16069 fps=2.0 q=-0.0 size=201227317kB time=00:04:27.81 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x \nframe=16075 fps=2.0 q=-0.0 size=201302453kB time=00:04:27.91 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16077 fps=2.0 q=-0.0 size=201327498kB time=00:04:27.95 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x \nframe=16084 fps=2.0 q=-0.0 size=201415157kB time=00:04:28.06 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x \nframe=16085 fps=2.0 q=-0.0 size=201427680kB time=00:04:28.08 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x \nframe=16091 fps=2.0 q=-0.0 size=201502816kB time=00:04:28.18 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x \nframe=16093 fps=2.0 q=-0.0 size=201527861kB time=00:04:28.21 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x \nframe=16099 fps=2.0 q=-0.0 size=201602998kB time=00:04:28.31 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x
04/01/2023 21:00:53 MainProcess _load multithreading check_and_raise_error DEBUG Thread error caught: [(<class 'RuntimeError'>, RuntimeError("Could not read frame 16107:\n\n=== stderr ===\nffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers\n built with gcc 10.2.1 (GCC) 20200726\n configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libsrt --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libgsm --enable-librav1e --disable-w32threads --enable-libmfx --enable-ffnvcodec --enable-cuda-llvm --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt --enable-amf\n libavutil 56. 51.100 / 56. 51.100\n\n libavcodec 58. 91.100 / 58. 91.100\n libavformat 58. 45.100 / 58. 45.100\n libavdevice 58. 10.100 / 58. 10.100\n libavfilter 7. 85.100 / 7. 85.100\n libswscale 5. 7.100 / 5. 7.100\n libswresample 3. 7.100 / 3. 7.100\n libpostproc 55. 7.100 / 55. 7.100\nInput #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\\Users\\morph\\OneDrive\\Desktop\\faceswp\\Input\\Screen Recording 2023-03-30 at 9.58.13 PM.mov':\n Metadata:\n major_brand : qt \n minor_version : 0\n compatible_brands: qt \n creation_time : 2023-03-31T04:58:14.000000Z\n com.apple.quicktime.make: Apple\n com.apple.quicktime.model: iMac19,2\n com.apple.quicktime.software: macOS 13.2.1 (22D68)\n com.apple.quicktime.creationdate: 2023-03-30T21:58:13-0700\n Duration: 00:06:16.23, start: 0.000000, bitrate: 42474 kb/s\n Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv, bt709), 2308x1852 [SAR 1:1 DAR 577:463], 42358 kb/s, 59.93 fps, 60 tbr, 6k tbn, 12k tbc (default)\n Metadata:\n creation_time : 2023-03-31T04:58:14.000000Z\n handler_name : Core Media Video\n\n encoder : H.264\nStream mapping:\n Stream #0:0 -> #0:0 (h264 (native) -> rawvideo (native))\nPress [q] to stop, [?] for help\nOutput #0, image2pipe, to 'pipe:':\n Metadata:\n major_brand : qt \n minor_version : 0\n compatible_brands: qt \n com.apple.quicktime.creationdate: 2023-03-30T21:58:13-0700\n com.apple.quicktime.make: Apple\n com.apple.quicktime.model: iMac19,2\n com.apple.quicktime.software: macOS 13.2.1 (22D68)\n encoder : Lavf58.45.100\n Stream #0:0(und): Video: rawvideo (RGB[24] / 0x18424752), rgb24, 2308x1852 [SAR 1:1 DAR 577:463], q=2-31, 6155159 kb/s, 60 fps, 60 tbn, 60 tbc (default)\n Metadata:\n... showing only last few lines ...\nframe=15859 fps=2.0 q=-0.0 size=198597549kB time=00:04:24.31 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15861 fps=2.0 q=-0.0 size=198622594kB time=00:04:24.35 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15866 fps=2.0 q=-0.0 size=198685208kB time=00:04:24.43 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15869 fps=2.0 q=-0.0 size=198722776kB time=00:04:24.48 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15875 fps=2.0 q=-0.0 size=198797912kB time=00:04:24.58 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15877 fps=2.0 q=-0.0 size=198822958kB time=00:04:24.61 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15883 fps=2.0 q=-0.0 size=198898094kB time=00:04:24.71 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15885 fps=2.0 q=-0.0 size=198923139kB time=00:04:24.75 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15891 fps=2.0 q=-0.0 size=198998275kB time=00:04:24.85 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15893 fps=2.0 q=-0.0 size=199023321kB time=00:04:24.88 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15899 fps=2.0 q=-0.0 size=199098457kB time=00:04:24.98 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15901 fps=2.0 q=-0.0 size=199123502kB time=00:04:25.01 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15907 fps=2.0 q=-0.0 size=199198639kB time=00:04:25.11 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15909 fps=2.0 q=-0.0 size=199223684kB time=00:04:25.15 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15915 fps=2.0 q=-0.0 size=199298820kB time=00:04:25.25 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15917 fps=2.0 q=-0.0 size=199323866kB time=00:04:25.28 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15924 fps=2.0 q=-0.0 size=199411525kB time=00:04:25.40 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15925 fps=2.0 q=-0.0 size=199424047kB time=00:04:25.41 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15931 fps=2.0 q=-0.0 size=199499183kB time=00:04:25.51 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15933 fps=2.0 q=-0.0 size=199524229kB time=00:04:25.55 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15939 fps=2.0 q=-0.0 size=199599365kB time=00:04:25.65 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15941 fps=2.0 q=-0.0 size=199624411kB time=00:04:25.68 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15948 fps=2.0 q=-0.0 size=199712069kB time=00:04:25.80 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15949 fps=2.0 q=-0.0 size=199724592kB time=00:04:25.81 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15956 fps=2.0 q=-0.0 size=199812251kB time=00:04:25.93 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15957 fps=2.0 q=-0.0 size=199824774kB time=00:04:25.95 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15964 fps=2.0 q=-0.0 size=199912433kB time=00:04:26.06 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15965 fps=2.0 q=-0.0 size=199924955kB time=00:04:26.08 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15971 fps=2.0 q=-0.0 size=200000092kB time=00:04:26.18 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15973 fps=2.0 q=-0.0 size=200025137kB time=00:04:26.21 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15979 fps=2.0 q=-0.0 size=200100273kB time=00:04:26.31 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15981 fps=2.0 q=-0.0 size=200125319kB time=00:04:26.35 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15988 fps=2.0 q=-0.0 size=200212978kB time=00:04:26.46 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15989 fps=2.0 q=-0.0 size=200225500kB time=00:04:26.48 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15995 fps=2.0 q=-0.0 size=200300636kB time=00:04:26.58 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15997 fps=2.0 q=-0.0 size=200325682kB time=00:04:26.61 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16003 fps=2.0 q=-0.0 size=200400818kB time=00:04:26.71 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16005 fps=2.0 q=-0.0 size=200425864kB time=00:04:26.75 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16011 fps=2.0 q=-0.0 size=200501000kB time=00:04:26.85 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16013 fps=2.0 q=-0.0 size=200526045kB time=00:04:26.88 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16019 fps=2.0 q=-0.0 size=200601181kB time=00:04:26.98 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16021 fps=2.0 q=-0.0 size=200626227kB time=00:04:27.01 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16027 fps=2.0 q=-0.0 size=200701363kB time=00:04:27.11 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16029 fps=2.0 q=-0.0 size=200726408kB time=00:04:27.15 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16035 fps=2.0 q=-0.0 size=200801545kB time=00:04:27.25 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16037 fps=2.0 q=-0.0 size=200826590kB time=00:04:27.28 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16043 fps=2.0 q=-0.0 size=200901726kB time=00:04:27.38 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16045 fps=2.0 q=-0.0 size=200926772kB time=00:04:27.41 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16051 fps=2.0 q=-0.0 size=201001908kB time=00:04:27.51 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16053 fps=2.0 q=-0.0 size=201026953kB time=00:04:27.55 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16059 fps=2.0 q=-0.0 size=201102089kB time=00:04:27.65 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16061 fps=2.0 q=-0.0 size=201127135kB time=00:04:27.68 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x \nframe=16067 fps=2.0 q=-0.0 size=201202271kB time=00:04:27.78 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16069 fps=2.0 q=-0.0 size=201227317kB time=00:04:27.81 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x \nframe=16075 fps=2.0 q=-0.0 size=201302453kB time=00:04:27.91 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16077 fps=2.0 q=-0.0 size=201327498kB time=00:04:27.95 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x \nframe=16084 fps=2.0 q=-0.0 size=201415157kB time=00:04:28.06 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x \nframe=16085 fps=2.0 q=-0.0 size=201427680kB time=00:04:28.08 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x \nframe=16091 fps=2.0 q=-0.0 size=201502816kB time=00:04:28.18 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x \nframe=16093 fps=2.0 q=-0.0 size=201527861kB time=00:04:28.21 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x \nframe=16099 fps=2.0 q=-0.0 size=201602998kB time=00:04:28.31 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x "), <traceback object at 0x000001753FEF55C0>)]
04/01/2023 21:00:53 MainProcess _load multithreading run DEBUG Error in thread (_load): Could not read frame 16107:\n\n=== stderr ===\nffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers\n built with gcc 10.2.1 (GCC) 20200726\n configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libsrt --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libgsm --enable-librav1e --disable-w32threads --enable-libmfx --enable-ffnvcodec --enable-cuda-llvm --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt --enable-amf\n libavutil 56. 51.100 / 56. 51.100\n\n libavcodec 58. 91.100 / 58. 91.100\n libavformat 58. 45.100 / 58. 45.100\n libavdevice 58. 10.100 / 58. 10.100\n libavfilter 7. 85.100 / 7. 85.100\n libswscale 5. 7.100 / 5. 7.100\n libswresample 3. 7.100 / 3. 7.100\n libpostproc 55. 7.100 / 55. 7.100\nInput #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\Users\morph\OneDrive\Desktop\faceswp\Input\Screen Recording 2023-03-30 at 9.58.13 PM.mov':\n Metadata:\n major_brand : qt \n minor_version : 0\n compatible_brands: qt \n creation_time : 2023-03-31T04:58:14.000000Z\n com.apple.quicktime.make: Apple\n com.apple.quicktime.model: iMac19,2\n com.apple.quicktime.software: macOS 13.2.1 (22D68)\n com.apple.quicktime.creationdate: 2023-03-30T21:58:13-0700\n Duration: 00:06:16.23, start: 0.000000, bitrate: 42474 kb/s\n Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv, bt709), 2308x1852 [SAR 1:1 DAR 577:463], 42358 kb/s, 59.93 fps, 60 tbr, 6k tbn, 12k tbc (default)\n Metadata:\n creation_time : 2023-03-31T04:58:14.000000Z\n handler_name : Core Media Video\n\n encoder : H.264\nStream mapping:\n Stream #0:0 -> #0:0 (h264 (native) -> rawvideo (native))\nPress [q] to stop, [?] for help\nOutput #0, image2pipe, to 'pipe:':\n Metadata:\n major_brand : qt \n minor_version : 0\n compatible_brands: qt \n com.apple.quicktime.creationdate: 2023-03-30T21:58:13-0700\n com.apple.quicktime.make: Apple\n com.apple.quicktime.model: iMac19,2\n com.apple.quicktime.software: macOS 13.2.1 (22D68)\n encoder : Lavf58.45.100\n Stream #0:0(und): Video: rawvideo (RGB[24] / 0x18424752), rgb24, 2308x1852 [SAR 1:1 DAR 577:463], q=2-31, 6155159 kb/s, 60 fps, 60 tbn, 60 tbc (default)\n Metadata:\n... showing only last few lines ...\nframe=15859 fps=2.0 q=-0.0 size=198597549kB time=00:04:24.31 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15861 fps=2.0 q=-0.0 size=198622594kB time=00:04:24.35 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15866 fps=2.0 q=-0.0 size=198685208kB time=00:04:24.43 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15869 fps=2.0 q=-0.0 size=198722776kB time=00:04:24.48 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15875 fps=2.0 q=-0.0 size=198797912kB time=00:04:24.58 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15877 fps=2.0 q=-0.0 size=198822958kB time=00:04:24.61 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15883 fps=2.0 q=-0.0 size=198898094kB time=00:04:24.71 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15885 fps=2.0 q=-0.0 size=198923139kB time=00:04:24.75 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15891 fps=2.0 q=-0.0 size=198998275kB time=00:04:24.85 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15893 fps=2.0 q=-0.0 size=199023321kB time=00:04:24.88 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15899 fps=2.0 q=-0.0 size=199098457kB time=00:04:24.98 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15901 fps=2.0 q=-0.0 size=199123502kB time=00:04:25.01 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15907 fps=2.0 q=-0.0 size=199198639kB time=00:04:25.11 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15909 fps=2.0 q=-0.0 size=199223684kB time=00:04:25.15 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15915 fps=2.0 q=-0.0 size=199298820kB time=00:04:25.25 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15917 fps=2.0 q=-0.0 size=199323866kB time=00:04:25.28 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15924 fps=2.0 q=-0.0 size=199411525kB time=00:04:25.40 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15925 fps=2.0 q=-0.0 size=199424047kB time=00:04:25.41 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15931 fps=2.0 q=-0.0 size=199499183kB time=00:04:25.51 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15933 fps=2.0 q=-0.0 size=199524229kB time=00:04:25.55 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15939 fps=2.0 q=-0.0 size=199599365kB time=00:04:25.65 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15941 fps=2.0 q=-0.0 size=199624411kB time=00:04:25.68 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15948 fps=2.0 q=-0.0 size=199712069kB time=00:04:25.80 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15949 fps=2.0 q=-0.0 size=199724592kB time=00:04:25.81 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15956 fps=2.0 q=-0.0 size=199812251kB time=00:04:25.93 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15957 fps=2.0 q=-0.0 size=199824774kB time=00:04:25.95 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15964 fps=2.0 q=-0.0 size=199912433kB time=00:04:26.06 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15965 fps=2.0 q=-0.0 size=199924955kB time=00:04:26.08 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15971 fps=2.0 q=-0.0 size=200000092kB time=00:04:26.18 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15973 fps=2.0 q=-0.0 size=200025137kB time=00:04:26.21 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15979 fps=2.0 q=-0.0 size=200100273kB time=00:04:26.31 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15981 fps=2.0 q=-0.0 size=200125319kB time=00:04:26.35 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15988 fps=2.0 q=-0.0 size=200212978kB time=00:04:26.46 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15989 fps=2.0 q=-0.0 size=200225500kB time=00:04:26.48 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15995 fps=2.0 q=-0.0 size=200300636kB time=00:04:26.58 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15997 fps=2.0 q=-0.0 size=200325682kB time=00:04:26.61 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16003 fps=2.0 q=-0.0 size=200400818kB time=00:04:26.71 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16005 fps=2.0 q=-0.0 size=200425864kB time=00:04:26.75 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16011 fps=2.0 q=-0.0 size=200501000kB time=00:04:26.85 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16013 fps=2.0 q=-0.0 size=200526045kB time=00:04:26.88 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16019 fps=2.0 q=-0.0 size=200601181kB time=00:04:26.98 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16021 fps=2.0 q=-0.0 size=200626227kB time=00:04:27.01 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16027 fps=2.0 q=-0.0 size=200701363kB time=00:04:27.11 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16029 fps=2.0 q=-0.0 size=200726408kB time=00:04:27.15 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16035 fps=2.0 q=-0.0 size=200801545kB time=00:04:27.25 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16037 fps=2.0 q=-0.0 size=200826590kB time=00:04:27.28 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16043 fps=2.0 q=-0.0 size=200901726kB time=00:04:27.38 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16045 fps=2.0 q=-0.0 size=200926772kB time=00:04:27.41 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16051 fps=2.0 q=-0.0 size=201001908kB time=00:04:27.51 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16053 fps=2.0 q=-0.0 size=201026953kB time=00:04:27.55 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16059 fps=2.0 q=-0.0 size=201102089kB time=00:04:27.65 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16061 fps=2.0 q=-0.0 size=201127135kB time=00:04:27.68 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x \nframe=16067 fps=2.0 q=-0.0 size=201202271kB time=00:04:27.78 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16069 fps=2.0 q=-0.0 size=201227317kB time=00:04:27.81 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x \nframe=16075 fps=2.0 q=-0.0 size=201302453kB time=00:04:27.91 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16077 fps=2.0 q=-0.0 size=201327498kB time=00:04:27.95 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x \nframe=16084 fps=2.0 q=-0.0 size=201415157kB time=00:04:28.06 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x \nframe=16085 fps=2.0 q=-0.0 size=201427680kB time=00:04:28.08 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x \nframe=16091 fps=2.0 q=-0.0 size=201502816kB time=00:04:28.18 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x \nframe=16093 fps=2.0 q=-0.0 size=201527861kB time=00:04:28.21 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x \nframe=16099 fps=2.0 q=-0.0 size=201602998kB time=00:04:28.31 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x
04/01/2023 21:00:53 MainProcess MainThread multithreading check_and_raise_error DEBUG Thread error caught: [(<class 'RuntimeError'>, RuntimeError("Could not read frame 16107:\n\n=== stderr ===\nffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers\n built with gcc 10.2.1 (GCC) 20200726\n configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libsrt --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libgsm --enable-librav1e --disable-w32threads --enable-libmfx --enable-ffnvcodec --enable-cuda-llvm --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt --enable-amf\n libavutil 56. 51.100 / 56. 51.100\n\n libavcodec 58. 91.100 / 58. 91.100\n libavformat 58. 45.100 / 58. 45.100\n libavdevice 58. 10.100 / 58. 10.100\n libavfilter 7. 85.100 / 7. 85.100\n libswscale 5. 7.100 / 5. 7.100\n libswresample 3. 7.100 / 3. 7.100\n libpostproc 55. 7.100 / 55. 7.100\nInput #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\\Users\\morph\\OneDrive\\Desktop\\faceswp\\Input\\Screen Recording 2023-03-30 at 9.58.13 PM.mov':\n Metadata:\n major_brand : qt \n minor_version : 0\n compatible_brands: qt \n creation_time : 2023-03-31T04:58:14.000000Z\n com.apple.quicktime.make: Apple\n com.apple.quicktime.model: iMac19,2\n com.apple.quicktime.software: macOS 13.2.1 (22D68)\n com.apple.quicktime.creationdate: 2023-03-30T21:58:13-0700\n Duration: 00:06:16.23, start: 0.000000, bitrate: 42474 kb/s\n Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv, bt709), 2308x1852 [SAR 1:1 DAR 577:463], 42358 kb/s, 59.93 fps, 60 tbr, 6k tbn, 12k tbc (default)\n Metadata:\n creation_time : 2023-03-31T04:58:14.000000Z\n handler_name : Core Media Video\n\n encoder : H.264\nStream mapping:\n Stream #0:0 -> #0:0 (h264 (native) -> rawvideo (native))\nPress [q] to stop, [?] for help\nOutput #0, image2pipe, to 'pipe:':\n Metadata:\n major_brand : qt \n minor_version : 0\n compatible_brands: qt \n com.apple.quicktime.creationdate: 2023-03-30T21:58:13-0700\n com.apple.quicktime.make: Apple\n com.apple.quicktime.model: iMac19,2\n com.apple.quicktime.software: macOS 13.2.1 (22D68)\n encoder : Lavf58.45.100\n Stream #0:0(und): Video: rawvideo (RGB[24] / 0x18424752), rgb24, 2308x1852 [SAR 1:1 DAR 577:463], q=2-31, 6155159 kb/s, 60 fps, 60 tbn, 60 tbc (default)\n Metadata:\n... showing only last few lines ...\nframe=15859 fps=2.0 q=-0.0 size=198597549kB time=00:04:24.31 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15861 fps=2.0 q=-0.0 size=198622594kB time=00:04:24.35 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15866 fps=2.0 q=-0.0 size=198685208kB time=00:04:24.43 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15869 fps=2.0 q=-0.0 size=198722776kB time=00:04:24.48 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15875 fps=2.0 q=-0.0 size=198797912kB time=00:04:24.58 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15877 fps=2.0 q=-0.0 size=198822958kB time=00:04:24.61 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15883 fps=2.0 q=-0.0 size=198898094kB time=00:04:24.71 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15885 fps=2.0 q=-0.0 size=198923139kB time=00:04:24.75 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15891 fps=2.0 q=-0.0 size=198998275kB time=00:04:24.85 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15893 fps=2.0 q=-0.0 size=199023321kB time=00:04:24.88 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15899 fps=2.0 q=-0.0 size=199098457kB time=00:04:24.98 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15901 fps=2.0 q=-0.0 size=199123502kB time=00:04:25.01 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15907 fps=2.0 q=-0.0 size=199198639kB time=00:04:25.11 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15909 fps=2.0 q=-0.0 size=199223684kB time=00:04:25.15 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15915 fps=2.0 q=-0.0 size=199298820kB time=00:04:25.25 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15917 fps=2.0 q=-0.0 size=199323866kB time=00:04:25.28 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15924 fps=2.0 q=-0.0 size=199411525kB time=00:04:25.40 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15925 fps=2.0 q=-0.0 size=199424047kB time=00:04:25.41 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15931 fps=2.0 q=-0.0 size=199499183kB time=00:04:25.51 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x \nframe=15933 fps=2.0 q=-0.0 size=199524229kB time=00:04:25.55 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15939 fps=2.0 q=-0.0 size=199599365kB time=00:04:25.65 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15941 fps=2.0 q=-0.0 size=199624411kB time=00:04:25.68 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15948 fps=2.0 q=-0.0 size=199712069kB time=00:04:25.80 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15949 fps=2.0 q=-0.0 size=199724592kB time=00:04:25.81 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15956 fps=2.0 q=-0.0 size=199812251kB time=00:04:25.93 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15957 fps=2.0 q=-0.0 size=199824774kB time=00:04:25.95 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15964 fps=2.0 q=-0.0 size=199912433kB time=00:04:26.06 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15965 fps=2.0 q=-0.0 size=199924955kB time=00:04:26.08 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15971 fps=2.0 q=-0.0 size=200000092kB time=00:04:26.18 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15973 fps=2.0 q=-0.0 size=200025137kB time=00:04:26.21 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15979 fps=2.0 q=-0.0 size=200100273kB time=00:04:26.31 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15981 fps=2.0 q=-0.0 size=200125319kB time=00:04:26.35 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15988 fps=2.0 q=-0.0 size=200212978kB time=00:04:26.46 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15989 fps=2.0 q=-0.0 size=200225500kB time=00:04:26.48 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15995 fps=2.0 q=-0.0 size=200300636kB time=00:04:26.58 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=15997 fps=2.0 q=-0.0 size=200325682kB time=00:04:26.61 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16003 fps=2.0 q=-0.0 size=200400818kB time=00:04:26.71 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16005 fps=2.0 q=-0.0 size=200425864kB time=00:04:26.75 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16011 fps=2.0 q=-0.0 size=200501000kB time=00:04:26.85 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16013 fps=2.0 q=-0.0 size=200526045kB time=00:04:26.88 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16019 fps=2.0 q=-0.0 size=200601181kB time=00:04:26.98 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16021 fps=2.0 q=-0.0 size=200626227kB time=00:04:27.01 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16027 fps=2.0 q=-0.0 size=200701363kB time=00:04:27.11 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16029 fps=2.0 q=-0.0 size=200726408kB time=00:04:27.15 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16035 fps=2.0 q=-0.0 size=200801545kB time=00:04:27.25 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16037 fps=2.0 q=-0.0 size=200826590kB time=00:04:27.28 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16043 fps=2.0 q=-0.0 size=200901726kB time=00:04:27.38 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16045 fps=2.0 q=-0.0 size=200926772kB time=00:04:27.41 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16051 fps=2.0 q=-0.0 size=201001908kB time=00:04:27.51 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16053 fps=2.0 q=-0.0 size=201026953kB time=00:04:27.55 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16059 fps=2.0 q=-0.0 size=201102089kB time=00:04:27.65 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16061 fps=2.0 q=-0.0 size=201127135kB time=00:04:27.68 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x \nframe=16067 fps=2.0 q=-0.0 size=201202271kB time=00:04:27.78 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16069 fps=2.0 q=-0.0 size=201227317kB time=00:04:27.81 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x \nframe=16075 fps=2.0 q=-0.0 size=201302453kB time=00:04:27.91 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x \nframe=16077 fps=2.0 q=-0.0 size=201327498kB time=00:04:27.95 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x \nframe=16084 fps=2.0 q=-0.0 size=201415157kB time=00:04:28.06 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x \nframe=16085 fps=2.0 q=-0.0 size=201427680kB time=00:04:28.08 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x \nframe=16091 fps=2.0 q=-0.0 size=201502816kB time=00:04:28.18 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x \nframe=16093 fps=2.0 q=-0.0 size=201527861kB time=00:04:28.21 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x \nframe=16099 fps=2.0 q=-0.0 size=201602998kB time=00:04:28.31 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x "), <traceback object at 0x0000017500C15080>)]
Traceback (most recent call last):
File "C:\Users\morph\MiniConda3\envs\faceswap\lib\site-packages\imageio_ffmpeg\_io.py", line 320, in read_frames
extra_bytes = p.stdout.read(framesize_bytes - len(bb))
MemoryError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\morph\faceswap\lib\cli\launcher.py", line 230, in execute_script
process.process()
File "C:\Users\morph\faceswap\scripts\extract.py", line 178, in process
extract.process()
File "C:\Users\morph\faceswap\scripts\extract.py", line 702, in process
self._run_extraction()
File "C:\Users\morph\faceswap\scripts\extract.py", line 731, in _run_extraction
self._loader.check_thread_error()
File "C:\Users\morph\faceswap\scripts\extract.py", line 548, in check_thread_error
thread.check_and_raise_error()
File "C:\Users\morph\faceswap\lib\multithreading.py", line 169, in check_and_raise_error
raise error[1].with_traceback(error[2])
File "C:\Users\morph\faceswap\lib\multithreading.py", line 96, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\morph\faceswap\scripts\extract.py", line 580, in _load
for filename, image in self._images.load():
File "C:\Users\morph\faceswap\lib\image.py", line 1208, in load
self._thread.check_and_raise_error()
File "C:\Users\morph\faceswap\lib\multithreading.py", line 169, in check_and_raise_error
raise error[1].with_traceback(error[2])
File "C:\Users\morph\faceswap\lib\multithreading.py", line 96, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\morph\faceswap\lib\image.py", line 1114, in _process
for retval in iterator():
File "C:\Users\morph\faceswap\lib\image.py", line 1138, in _from_video
for idx, frame in enumerate(reader):
File "C:\Users\morph\MiniConda3\envs\faceswap\lib\site-packages\imageio\core\format.py", line 494, in iter_data
im, meta = self._get_data(i)
File "C:\Users\morph\MiniConda3\envs\faceswap\lib\site-packages\imageio\plugins\ffmpeg.py", line 411, in _get_data
result, is_new = self._read_frame()
File "C:\Users\morph\MiniConda3\envs\faceswap\lib\site-packages\imageio\plugins\ffmpeg.py", line 514, in _read_frame
s = self._read_gen.__next__()
File "C:\Users\morph\MiniConda3\envs\faceswap\lib\site-packages\imageio_ffmpeg\_io.py", line 334, in read_frames
raise RuntimeError(fmt.format(framenr, err1, err2))
RuntimeError: Could not read frame 16107:

=== stderr ===
ffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers
built with gcc 10.2.1 (GCC) 20200726
configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libsrt --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libgsm --enable-librav1e --disable-w32threads --enable-libmfx --enable-ffnvcodec --enable-cuda-llvm --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt --enable-amf
libavutil 56. 51.100 / 56. 51.100

libavcodec 58. 91.100 / 58. 91.100
libavformat 58. 45.100 / 58. 45.100
libavdevice 58. 10.100 / 58. 10.100
libavfilter 7. 85.100 / 7. 85.100
libswscale 5. 7.100 / 5. 7.100
libswresample 3. 7.100 / 3. 7.100
libpostproc 55. 7.100 / 55. 7.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\Users\morph\OneDrive\Desktop\faceswp\Input\Screen Recording 2023-03-30 at 9.58.13 PM.mov':
Metadata:
major_brand : qt
minor_version : 0
compatible_brands: qt
creation_time : 2023-03-31T04:58:14.000000Z
com.apple.quicktime.make: Apple
com.apple.quicktime.model: iMac19,2
com.apple.quicktime.software: macOS 13.2.1 (22D68)
com.apple.quicktime.creationdate: 2023-03-30T21:58:13-0700
Duration: 00:06:16.23, start: 0.000000, bitrate: 42474 kb/s
Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv, bt709), 2308x1852 [SAR 1:1 DAR 577:463], 42358 kb/s, 59.93 fps, 60 tbr, 6k tbn, 12k tbc (default)
Metadata:
creation_time : 2023-03-31T04:58:14.000000Z
handler_name : Core Media Video

encoder : H.264
Stream mapping:
Stream #0:0 -> #0:0 (h264 (native) -> rawvideo (native))
Press [q] to stop, [?] for help
Output #0, image2pipe, to 'pipe:':
Metadata:
major_brand : qt
minor_version : 0
compatible_brands: qt
com.apple.quicktime.creationdate: 2023-03-30T21:58:13-0700
com.apple.quicktime.make: Apple
com.apple.quicktime.model: iMac19,2
com.apple.quicktime.software: macOS 13.2.1 (22D68)
encoder : Lavf58.45.100
Stream #0:0(und): Video: rawvideo (RGB[24] / 0x18424752), rgb24, 2308x1852 [SAR 1:1 DAR 577:463], q=2-31, 6155159 kb/s, 60 fps, 60 tbn, 60 tbc (default)
Metadata:
... showing only last few lines ...
frame=15859 fps=2.0 q=-0.0 size=198597549kB time=00:04:24.31 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x
frame=15861 fps=2.0 q=-0.0 size=198622594kB time=00:04:24.35 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x
frame=15866 fps=2.0 q=-0.0 size=198685208kB time=00:04:24.43 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x
frame=15869 fps=2.0 q=-0.0 size=198722776kB time=00:04:24.48 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x
frame=15875 fps=2.0 q=-0.0 size=198797912kB time=00:04:24.58 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x
frame=15877 fps=2.0 q=-0.0 size=198822958kB time=00:04:24.61 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x
frame=15883 fps=2.0 q=-0.0 size=198898094kB time=00:04:24.71 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x
frame=15885 fps=2.0 q=-0.0 size=198923139kB time=00:04:24.75 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x
frame=15891 fps=2.0 q=-0.0 size=198998275kB time=00:04:24.85 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x
frame=15893 fps=2.0 q=-0.0 size=199023321kB time=00:04:24.88 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x
frame=15899 fps=2.0 q=-0.0 size=199098457kB time=00:04:24.98 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x
frame=15901 fps=2.0 q=-0.0 size=199123502kB time=00:04:25.01 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x
frame=15907 fps=2.0 q=-0.0 size=199198639kB time=00:04:25.11 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x
frame=15909 fps=2.0 q=-0.0 size=199223684kB time=00:04:25.15 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x
frame=15915 fps=2.0 q=-0.0 size=199298820kB time=00:04:25.25 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x
frame=15917 fps=2.0 q=-0.0 size=199323866kB time=00:04:25.28 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=15924 fps=2.0 q=-0.0 size=199411525kB time=00:04:25.40 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x
frame=15925 fps=2.0 q=-0.0 size=199424047kB time=00:04:25.41 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=15931 fps=2.0 q=-0.0 size=199499183kB time=00:04:25.51 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0329x
frame=15933 fps=2.0 q=-0.0 size=199524229kB time=00:04:25.55 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=15939 fps=2.0 q=-0.0 size=199599365kB time=00:04:25.65 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=15941 fps=2.0 q=-0.0 size=199624411kB time=00:04:25.68 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=15948 fps=2.0 q=-0.0 size=199712069kB time=00:04:25.80 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=15949 fps=2.0 q=-0.0 size=199724592kB time=00:04:25.81 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=15956 fps=2.0 q=-0.0 size=199812251kB time=00:04:25.93 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=15957 fps=2.0 q=-0.0 size=199824774kB time=00:04:25.95 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=15964 fps=2.0 q=-0.0 size=199912433kB time=00:04:26.06 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=15965 fps=2.0 q=-0.0 size=199924955kB time=00:04:26.08 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=15971 fps=2.0 q=-0.0 size=200000092kB time=00:04:26.18 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=15973 fps=2.0 q=-0.0 size=200025137kB time=00:04:26.21 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=15979 fps=2.0 q=-0.0 size=200100273kB time=00:04:26.31 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=15981 fps=2.0 q=-0.0 size=200125319kB time=00:04:26.35 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=15988 fps=2.0 q=-0.0 size=200212978kB time=00:04:26.46 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=15989 fps=2.0 q=-0.0 size=200225500kB time=00:04:26.48 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=15995 fps=2.0 q=-0.0 size=200300636kB time=00:04:26.58 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=15997 fps=2.0 q=-0.0 size=200325682kB time=00:04:26.61 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=16003 fps=2.0 q=-0.0 size=200400818kB time=00:04:26.71 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=16005 fps=2.0 q=-0.0 size=200425864kB time=00:04:26.75 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=16011 fps=2.0 q=-0.0 size=200501000kB time=00:04:26.85 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=16013 fps=2.0 q=-0.0 size=200526045kB time=00:04:26.88 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=16019 fps=2.0 q=-0.0 size=200601181kB time=00:04:26.98 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=16021 fps=2.0 q=-0.0 size=200626227kB time=00:04:27.01 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=16027 fps=2.0 q=-0.0 size=200701363kB time=00:04:27.11 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=16029 fps=2.0 q=-0.0 size=200726408kB time=00:04:27.15 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=16035 fps=2.0 q=-0.0 size=200801545kB time=00:04:27.25 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=16037 fps=2.0 q=-0.0 size=200826590kB time=00:04:27.28 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=16043 fps=2.0 q=-0.0 size=200901726kB time=00:04:27.38 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=16045 fps=2.0 q=-0.0 size=200926772kB time=00:04:27.41 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=16051 fps=2.0 q=-0.0 size=201001908kB time=00:04:27.51 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=16053 fps=2.0 q=-0.0 size=201026953kB time=00:04:27.55 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=16059 fps=2.0 q=-0.0 size=201102089kB time=00:04:27.65 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=16061 fps=2.0 q=-0.0 size=201127135kB time=00:04:27.68 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x
frame=16067 fps=2.0 q=-0.0 size=201202271kB time=00:04:27.78 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=16069 fps=2.0 q=-0.0 size=201227317kB time=00:04:27.81 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x
frame=16075 fps=2.0 q=-0.0 size=201302453kB time=00:04:27.91 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0328x
frame=16077 fps=2.0 q=-0.0 size=201327498kB time=00:04:27.95 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x
frame=16084 fps=2.0 q=-0.0 size=201415157kB time=00:04:28.06 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x
frame=16085 fps=2.0 q=-0.0 size=201427680kB time=00:04:28.08 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x
frame=16091 fps=2.0 q=-0.0 size=201502816kB time=00:04:28.18 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x
frame=16093 fps=2.0 q=-0.0 size=201527861kB time=00:04:28.21 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x
frame=16099 fps=2.0 q=-0.0 size=201602998kB time=00:04:28.31 bitrate=6155159.0kbits/s dup=17 drop=0 speed=0.0327x

============ System Information ============
backend: nvidia
encoding: cp1252
git_branch: master
git_commits: 216ef38 alignments tool - batch jobs to run in process
gpu_cuda: No global version found. Check Conda packages for Conda Cuda
gpu_cudnn: No global version found. Check Conda packages for Conda cuDNN
gpu_devices: GPU_0: NVIDIA GeForce GT 1030
gpu_devices_active: GPU_0
gpu_driver: 471.41
gpu_vram: GPU_0: 2048MB (1791MB free)
os_machine: AMD64
os_platform: Windows-10-10.0.19044-SP0
os_release: 10
py_command: C:\Users\morph\faceswap\faceswap.py extract -i C:/Users/morph/OneDrive/Desktop/faceswp/Input/Screen Recording 2023-03-30 at 9.58.13 PM.mov -o C:/Users/morph/OneDrive/Desktop/faceswp/output files -D mtcnn -A fan -nm none -rf 0 -min 0 -l 0.6 -sz 512 -een 1 -si 0 -L INFO -gui
py_conda_version: conda 23.3.1
py_implementation: CPython
py_version: 3.9.16
py_virtual_env: True
sys_cores: 4
sys_processor: Intel64 Family 6 Model 42 Stepping 7, GenuineIntel
sys_ram: Total: 8148MB, Available: 936MB, Used: 7212MB, Free: 936MB

=============== Pip Packages ===============
absl-py @ file:///C:/b/abs_5babsu7y5x/croot/absl-py_1666362945682/work
astunparse==1.6.3
cachetools==5.3.0
certifi==2022.12.7
charset-normalizer==3.1.0
cloudpickle @ file:///tmp/build/80754af9/cloudpickle_1632508026186/work
colorama @ file:///C:/b/abs_a9ozq0l032/croot/colorama_1672387194846/work
cycler @ file:///tmp/build/80754af9/cycler_1637851556182/work
decorator @ file:///opt/conda/conda-bld/decorator_1643638310831/work
dm-tree @ file:///C:/b/abs_10z0iy5knj/croot/dm-tree_1671027465819/work
fastcluster @ file:///D:/bld/fastcluster_1649783471014/work
ffmpy==0.3.0
flatbuffers==23.3.3
flit_core @ file:///C:/b/abs_eayrusf37u/croot/flit-core_1679397110577/work/source/flit_core
fonttools==4.25.0
gast==0.4.0
google-auth==2.17.1
google-auth-oauthlib==0.4.6
google-pasta==0.2.0
grpcio==1.53.0
h5py==3.8.0
idna==3.4
imageio @ file:///C:/b/abs_27kq2gy1us/croot/imageio_1677879918708/work
imageio-ffmpeg @ file:///home/conda/feedstock_root/build_artifacts/imageio-ffmpeg_1673483481485/work
importlib-metadata==6.1.0
joblib @ file:///home/conda/feedstock_root/build_artifacts/joblib_1663332044897/work
keras==2.10.0
Keras-Preprocessing==1.1.2
kiwisolver @ file:///C:/b/abs_88mdhvtahm/croot/kiwisolver_1672387921783/work
libclang==16.0.0
Markdown==3.4.3
MarkupSafe==2.1.2
matplotlib @ file:///C:/b/abs_ae02atcfur/croot/matplotlib-suite_1667356722968/work
mkl-fft==1.3.1
mkl-random @ file:///C:/ci/mkl_random_1626186184308/work
mkl-service==2.4.0
munkres==1.1.4
numexpr @ file:///C:/b/abs_a7kbak88hk/croot/numexpr_1668713882979/work
numpy @ file:///C:/b/abs_datssh7cer/croot/numpy_and_numpy_base_1672336199388/work
nvidia-ml-py==11.525.84
oauthlib==3.2.2
opencv-python==4.7.0.72
opt-einsum==3.3.0
packaging @ file:///C:/b/abs_ed_kb9w6g4/croot/packaging_1678965418855/work
Pillow==9.4.0
ply==3.11
protobuf==3.19.6
psutil @ file:///C:/Windows/Temp/abs_b2c2fd7f-9fd5-4756-95ea-8aed74d0039flsd9qufz/croots/recipe/psutil_1656431277748/work
pyasn1==0.4.8
pyasn1-modules==0.2.8
pyparsing @ file:///C:/Users/BUILDE~1/AppData/Local/Temp/abs_7f_7lba6rl/croots/recipe/pyparsing_1661452540662/work
PyQt5==5.15.7
PyQt5-sip @ file:///C:/Windows/Temp/abs_d7gmd2jg8i/croots/recipe/pyqt-split_1659273064801/work/pyqt_sip
python-dateutil @ file:///tmp/build/80754af9/python-dateutil_1626374649649/work
pywin32==305.1
pywinpty @ file:///C:/ci_310/pywinpty_1644230983541/work/target/wheels/pywinpty-2.0.2-cp39-none-win_amd64.whl
requests==2.28.2
requests-oauthlib==1.3.1
rsa==4.9
scikit-learn @ file:///C:/b/abs_a0emltxu06/croot/scikit-learn_1680198772090/work
scipy==1.9.3
sip @ file:///C:/Windows/Temp/abs_b8fxd17m2u/croots/recipe/sip_1659012372737/work
six @ file:///tmp/build/80754af9/six_1644875935023/work
tensorboard==2.10.1
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.1
tensorflow-estimator==2.10.0
tensorflow-gpu==2.10.1
tensorflow-io-gcs-filesystem==0.31.0
tensorflow-probability @ file:///tmp/build/80754af9/tensorflow-probability_1633017132682/work
termcolor==2.2.0
threadpoolctl @ file:///home/conda/feedstock_root/build_artifacts/threadpoolctl_1643647933166/work
toml @ file:///tmp/build/80754af9/toml_1616166611790/work
tornado @ file:///C:/ci/tornado_1662458743919/work
tqdm @ file:///C:/b/abs_f76j9hg7pv/croot/tqdm_1679561871187/work
typing_extensions @ file:///C:/b/abs_89eui86zuq/croot/typing_extensions_1669923792806/work
urllib3==1.26.15
Werkzeug==2.2.3
wincertstore==0.2
wrapt==1.15.0
zipp==3.15.0

============== Conda Packages ==============
# packages in environment at C:\Users\morph\MiniConda3\envs\faceswap:
#
# Name Version Build Channel
absl-py 1.3.0 py39haa95532_0
astunparse 1.6.3 pypi_0 pypi
blas 1.0 mkl
brotli 1.0.9 h2bbff1b_7
brotli-bin 1.0.9 h2bbff1b_7
ca-certificates 2022.12.7 h5b45459_0 conda-forge
cachetools 5.3.0 pypi_0 pypi
certifi 2022.12.7 pyhd8ed1ab_0 conda-forge
charset-normalizer 3.1.0 pypi_0 pypi
cloudpickle 2.0.0 pyhd3eb1b0_0
colorama 0.4.6 py39haa95532_0
cudatoolkit 11.2.2 h933977f_10 conda-forge
cudnn 8.1.0.77 h3e0f4f4_0 conda-forge
cycler 0.11.0 pyhd3eb1b0_0
decorator 5.1.1 pyhd3eb1b0_0
dm-tree 0.1.7 py39hd77b12b_1
fastcluster 1.2.6 py39h2e25243_1 conda-forge
ffmpeg 4.3.1 ha925a31_0 conda-forge
ffmpy 0.3.0 pypi_0 pypi
flatbuffers 23.3.3 pypi_0 pypi
flit-core 3.8.0 py39haa95532_0
fonttools 4.25.0 pyhd3eb1b0_0
freetype 2.12.1 ha860e81_0
gast 0.4.0 pypi_0 pypi
giflib 5.2.1 h8cc25b3_3
git 2.34.1 haa95532_0
glib 2.69.1 h5dc1a3c_2
google-auth 2.17.1 pypi_0 pypi
google-auth-oauthlib 0.4.6 pypi_0 pypi
google-pasta 0.2.0 pypi_0 pypi
grpcio 1.53.0 pypi_0 pypi
gst-plugins-base 1.18.5 h9e645db_0
gstreamer 1.18.5 hd78058f_0
h5py 3.8.0 pypi_0 pypi
icc_rt 2022.1.0 h6049295_2
icu 58.2 ha925a31_3
idna 3.4 pypi_0 pypi
imageio 2.26.0 py39haa95532_0
imageio-ffmpeg 0.4.8 pyhd8ed1ab_0 conda-forge
importlib-metadata 6.1.0 pypi_0 pypi
intel-openmp 2021.4.0 haa95532_3556
joblib 1.2.0 pyhd8ed1ab_0 conda-forge
jpeg 9e h2bbff1b_1
keras 2.10.0 pypi_0 pypi
keras-preprocessing 1.1.2 pypi_0 pypi
kiwisolver 1.4.4 py39hd77b12b_0
lerc 3.0 hd77b12b_0
libbrotlicommon 1.0.9 h2bbff1b_7
libbrotlidec 1.0.9 h2bbff1b_7
libbrotlienc 1.0.9 h2bbff1b_7
libclang 16.0.0 pypi_0 pypi
libdeflate 1.17 h2bbff1b_0
libffi 3.4.2 hd77b12b_6
libiconv 1.16 h2bbff1b_2
libogg 1.3.5 h2bbff1b_1
libpng 1.6.39 h8cc25b3_0
libtiff 4.5.0 h6c2663c_2
libvorbis 1.3.7 he774522_0
libwebp 1.2.4 hbc33d0d_1
libwebp-base 1.2.4 h2bbff1b_1
libxml2 2.9.14 h0ad7f3c_0
libxslt 1.1.35 h2bbff1b_0
lz4-c 1.9.4 h2bbff1b_0
markdown 3.4.3 pypi_0 pypi
markupsafe 2.1.2 pypi_0 pypi
matplotlib 3.5.3 py39haa95532_0
matplotlib-base 3.5.3 py39hd77b12b_0
mkl 2021.4.0 haa95532_640
mkl-service 2.4.0 py39h2bbff1b_0
mkl_fft 1.3.1 py39h277e83a_0
mkl_random 1.2.2 py39hf11a4ad_0
munkres 1.1.4 py_0
numexpr 2.8.4 py39h5b0cc5e_0
numpy 1.23.5 py39h3b20f71_0
numpy-base 1.23.5 py39h4da318b_0
nvidia-ml-py 11.525.84 pypi_0 pypi
oauthlib 3.2.2 pypi_0 pypi
opencv-python 4.7.0.72 pypi_0 pypi
openssl 1.1.1t h2bbff1b_0
opt-einsum 3.3.0 pypi_0 pypi
packaging 23.0 py39haa95532_0
pcre 8.45 hd77b12b_0
pillow 9.4.0 py39hd77b12b_0
pip 23.0.1 py39haa95532_0
ply 3.11 py39haa95532_0
protobuf 3.19.6 pypi_0 pypi
psutil 5.9.0 py39h2bbff1b_0
pyasn1 0.4.8 pypi_0 pypi
pyasn1-modules 0.2.8 pypi_0 pypi
pyparsing 3.0.9 py39haa95532_0
pyqt 5.15.7 py39hd77b12b_0
pyqt5-sip 12.11.0 py39hd77b12b_0
python 3.9.16 h6244533_2
python-dateutil 2.8.2 pyhd3eb1b0_0
python_abi 3.9 2_cp39 conda-forge
pywin32 305 py39h2bbff1b_0
pywinpty 2.0.2 py39h5da7b33_0
qt-main 5.15.2 he8e5bd7_7
qt-webengine 5.15.9 hb9a9bb5_5
qtwebkit 5.212 h3ad3cdb_4
requests 2.28.2 pypi_0 pypi
requests-oauthlib 1.3.1 pypi_0 pypi
rsa 4.9 pypi_0 pypi
scikit-learn 1.2.2 py39hd77b12b_0
scipy 1.9.3 py39h321e85e_1
setuptools 65.6.3 py39haa95532_0
sip 6.6.2 py39hd77b12b_0
six 1.16.0 pyhd3eb1b0_1
sqlite 3.41.1 h2bbff1b_0
tensorboard 2.10.1 pypi_0 pypi
tensorboard-data-server 0.6.1 pypi_0 pypi
tensorboard-plugin-wit 1.8.1 pypi_0 pypi
tensorflow-estimator 2.10.0 pypi_0 pypi
tensorflow-gpu 2.10.1 pypi_0 pypi
tensorflow-io-gcs-filesystem 0.31.0 pypi_0 pypi
tensorflow-probability 0.14.0 pyhd3eb1b0_0
termcolor 2.2.0 pypi_0 pypi
threadpoolctl 3.1.0 pyh8a188c0_0 conda-forge
tk 8.6.12 h2bbff1b_0
toml 0.10.2 pyhd3eb1b0_0
tornado 6.2 py39h2bbff1b_0
tqdm 4.65.0 py39hd4e2768_0
typing-extensions 4.4.0 py39haa95532_0
typing_extensions 4.4.0 py39haa95532_0
tzdata 2022g h04d1e81_0
urllib3 1.26.15 pypi_0 pypi
vc 14.2 h21ff451_1
vs2015_runtime 14.27.29016 h5e58377_2
werkzeug 2.2.3 pypi_0 pypi
wheel 0.38.4 py39haa95532_0
wincertstore 0.2 py39haa95532_2
winpty 0.4.3 4
wrapt 1.15.0 pypi_0 pypi
xz 5.2.10 h8cc25b3_1
zipp 3.15.0 pypi_0 pypi
zlib 1.2.13 h8cc25b3_0
zstd 1.5.4 hd43e919_0

================= Configs ==================
--------- .faceswap ---------
backend: nvidia

--------- convert.ini ---------

[color.color_transfer]
clip: True
preserve_paper: True

[color.manual_balance]
colorspace: HSV
balance_1: 0.0
balance_2: 0.0
balance_3: 0.0
contrast: 0.0
brightness: 0.0

[color.match_hist]
threshold: 99.0

[mask.mask_blend]
type: normalized
kernel_size: 3
passes: 4
threshold: 4
erosion: 0.0
erosion_top: 0.0
erosion_bottom: 0.0
erosion_left: 0.0
erosion_right: 0.0

[scaling.sharpen]
method: none
amount: 150
radius: 0.3
threshold: 5.0

[writer.ffmpeg]
container: mp4
codec: libx264
crf: 23
preset: medium
tune: none
profile: auto
level: auto
skip_mux: False

[writer.gif]
fps: 25
loop: 0
palettesize: 256
subrectangles: False

[writer.opencv]
format: png
draw_transparent: False
separate_mask: False
jpg_quality: 75
png_compress_level: 3

[writer.pillow]
format: png
draw_transparent: False
separate_mask: False
optimize: False
gif_interlace: True
jpg_quality: 75
png_compress_level: 3
tif_compression: tiff_deflate

--------- extract.ini ---------

[global]
allow_growth: False
aligner_min_scale: 0.07
aligner_max_scale: 2.0
aligner_distance: 22.5
aligner_roll: 45.0
aligner_features: True
filter_refeed: True
save_filtered: False
realign_refeeds: True
filter_realign: True

[align.fan]
batch-size: 12

[detect.cv2_dnn]
confidence: 50

[detect.mtcnn]
minsize: 20
scalefactor: 0.709
batch-size: 8
cpu: True
threshold_1: 0.6
threshold_2: 0.7
threshold_3: 0.7

[detect.s3fd]
confidence: 70
batch-size: 4

[mask.bisenet_fp]
batch-size: 8
cpu: False
weights: faceswap
include_ears: False
include_hair: False
include_glasses: True

[mask.custom]
batch-size: 8
centering: face
fill: False

[mask.unet_dfl]
batch-size: 8

[mask.vgg_clear]
batch-size: 6

[mask.vgg_obstructed]
batch-size: 2

[recognition.vgg_face2]
batch-size: 16
cpu: False

--------- gui.ini ---------

[global]
fullscreen: False
tab: extract
options_panel_width: 30
console_panel_height: 20
icon_size: 14
font: default
font_size: 9
autosave_last_session: prompt
timeout: 120
auto_load_model_stats: True

--------- train.ini ---------

[global]
centering: face
coverage: 87.5
icnr_init: False
conv_aware_init: False
optimizer: adam
learning_rate: 5e-05
epsilon_exponent: -7
autoclip: False
reflect_padding: False
allow_growth: False
mixed_precision: False
nan_protection: True
convert_batchsize: 16

[global.loss]
loss_function: ssim
loss_function_2: mse
loss_weight_2: 100
loss_function_3: none
loss_weight_3: 0
loss_function_4: none
loss_weight_4: 0
mask_loss_function: mse
eye_multiplier: 3
mouth_multiplier: 2
penalized_mask_loss: True
mask_type: extended
mask_blur_kernel: 3
mask_threshold: 4
learn_mask: False

[model.dfaker]
output_size: 128

[model.dfl_h128]
lowmem: False

[model.dfl_sae]
input_size: 128
architecture: df
autoencoder_dims: 0
encoder_dims: 42
decoder_dims: 21
multiscale_decoder: False

[model.dlight]
features: best
details: good
output_size: 256

[model.original]
lowmem: False

[model.phaze_a]
output_size: 128
shared_fc: none
enable_gblock: True
split_fc: True
split_gblock: False
split_decoders: False
enc_architecture: fs_original
enc_scaling: 7
enc_load_weights: True
bottleneck_type: dense
bottleneck_norm: none
bottleneck_size: 1024
bottleneck_in_encoder: True
fc_depth: 1
fc_min_filters: 1024
fc_max_filters: 1024
fc_dimensions: 4
fc_filter_slope: -0.5
fc_dropout: 0.0
fc_upsampler: upsample2d
fc_upsamples: 1
fc_upsample_filters: 512
fc_gblock_depth: 3
fc_gblock_min_nodes: 512
fc_gblock_max_nodes: 512
fc_gblock_filter_slope: -0.5
fc_gblock_dropout: 0.0
dec_upscale_method: subpixel
dec_upscales_in_fc: 0
dec_norm: none
dec_min_filters: 64
dec_max_filters: 512
dec_slope_mode: full
dec_filter_slope: -0.45
dec_res_blocks: 1
dec_output_kernel: 5
dec_gaussian: True
dec_skip_last_residual: True
freeze_layers: keras_encoder
load_layers: encoder
fs_original_depth: 4
fs_original_min_filters: 128
fs_original_max_filters: 1024
fs_original_use_alt: False
mobilenet_width: 1.0
mobilenet_depth: 1
mobilenet_dropout: 0.001
mobilenet_minimalistic: False

[model.realface]
input_size: 64
output_size: 128
dense_nodes: 1536
complexity_encoder: 128
complexity_decoder: 512

[model.unbalanced]
input_size: 128
lowmem: False
nodes: 1024
complexity_encoder: 128
complexity_decoder_a: 384
complexity_decoder_b: 512

[model.villain]
lowmem: False

[trainer.original]
preview_images: 14
mask_opacity: 30
mask_color: #ff0000
zoom_amount: 5
rotation_range: 10
shift_range: 5
flip_chance: 50
color_lightness: 30
color_ab: 8
color_clahe_chance: 50
color_clahe_max_size: 4
```

Last edited by torzdf on Wed Jun 14, 2023 10:50 am, edited 4 times in total.

Tags:
User avatar
torzdf
Posts: 2649
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 128 times
Been thanked: 622 times

Re: Extract runs for a while then crashes

Post by torzdf »

This looks like a memory leak to me. I have heard of some (rare) occasions where this happens, mostly under Windows.

Unfortunately, not being able to recreate it makes it hard to track down, however I have added the 'bug' tag to this in the hope that I can find some commonality.

You can confirm whether it's a memory leak by watching the Performance Monitor for RAM usage in task manager. If the Amount of RAM used keeps going up until it runs out, then it was a memory leak (it would be very useful if you could confirm this/provide a screengrab of resource usage).

In the meantime, and far from ideal, the workaround is to extract from shorter clips.

My word is final

Locked