From d8d62fd04a73baf649a6c7c174bc003149ec21df Mon Sep 17 00:00:00 2001 From: sadnow <87896100+sadnow@users.noreply.github.com> Date: Sat, 25 Sep 2021 03:13:59 -0700 Subject: [PATCH] more audio sync work - not complete --- ...e_RealESRGAN_Upscaling_Interpolation.ipynb | 2692 +---------------- 1 file changed, 18 insertions(+), 2674 deletions(-) diff --git a/TESTING_AnimationKit_Rife_RealESRGAN_Upscaling_Interpolation.ipynb b/TESTING_AnimationKit_Rife_RealESRGAN_Upscaling_Interpolation.ipynb index 85e943b..2bece3c 100644 --- a/TESTING_AnimationKit_Rife_RealESRGAN_Upscaling_Interpolation.ipynb +++ b/TESTING_AnimationKit_Rife_RealESRGAN_Upscaling_Interpolation.ipynb @@ -217,10 +217,8 @@ " def frames2video(sourceframes,fps,outputmp4):\n", " dir_check(sourceframes)\n", " %cd $sourceframes\n", - " #!ffmpeg -r $fps -i '%d_out.png' $outputmp4\n", - " #!ffmpeg -y -f image2 -framerate $fps -pattern_type glob -i '*.png' $outputmp4\n", - " #!ffmpeg -f -framerate $fps -pattern_type glob -i '*.png' -y $outputmp4\n", - " !ffmpeg -framerate $fps -pattern_type glob -i '*.png' -y $outputmp4\n", + " #!ffmpeg -framerate $fps -pattern_type glob -i '*.png' -y $outputmp4\n", + " !ffmpeg -framerate $fps -pattern_type glob -i '*.png' -vcodec hevc_nvenc -y $outputmp4\n", "\n", " def video_runUpscale(esrgan,mpath,scale,input,output):\n", " dir_check(input)\n", @@ -430,11 +428,7 @@ { "cell_type": "code", "metadata": { - "id": "MhMORNgduDyt", - "colab": { - "base_uri": "https://localhost:8080/" - }, - "outputId": "3a3a0e97-8b25-45a6-aaf3-b65b613c6271" + "id": "MhMORNgduDyt" }, "source": [ "#@markdown # AnimationKit AI\n", @@ -443,12 +437,10 @@ "#@markdown ##Input settings\n", "import_mp4_file = True #@param {type:\"boolean\"}\n", "imported_mp4_file='/content/drive/MyDrive/fb_video.mp4' #@param {type:\"string\"}\n", - "keep_mp4_audio = True #@param {type: \"boolean\"}\n", "#@markdown >If you want to process from static images, uncheck `import_mp4_file`\n", "import_frame_folder='/content/drive/MyDrive/VQLIPSE/images_out/birdsflapping' #@param {type:\"string\"}\n", "#@markdown Note: *`import_frame_folder` is for importing individual frames from your projects. Will be ignored if `import_mp4_file` is checked.*\n", "\n", - "#@markdown `keep_mp4_audio` will override `target_length_seconds`\n", "#---------------------------------------------------------------#\n", "#@markdown ---\n", "#@markdown ##Output settings\n", @@ -457,19 +449,22 @@ "target_fps=24#@param {type:\"integer\"}\n", "target_length_seconds=5#@param {type:\"integer\"}\n", "#@markdown ---\n", - "remove_static_frames = False #@param {type:\"boolean\"}\n", "upscale_model_path='/content/Real-ESRGAN/experiments/pretrained_models/RealESRGAN_x4plus.pth' #@param ['/content/Real-ESRGAN/experiments/pretrained_models/RealESRGAN_x4plus_anime_6B.pth','/content/Real-ESRGAN/experiments/pretrained_models/RealESRGAN_x4plus.pth','/content/Real-ESRGAN/experiments/pretrained_models/RealESRGAN_x2plus.pth'] {type:\"string\"}\n", - "constant_quality=28#@param {type:\"slider\", min:20, max:50, step:1}\n", + "constant_quality=23#@param {type:\"slider\", min:20, max:50, step:1}\n", "face_enhance_gfpgan=True #@param{type:\"boolean\"}\n", + "skip_static_frames = False #@param {type:\"boolean\"}\n", + "keep_mp4_audio = True #@param {type: \"boolean\"}\n", "#@markdown Default `constant_quality` is `27`, which scrunched a 500mb 40 min video into ~200mb. Higher values = lower filesize, lower quality\n", "\n", - "#@markdown `remove_static_frames` will skip duplicate frames during RIFE. If you your video seems choppy, try playing with this setting and/or `target_scale_RIFE` below.\n", + "#@markdown `keep_mp4_audio` will override `target_length_seconds`\n", + "\n", + "#@markdown `skip_static_frames` will skip duplicate frames during RIFE. If you your video seems choppy, try playing with this setting and/or `target_scale_RIFE` below.\n", "#---------------------------------------------------------------#\n", "#@markdown ---\n", "#@markdown ##Speed Optimization\n", "#input_path='/content/drive/MyDrive/pytti_test/videos/zelda4.mp4' #@param {type:\"string\"}\n", "target_scale_RIFE='1.0'#@param ['0.25','0.5','1.0','2.0','4.0']{type:\"string\"}\n", - "half_precision_realesrgan=True #@param{type:\"boolean\"}\n", + "half_precision_realesrgan=False #@param{type:\"boolean\"}\n", "#length_multiplier=3#@param {type:\"integer\"}\n", "#@markdown *These options can speed up processing at the costs of quality.*\n", "#@markdown If you're seeing weird warping in your outputs, try increasing `target_scale_RIFE`.\n", @@ -553,7 +548,7 @@ "if face_enhance_gfpgan: \n", " upscale_value = upscale_value + \" --face_enhance\"\n", "\n", - "if remove_static_frames:\n", + "if skip_static_frames:\n", " target_scale_RIFE = target_scale_RIFE + ' --skip'\n", "\n", "\n", @@ -635,7 +630,7 @@ "if import_mp4_file:\n", " if keep_mp4_audio:\n", " print(\"NOTICE: You have 'match_source_length' checked, meaning 'target_length seconds' and 'skip_static_frames' will be ignored.\")\n", - " remove_static_frames = False\n", + " skip_static_frames = False\n", " exp_value = anKit.exp_calc(measured_duration,measured_duration)\n", "else:\n", " exp_value = anKit.exp_calc(measured_duration,target_length_seconds)\n", @@ -652,7 +647,10 @@ " print(\"NOTE: Skipping RIFE motion smoothing...\")\n", "else:\n", " next_path = prior_path + '_smooth.mp4'\n", - " anKit.RIFE_video(target_fps,exp_value,prior_path,target_scale_RIFE,next_path)\n", + " if keep_mp4_audio:\n", + " !python3 /content/Practical-RIFE/inference_video.py --video=$prior_path --scale $target_scale_RIFE --output=$next_path\n", + " else:\n", + " anKit.RIFE_video(target_fps,exp_value,prior_path,target_scale_RIFE,next_path)\n", "\n", "#target_output_fullpath_upscaled_smooth = target_output_fullpath_upscaled + '_smooth.mp4'\n", "\n", @@ -676,7 +674,7 @@ " !ffmpeg -y -i $imported_mp4_file -vn -acodec copy /content/original-audio.aac\n", " #-map 0:v -map 1:a -c:v copy -shortest\n", " #!ffmpeg -y -i $next_path $visual_effects -i original-audio.aac -c:v hevc_nvenc -map 0:v -map 1:a -c:v copy -shortest -rc vbr -cq $constant_quality -qmin $constant_quality -qmax $constant_quality -b:v 0 $target_output_fullpath\n", - " !ffmpeg -y -i $next_path -i 'original-audio.aac' $visual_effects -c:v hevc_nvenc -rc vbr -cq $constant_quality -qmin $constant_quality -qmax $constant_quality -b:v 0 $target_output_fullpath\n", + " !ffmpeg -y -i $next_path -i 'original-audio.aac' -r $target_fps $visual_effects -c:v hevc_nvenc -rc vbr -cq $constant_quality -qmin $constant_quality -qmax $constant_quality -b:v 0 $target_output_fullpath\n", "else:\n", " !ffmpeg -y -i $next_path $visual_effects -c:v hevc_nvenc -rc vbr -cq $constant_quality -qmin $constant_quality -qmax $constant_quality -b:v 0 $target_output_fullpath\n", "print(\"End of h265 compression phase.\")\n", @@ -684,2661 +682,7 @@ "print(\"Finished! Your final file is saved as\",target_output_fullpath)" ], "execution_count": null, - "outputs": [ - { - "output_type": "stream", - "name": "stdout", - "text": [ - "/content\n", - "------------------------------------\n", - "Beginning Real-ESRGAN Upscaling phase...\n", - "ffmpeg version 3.4.8-0ubuntu0.2 Copyright (c) 2000-2020 the FFmpeg developers\n", - " built with gcc 7 (Ubuntu 7.5.0-3ubuntu1~18.04)\n", - " configuration: --prefix=/usr --extra-version=0ubuntu0.2 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-librsvg --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared\n", - " libavutil 55. 78.100 / 55. 78.100\n", - " libavcodec 57.107.100 / 57.107.100\n", - " libavformat 57. 83.100 / 57. 83.100\n", - " libavdevice 57. 10.100 / 57. 10.100\n", - " libavfilter 6.107.100 / 6.107.100\n", - " libavresample 3. 7. 0 / 3. 7. 0\n", - " libswscale 4. 8.100 / 4. 8.100\n", - " libswresample 2. 9.100 / 2. 9.100\n", - " libpostproc 54. 7.100 / 54. 7.100\n", - "Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/content/drive/MyDrive/fb_video.mp4':\n", - " Metadata:\n", - " major_brand : isom\n", - " minor_version : 512\n", - " compatible_brands: isomiso2avc1mp41\n", - " encoder : Lavf55.19.104\n", - " Duration: 00:00:41.89, start: 0.000000, bitrate: 335 kb/s\n", - " Stream #0:0(und): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p, 400x224, 252 kb/s, 29.98 fps, 29.98 tbr, 11992 tbn, 59.96 tbc (default)\n", - " Metadata:\n", - " handler_name : VideoHandler\n", - " Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 76 kb/s (default)\n", - " Metadata:\n", - " handler_name : SoundHandler\n", - "Stream mapping:\n", - " Stream #0:0 -> #0:0 (h264 (native) -> png (native))\n", - "Press [q] to stop, [?] for help\n", - "Output #0, image2, to '/content/frames_storage/init_frame_storage/frame%05d.png':\n", - " Metadata:\n", - " major_brand : isom\n", - " minor_version : 512\n", - " compatible_brands: isomiso2avc1mp41\n", - " encoder : Lavf57.83.100\n", - " Stream #0:0(und): Video: png, rgb24, 400x224, q=2-31, 200 kb/s, 1 fps, 1 tbn, 1 tbc (default)\n", - " Metadata:\n", - " handler_name : VideoHandler\n", - " encoder : Lavc57.107.100 png\n", - "frame= 1255 fps=115 q=-0.0 Lsize=N/A time=00:20:55.00 bitrate=N/A speed= 115x \n", - "video:199233kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown\n", - "/content/frames_storage/init_frame_storage\n", - "Copying frames to /content/frames_storage/init_frame_storage for processing...\n", - "cp: './frame00053.png' and '/content/frames_storage/init_frame_storage/frame00053.png' are the same file\n", - "cp: './frame00951.png' and '/content/frames_storage/init_frame_storage/frame00951.png' are the same file\n", - "cp: './frame00137.png' and '/content/frames_storage/init_frame_storage/frame00137.png' are the same file\n", - "cp: './frame01237.png' and '/content/frames_storage/init_frame_storage/frame01237.png' are the same file\n", - "cp: './frame00414.png' and '/content/frames_storage/init_frame_storage/frame00414.png' are the same file\n", - "cp: './frame00727.png' and '/content/frames_storage/init_frame_storage/frame00727.png' are the same file\n", - "cp: './frame00251.png' and '/content/frames_storage/init_frame_storage/frame00251.png' are the same file\n", - "cp: './frame00711.png' and '/content/frames_storage/init_frame_storage/frame00711.png' are the same file\n", - "cp: './frame01118.png' and '/content/frames_storage/init_frame_storage/frame01118.png' are the same file\n", - "cp: './frame00238.png' and '/content/frames_storage/init_frame_storage/frame00238.png' are the same file\n", - "cp: './frame00747.png' and '/content/frames_storage/init_frame_storage/frame00747.png' are the same file\n", - "cp: './frame01027.png' and '/content/frames_storage/init_frame_storage/frame01027.png' are the same file\n", - "cp: './frame00050.png' and '/content/frames_storage/init_frame_storage/frame00050.png' are the same file\n", - "cp: './frame01182.png' and '/content/frames_storage/init_frame_storage/frame01182.png' are the same file\n", - "cp: './frame00997.png' and '/content/frames_storage/init_frame_storage/frame00997.png' are the same file\n", - "cp: './frame00027.png' and '/content/frames_storage/init_frame_storage/frame00027.png' are the same file\n", - "cp: './frame00717.png' and '/content/frames_storage/init_frame_storage/frame00717.png' are the same file\n", - "cp: './frame00370.png' and '/content/frames_storage/init_frame_storage/frame00370.png' are the same file\n", - "cp: './frame01008.png' and '/content/frames_storage/init_frame_storage/frame01008.png' are the same file\n", - "cp: './frame00375.png' and '/content/frames_storage/init_frame_storage/frame00375.png' are the same file\n", - "cp: './frame00022.png' and '/content/frames_storage/init_frame_storage/frame00022.png' are the same file\n", - "cp: './frame00973.png' and '/content/frames_storage/init_frame_storage/frame00973.png' are the same file\n", - "cp: './frame00175.png' and '/content/frames_storage/init_frame_storage/frame00175.png' are the same file\n", - "cp: './frame00182.png' and '/content/frames_storage/init_frame_storage/frame00182.png' are the same file\n", - "cp: './frame00692.png' and '/content/frames_storage/init_frame_storage/frame00692.png' are the same file\n", - "cp: './frame01035.png' and '/content/frames_storage/init_frame_storage/frame01035.png' are the same file\n", - "cp: './frame00976.png' and '/content/frames_storage/init_frame_storage/frame00976.png' are the same file\n", - "cp: './frame01250.png' and '/content/frames_storage/init_frame_storage/frame01250.png' are the same file\n", - "cp: './frame00089.png' and '/content/frames_storage/init_frame_storage/frame00089.png' are the same file\n", - "cp: './frame00634.png' and '/content/frames_storage/init_frame_storage/frame00634.png' are the same file\n", - "cp: './frame00227.png' and '/content/frames_storage/init_frame_storage/frame00227.png' are the same file\n", - "cp: './frame00305.png' and '/content/frames_storage/init_frame_storage/frame00305.png' are the same file\n", - "cp: './frame00746.png' and '/content/frames_storage/init_frame_storage/frame00746.png' are the same file\n", - "cp: './frame00846.png' and '/content/frames_storage/init_frame_storage/frame00846.png' are the same file\n", - "cp: './frame00189.png' and '/content/frames_storage/init_frame_storage/frame00189.png' are the same file\n", - "cp: './frame00978.png' and '/content/frames_storage/init_frame_storage/frame00978.png' are the same file\n", - "cp: './frame00001.png' and '/content/frames_storage/init_frame_storage/frame00001.png' are the same file\n", - "cp: './frame01205.png' and '/content/frames_storage/init_frame_storage/frame01205.png' are the same file\n", - "cp: './frame00016.png' and '/content/frames_storage/init_frame_storage/frame00016.png' are the same file\n", - "cp: './frame00788.png' and '/content/frames_storage/init_frame_storage/frame00788.png' are the same file\n", - "cp: './frame00606.png' and '/content/frames_storage/init_frame_storage/frame00606.png' are the same file\n", - "cp: './frame00627.png' and '/content/frames_storage/init_frame_storage/frame00627.png' are the same file\n", - "cp: './frame00202.png' and '/content/frames_storage/init_frame_storage/frame00202.png' are the same file\n", - "cp: './frame00579.png' and '/content/frames_storage/init_frame_storage/frame00579.png' are the same file\n", - "cp: './frame00615.png' and '/content/frames_storage/init_frame_storage/frame00615.png' are the same file\n", - "cp: './frame00923.png' and '/content/frames_storage/init_frame_storage/frame00923.png' are the same file\n", - "cp: './frame00141.png' and '/content/frames_storage/init_frame_storage/frame00141.png' are the same file\n", - "cp: './frame00647.png' and '/content/frames_storage/init_frame_storage/frame00647.png' are the same file\n", - "cp: './frame01092.png' and '/content/frames_storage/init_frame_storage/frame01092.png' are the same file\n", - "cp: './frame00988.png' and '/content/frames_storage/init_frame_storage/frame00988.png' are the same file\n", - "cp: './frame00417.png' and '/content/frames_storage/init_frame_storage/frame00417.png' are the same file\n", - "cp: './frame00489.png' and '/content/frames_storage/init_frame_storage/frame00489.png' are the same file\n", - "cp: './frame00930.png' and '/content/frames_storage/init_frame_storage/frame00930.png' are the same file\n", - "cp: './frame01236.png' and '/content/frames_storage/init_frame_storage/frame01236.png' are the same file\n", - "cp: './frame01075.png' and '/content/frames_storage/init_frame_storage/frame01075.png' are the same file\n", - "cp: './frame00243.png' and '/content/frames_storage/init_frame_storage/frame00243.png' are the same file\n", - "cp: './frame01130.png' and '/content/frames_storage/init_frame_storage/frame01130.png' are the same file\n", - "cp: './frame00220.png' and '/content/frames_storage/init_frame_storage/frame00220.png' are the same file\n", - "cp: './frame00005.png' and '/content/frames_storage/init_frame_storage/frame00005.png' are the same file\n", - "cp: './frame01168.png' and '/content/frames_storage/init_frame_storage/frame01168.png' are the same file\n", - "cp: './frame00486.png' and '/content/frames_storage/init_frame_storage/frame00486.png' are the same file\n", - "cp: './frame00079.png' and '/content/frames_storage/init_frame_storage/frame00079.png' are the same file\n", - "cp: './frame00015.png' and '/content/frames_storage/init_frame_storage/frame00015.png' are the same file\n", - "cp: './frame00949.png' and '/content/frames_storage/init_frame_storage/frame00949.png' are the same file\n", - "cp: './frame00441.png' and '/content/frames_storage/init_frame_storage/frame00441.png' are the same file\n", - "cp: './frame00197.png' and '/content/frames_storage/init_frame_storage/frame00197.png' are the same file\n", - "cp: './frame00679.png' and '/content/frames_storage/init_frame_storage/frame00679.png' are the same file\n", - "cp: './frame00411.png' and '/content/frames_storage/init_frame_storage/frame00411.png' are the same file\n", - "cp: './frame00543.png' and '/content/frames_storage/init_frame_storage/frame00543.png' are the same file\n", - "cp: './frame01248.png' and '/content/frames_storage/init_frame_storage/frame01248.png' are the same file\n", - "cp: './frame00765.png' and '/content/frames_storage/init_frame_storage/frame00765.png' are the same file\n", - "cp: './frame00739.png' and '/content/frames_storage/init_frame_storage/frame00739.png' are the same file\n", - "cp: './frame00772.png' and '/content/frames_storage/init_frame_storage/frame00772.png' are the same file\n", - "cp: './frame00482.png' and '/content/frames_storage/init_frame_storage/frame00482.png' are the same file\n", - "cp: './frame01105.png' and '/content/frames_storage/init_frame_storage/frame01105.png' are the same file\n", - "cp: './frame00761.png' and '/content/frames_storage/init_frame_storage/frame00761.png' are the same file\n", - "cp: './frame00391.png' and '/content/frames_storage/init_frame_storage/frame00391.png' are the same file\n", - "cp: './frame01042.png' and '/content/frames_storage/init_frame_storage/frame01042.png' are the same file\n", - "cp: './frame00668.png' and '/content/frames_storage/init_frame_storage/frame00668.png' are the same file\n", - "cp: './frame00535.png' and '/content/frames_storage/init_frame_storage/frame00535.png' are the same file\n", - "cp: './frame01157.png' and '/content/frames_storage/init_frame_storage/frame01157.png' are the same file\n", - "cp: './frame01244.png' and '/content/frames_storage/init_frame_storage/frame01244.png' are the same file\n", - "cp: './frame01185.png' and '/content/frames_storage/init_frame_storage/frame01185.png' are the same file\n", - "cp: './frame00431.png' and '/content/frames_storage/init_frame_storage/frame00431.png' are the same file\n", - "cp: './frame00030.png' and '/content/frames_storage/init_frame_storage/frame00030.png' are the same file\n", - "cp: './frame01214.png' and '/content/frames_storage/init_frame_storage/frame01214.png' are the same file\n", - "cp: './frame01054.png' and '/content/frames_storage/init_frame_storage/frame01054.png' are the same file\n", - "cp: './frame00487.png' and '/content/frames_storage/init_frame_storage/frame00487.png' are the same file\n", - "cp: './frame00548.png' and '/content/frames_storage/init_frame_storage/frame00548.png' are the same file\n", - "cp: './frame00285.png' and '/content/frames_storage/init_frame_storage/frame00285.png' are the same file\n", - "cp: './frame00413.png' and '/content/frames_storage/init_frame_storage/frame00413.png' are the same file\n", - "cp: './frame00468.png' and '/content/frames_storage/init_frame_storage/frame00468.png' are the same file\n", - "cp: './frame00172.png' and '/content/frames_storage/init_frame_storage/frame00172.png' are the same file\n", - "cp: './frame01251.png' and '/content/frames_storage/init_frame_storage/frame01251.png' are the same file\n", - "cp: './frame00932.png' and '/content/frames_storage/init_frame_storage/frame00932.png' are the same file\n", - "cp: './frame00268.png' and '/content/frames_storage/init_frame_storage/frame00268.png' are the same file\n", - "cp: './frame01133.png' and '/content/frames_storage/init_frame_storage/frame01133.png' are the same file\n", - "cp: './frame00649.png' and '/content/frames_storage/init_frame_storage/frame00649.png' are the same file\n", - "cp: './frame00891.png' and '/content/frames_storage/init_frame_storage/frame00891.png' are the same file\n", - "cp: './frame00917.png' and '/content/frames_storage/init_frame_storage/frame00917.png' are the same file\n", - "cp: './frame00254.png' and '/content/frames_storage/init_frame_storage/frame00254.png' are the same file\n", - "cp: './frame00274.png' and '/content/frames_storage/init_frame_storage/frame00274.png' are the same file\n", - "cp: './frame00286.png' and '/content/frames_storage/init_frame_storage/frame00286.png' are the same file\n", - "cp: './frame01159.png' and '/content/frames_storage/init_frame_storage/frame01159.png' are the same file\n", - "cp: './frame00580.png' and '/content/frames_storage/init_frame_storage/frame00580.png' are the same file\n", - "cp: './frame00325.png' and '/content/frames_storage/init_frame_storage/frame00325.png' are the same file\n", - "cp: './frame00342.png' and '/content/frames_storage/init_frame_storage/frame00342.png' are the same file\n", - "cp: './frame00261.png' and '/content/frames_storage/init_frame_storage/frame00261.png' are the same file\n", - "cp: './frame00899.png' and '/content/frames_storage/init_frame_storage/frame00899.png' are the same file\n", - "cp: './frame00415.png' and '/content/frames_storage/init_frame_storage/frame00415.png' are the same file\n", - "cp: './frame00804.png' and '/content/frames_storage/init_frame_storage/frame00804.png' are the same file\n", - "cp: './frame00336.png' and '/content/frames_storage/init_frame_storage/frame00336.png' are the same file\n", - "cp: './frame00763.png' and '/content/frames_storage/init_frame_storage/frame00763.png' are the same file\n", - "cp: './frame00533.png' and '/content/frames_storage/init_frame_storage/frame00533.png' are the same file\n", - "cp: './frame00388.png' and '/content/frames_storage/init_frame_storage/frame00388.png' are the same file\n", - "cp: './frame00513.png' and '/content/frames_storage/init_frame_storage/frame00513.png' are the same file\n", - "cp: './frame00269.png' and '/content/frames_storage/init_frame_storage/frame00269.png' are the same file\n", - "cp: './frame00728.png' and '/content/frames_storage/init_frame_storage/frame00728.png' are the same file\n", - "cp: './frame00688.png' and '/content/frames_storage/init_frame_storage/frame00688.png' are the same file\n", - "cp: './frame01073.png' and '/content/frames_storage/init_frame_storage/frame01073.png' are the same file\n", - "cp: './frame00076.png' and '/content/frames_storage/init_frame_storage/frame00076.png' are the same file\n", - "cp: './frame00402.png' and '/content/frames_storage/init_frame_storage/frame00402.png' are the same file\n", - "cp: './frame00450.png' and '/content/frames_storage/init_frame_storage/frame00450.png' are the same file\n", - "cp: './frame01160.png' and '/content/frames_storage/init_frame_storage/frame01160.png' are the same file\n", - "cp: './frame00622.png' and '/content/frames_storage/init_frame_storage/frame00622.png' are the same file\n", - "cp: './frame00854.png' and '/content/frames_storage/init_frame_storage/frame00854.png' are the same file\n", - "cp: './frame01095.png' and '/content/frames_storage/init_frame_storage/frame01095.png' are the same file\n", - "cp: './frame00152.png' and '/content/frames_storage/init_frame_storage/frame00152.png' are the same file\n", - "cp: './frame00029.png' and '/content/frames_storage/init_frame_storage/frame00029.png' are the same file\n", - "cp: './frame01129.png' and '/content/frames_storage/init_frame_storage/frame01129.png' are the same file\n", - "cp: './frame00730.png' and '/content/frames_storage/init_frame_storage/frame00730.png' are the same file\n", - "cp: './frame00927.png' and '/content/frames_storage/init_frame_storage/frame00927.png' are the same file\n", - "cp: './frame00964.png' and '/content/frames_storage/init_frame_storage/frame00964.png' are the same file\n", - "cp: './frame00216.png' and '/content/frames_storage/init_frame_storage/frame00216.png' are the same file\n", - "cp: './frame00092.png' and '/content/frames_storage/init_frame_storage/frame00092.png' are the same file\n", - "cp: './frame00835.png' and '/content/frames_storage/init_frame_storage/frame00835.png' are the same file\n", - "cp: './frame00066.png' and '/content/frames_storage/init_frame_storage/frame00066.png' are the same file\n", - "cp: './frame00038.png' and '/content/frames_storage/init_frame_storage/frame00038.png' are the same file\n", - "cp: './frame00510.png' and '/content/frames_storage/init_frame_storage/frame00510.png' are the same file\n", - "cp: './frame00205.png' and '/content/frames_storage/init_frame_storage/frame00205.png' are the same file\n", - "cp: './frame00735.png' and '/content/frames_storage/init_frame_storage/frame00735.png' are the same file\n", - "cp: './frame00221.png' and '/content/frames_storage/init_frame_storage/frame00221.png' are the same file\n", - "cp: './frame00308.png' and '/content/frames_storage/init_frame_storage/frame00308.png' are the same file\n", - "cp: './frame01178.png' and '/content/frames_storage/init_frame_storage/frame01178.png' are the same file\n", - "cp: './frame00435.png' and '/content/frames_storage/init_frame_storage/frame00435.png' are the same file\n", - "cp: './frame00153.png' and '/content/frames_storage/init_frame_storage/frame00153.png' are the same file\n", - "cp: './frame00374.png' and '/content/frames_storage/init_frame_storage/frame00374.png' are the same file\n", - "cp: './frame00149.png' and '/content/frames_storage/init_frame_storage/frame00149.png' are the same file\n", - "cp: './frame00780.png' and '/content/frames_storage/init_frame_storage/frame00780.png' are the same file\n", - "cp: './frame00874.png' and '/content/frames_storage/init_frame_storage/frame00874.png' are the same file\n", - "cp: './frame00577.png' and '/content/frames_storage/init_frame_storage/frame00577.png' are the same file\n", - "cp: './frame00798.png' and '/content/frames_storage/init_frame_storage/frame00798.png' are the same file\n", - "cp: './frame00479.png' and '/content/frames_storage/init_frame_storage/frame00479.png' are the same file\n", - "cp: './frame00524.png' and '/content/frames_storage/init_frame_storage/frame00524.png' are the same file\n", - "cp: './frame00556.png' and '/content/frames_storage/init_frame_storage/frame00556.png' are the same file\n", - "cp: './frame00774.png' and '/content/frames_storage/init_frame_storage/frame00774.png' are the same file\n", - "cp: './frame01147.png' and '/content/frames_storage/init_frame_storage/frame01147.png' are the same file\n", - "cp: './frame01002.png' and '/content/frames_storage/init_frame_storage/frame01002.png' are the same file\n", - "cp: './frame00990.png' and '/content/frames_storage/init_frame_storage/frame00990.png' are the same file\n", - "cp: './frame00938.png' and '/content/frames_storage/init_frame_storage/frame00938.png' are the same file\n", - "cp: './frame01144.png' and '/content/frames_storage/init_frame_storage/frame01144.png' are the same file\n", - "cp: './frame00597.png' and '/content/frames_storage/init_frame_storage/frame00597.png' are the same file\n", - "cp: './frame00034.png' and '/content/frames_storage/init_frame_storage/frame00034.png' are the same file\n", - "cp: './frame00847.png' and '/content/frames_storage/init_frame_storage/frame00847.png' are the same file\n", - "cp: './frame01069.png' and '/content/frames_storage/init_frame_storage/frame01069.png' are the same file\n", - "cp: './frame01240.png' and '/content/frames_storage/init_frame_storage/frame01240.png' are the same file\n", - "cp: './frame01015.png' and '/content/frames_storage/init_frame_storage/frame01015.png' are the same file\n", - "cp: './frame00628.png' and '/content/frames_storage/init_frame_storage/frame00628.png' are the same file\n", - "cp: './frame01231.png' and '/content/frames_storage/init_frame_storage/frame01231.png' are the same file\n", - "cp: './frame00449.png' and '/content/frames_storage/init_frame_storage/frame00449.png' are the same file\n", - "cp: './frame00283.png' and '/content/frames_storage/init_frame_storage/frame00283.png' are the same file\n", - "cp: './frame00818.png' and '/content/frames_storage/init_frame_storage/frame00818.png' are the same file\n", - "cp: './frame00697.png' and '/content/frames_storage/init_frame_storage/frame00697.png' are the same file\n", - "cp: './frame00126.png' and '/content/frames_storage/init_frame_storage/frame00126.png' are the same file\n", - "cp: './frame00693.png' and '/content/frames_storage/init_frame_storage/frame00693.png' are the same file\n", - "cp: './frame00309.png' and '/content/frames_storage/init_frame_storage/frame00309.png' are the same file\n", - "cp: './frame01007.png' and '/content/frames_storage/init_frame_storage/frame01007.png' are the same file\n", - "cp: './frame00418.png' and '/content/frames_storage/init_frame_storage/frame00418.png' are the same file\n", - "cp: './frame00883.png' and '/content/frames_storage/init_frame_storage/frame00883.png' are the same file\n", - "cp: './frame00588.png' and '/content/frames_storage/init_frame_storage/frame00588.png' are the same file\n", - "cp: './frame00104.png' and '/content/frames_storage/init_frame_storage/frame00104.png' are the same file\n", - "cp: './frame01189.png' and '/content/frames_storage/init_frame_storage/frame01189.png' are the same file\n", - "cp: './frame01057.png' and '/content/frames_storage/init_frame_storage/frame01057.png' are the same file\n", - "cp: './frame00181.png' and '/content/frames_storage/init_frame_storage/frame00181.png' are the same file\n", - "cp: './frame00575.png' and '/content/frames_storage/init_frame_storage/frame00575.png' are the same file\n", - "cp: './frame00704.png' and '/content/frames_storage/init_frame_storage/frame00704.png' are the same file\n", - "cp: './frame01040.png' and '/content/frames_storage/init_frame_storage/frame01040.png' are the same file\n", - "cp: './frame00091.png' and '/content/frames_storage/init_frame_storage/frame00091.png' are the same file\n", - "cp: './frame00184.png' and '/content/frames_storage/init_frame_storage/frame00184.png' are the same file\n", - "cp: './frame00452.png' and '/content/frames_storage/init_frame_storage/frame00452.png' are the same file\n", - "cp: './frame00263.png' and '/content/frames_storage/init_frame_storage/frame00263.png' are the same file\n", - "cp: './frame00667.png' and '/content/frames_storage/init_frame_storage/frame00667.png' are the same file\n", - "cp: './frame01212.png' and '/content/frames_storage/init_frame_storage/frame01212.png' are the same file\n", - "cp: './frame00463.png' and '/content/frames_storage/init_frame_storage/frame00463.png' are the same file\n", - "cp: './frame00183.png' and '/content/frames_storage/init_frame_storage/frame00183.png' are the same file\n", - "cp: './frame00279.png' and '/content/frames_storage/init_frame_storage/frame00279.png' are the same file\n", - "cp: './frame00658.png' and '/content/frames_storage/init_frame_storage/frame00658.png' are the same file\n", - "cp: './frame01018.png' and '/content/frames_storage/init_frame_storage/frame01018.png' are the same file\n", - "cp: './frame00493.png' and '/content/frames_storage/init_frame_storage/frame00493.png' are the same file\n", - "cp: './frame00902.png' and '/content/frames_storage/init_frame_storage/frame00902.png' are the same file\n", - "cp: './frame01211.png' and '/content/frames_storage/init_frame_storage/frame01211.png' are the same file\n", - "cp: './frame00142.png' and '/content/frames_storage/init_frame_storage/frame00142.png' are the same file\n", - "cp: './frame00569.png' and '/content/frames_storage/init_frame_storage/frame00569.png' are the same file\n", - "cp: './frame01225.png' and '/content/frames_storage/init_frame_storage/frame01225.png' are the same file\n", - "cp: './frame00190.png' and '/content/frames_storage/init_frame_storage/frame00190.png' are the same file\n", - "cp: './frame01227.png' and '/content/frames_storage/init_frame_storage/frame01227.png' are the same file\n", - "cp: './frame01197.png' and '/content/frames_storage/init_frame_storage/frame01197.png' are the same file\n", - "cp: './frame00088.png' and '/content/frames_storage/init_frame_storage/frame00088.png' are the same file\n", - "cp: './frame00130.png' and '/content/frames_storage/init_frame_storage/frame00130.png' are the same file\n", - "cp: './frame00749.png' and '/content/frames_storage/init_frame_storage/frame00749.png' are the same file\n", - "cp: './frame00241.png' and '/content/frames_storage/init_frame_storage/frame00241.png' are the same file\n", - "cp: './frame01146.png' and '/content/frames_storage/init_frame_storage/frame01146.png' are the same file\n", - "cp: './frame01014.png' and '/content/frames_storage/init_frame_storage/frame01014.png' are the same file\n", - "cp: './frame01187.png' and '/content/frames_storage/init_frame_storage/frame01187.png' are the same file\n", - "cp: './frame00552.png' and '/content/frames_storage/init_frame_storage/frame00552.png' are the same file\n", - "cp: './frame00520.png' and '/content/frames_storage/init_frame_storage/frame00520.png' are the same file\n", - "cp: './frame01149.png' and '/content/frames_storage/init_frame_storage/frame01149.png' are the same file\n", - "cp: './frame00775.png' and '/content/frames_storage/init_frame_storage/frame00775.png' are the same file\n", - "cp: './frame01252.png' and '/content/frames_storage/init_frame_storage/frame01252.png' are the same file\n", - "cp: './frame00869.png' and '/content/frames_storage/init_frame_storage/frame00869.png' are the same file\n", - "cp: './frame00492.png' and '/content/frames_storage/init_frame_storage/frame00492.png' are the same file\n", - "cp: './frame00945.png' and '/content/frames_storage/init_frame_storage/frame00945.png' are the same file\n", - "cp: './frame00073.png' and '/content/frames_storage/init_frame_storage/frame00073.png' are the same file\n", - "cp: './frame00139.png' and '/content/frames_storage/init_frame_storage/frame00139.png' are the same file\n", - "cp: './frame00420.png' and '/content/frames_storage/init_frame_storage/frame00420.png' are the same file\n", - "cp: './frame01044.png' and '/content/frames_storage/init_frame_storage/frame01044.png' are the same file\n", - "cp: './frame00660.png' and '/content/frames_storage/init_frame_storage/frame00660.png' are the same file\n", - "cp: './frame00094.png' and '/content/frames_storage/init_frame_storage/frame00094.png' are the same file\n", - "cp: './frame01173.png' and '/content/frames_storage/init_frame_storage/frame01173.png' are the same file\n", - "cp: './frame00445.png' and '/content/frames_storage/init_frame_storage/frame00445.png' are the same file\n", - "cp: './frame00905.png' and '/content/frames_storage/init_frame_storage/frame00905.png' are the same file\n", - "cp: './frame00299.png' and '/content/frames_storage/init_frame_storage/frame00299.png' are the same file\n", - "cp: './frame00806.png' and '/content/frames_storage/init_frame_storage/frame00806.png' are the same file\n", - "cp: './frame00515.png' and '/content/frames_storage/init_frame_storage/frame00515.png' are the same file\n", - "cp: './frame00129.png' and '/content/frames_storage/init_frame_storage/frame00129.png' are the same file\n", - "cp: './frame00032.png' and '/content/frames_storage/init_frame_storage/frame00032.png' are the same file\n", - "cp: './frame01228.png' and '/content/frames_storage/init_frame_storage/frame01228.png' are the same file\n", - "cp: './frame00656.png' and '/content/frames_storage/init_frame_storage/frame00656.png' are the same file\n", - "cp: './frame00971.png' and '/content/frames_storage/init_frame_storage/frame00971.png' are the same file\n", - "cp: './frame00801.png' and '/content/frames_storage/init_frame_storage/frame00801.png' are the same file\n", - "cp: './frame00496.png' and '/content/frames_storage/init_frame_storage/frame00496.png' are the same file\n", - "cp: './frame00200.png' and '/content/frames_storage/init_frame_storage/frame00200.png' are the same file\n", - "cp: './frame01191.png' and '/content/frames_storage/init_frame_storage/frame01191.png' are the same file\n", - "cp: './frame00350.png' and '/content/frames_storage/init_frame_storage/frame00350.png' are the same file\n", - "cp: './frame00673.png' and '/content/frames_storage/init_frame_storage/frame00673.png' are the same file\n", - "cp: './frame00878.png' and '/content/frames_storage/init_frame_storage/frame00878.png' are the same file\n", - "cp: './frame00394.png' and '/content/frames_storage/init_frame_storage/frame00394.png' are the same file\n", - "cp: './frame00120.png' and '/content/frames_storage/init_frame_storage/frame00120.png' are the same file\n", - "cp: './frame01142.png' and '/content/frames_storage/init_frame_storage/frame01142.png' are the same file\n", - "cp: './frame00501.png' and '/content/frames_storage/init_frame_storage/frame00501.png' are the same file\n", - "cp: './frame00177.png' and '/content/frames_storage/init_frame_storage/frame00177.png' are the same file\n", - "cp: './frame00442.png' and '/content/frames_storage/init_frame_storage/frame00442.png' are the same file\n", - "cp: './frame00841.png' and '/content/frames_storage/init_frame_storage/frame00841.png' are the same file\n", - "cp: './frame00551.png' and '/content/frames_storage/init_frame_storage/frame00551.png' are the same file\n", - "cp: './frame00653.png' and '/content/frames_storage/init_frame_storage/frame00653.png' are the same file\n", - "cp: './frame00708.png' and '/content/frames_storage/init_frame_storage/frame00708.png' are the same file\n", - "cp: './frame00108.png' and '/content/frames_storage/init_frame_storage/frame00108.png' are the same file\n", - "cp: './frame00931.png' and '/content/frames_storage/init_frame_storage/frame00931.png' are the same file\n", - "cp: './frame01174.png' and '/content/frames_storage/init_frame_storage/frame01174.png' are the same file\n", - "cp: './frame00956.png' and '/content/frames_storage/init_frame_storage/frame00956.png' are the same file\n", - "cp: './frame01016.png' and '/content/frames_storage/init_frame_storage/frame01016.png' are the same file\n", - "cp: './frame01108.png' and '/content/frames_storage/init_frame_storage/frame01108.png' are the same file\n", - "cp: './frame01255.png' and '/content/frames_storage/init_frame_storage/frame01255.png' are the same file\n", - "cp: './frame00934.png' and '/content/frames_storage/init_frame_storage/frame00934.png' are the same file\n", - "cp: './frame00250.png' and '/content/frames_storage/init_frame_storage/frame00250.png' are the same file\n", - "cp: './frame01234.png' and '/content/frames_storage/init_frame_storage/frame01234.png' are the same file\n", - "cp: './frame00147.png' and '/content/frames_storage/init_frame_storage/frame00147.png' are the same file\n", - "cp: './frame01121.png' and '/content/frames_storage/init_frame_storage/frame01121.png' are the same file\n", - "cp: './frame00273.png' and '/content/frames_storage/init_frame_storage/frame00273.png' are the same file\n", - "cp: './frame00245.png' and '/content/frames_storage/init_frame_storage/frame00245.png' are the same file\n", - "cp: './frame00288.png' and '/content/frames_storage/init_frame_storage/frame00288.png' are the same file\n", - "cp: './frame00633.png' and '/content/frames_storage/init_frame_storage/frame00633.png' are the same file\n", - "cp: './frame00012.png' and '/content/frames_storage/init_frame_storage/frame00012.png' are the same file\n", - "cp: './frame00554.png' and '/content/frames_storage/init_frame_storage/frame00554.png' are the same file\n", - "cp: './frame00943.png' and '/content/frames_storage/init_frame_storage/frame00943.png' are the same file\n", - "cp: './frame00985.png' and '/content/frames_storage/init_frame_storage/frame00985.png' are the same file\n", - "cp: './frame01208.png' and '/content/frames_storage/init_frame_storage/frame01208.png' are the same file\n", - "cp: './frame00262.png' and '/content/frames_storage/init_frame_storage/frame00262.png' are the same file\n", - "cp: './frame00998.png' and '/content/frames_storage/init_frame_storage/frame00998.png' are the same file\n", - "cp: './frame00179.png' and '/content/frames_storage/init_frame_storage/frame00179.png' are the same file\n", - "cp: './frame00054.png' and '/content/frames_storage/init_frame_storage/frame00054.png' are the same file\n", - "cp: './frame00011.png' and '/content/frames_storage/init_frame_storage/frame00011.png' are the same file\n", - "cp: './frame01060.png' and '/content/frames_storage/init_frame_storage/frame01060.png' are the same file\n", - "cp: './frame00687.png' and '/content/frames_storage/init_frame_storage/frame00687.png' are the same file\n", - "cp: './frame00698.png' and '/content/frames_storage/init_frame_storage/frame00698.png' are the same file\n", - "cp: './frame00232.png' and '/content/frames_storage/init_frame_storage/frame00232.png' are the same file\n", - "cp: './frame01213.png' and '/content/frames_storage/init_frame_storage/frame01213.png' are the same file\n", - "cp: './frame00483.png' and '/content/frames_storage/init_frame_storage/frame00483.png' are the same file\n", - "cp: './frame01247.png' and '/content/frames_storage/init_frame_storage/frame01247.png' are the same file\n", - "cp: './frame00824.png' and '/content/frames_storage/init_frame_storage/frame00824.png' are the same file\n", - "cp: './frame00339.png' and '/content/frames_storage/init_frame_storage/frame00339.png' are the same file\n", - "cp: './frame00873.png' and '/content/frames_storage/init_frame_storage/frame00873.png' are the same file\n", - "cp: './frame00860.png' and '/content/frames_storage/init_frame_storage/frame00860.png' are the same file\n", - "cp: './frame01090.png' and '/content/frames_storage/init_frame_storage/frame01090.png' are the same file\n", - "cp: './frame00547.png' and '/content/frames_storage/init_frame_storage/frame00547.png' are the same file\n", - "cp: './frame01019.png' and '/content/frames_storage/init_frame_storage/frame01019.png' are the same file\n", - "cp: './frame00799.png' and '/content/frames_storage/init_frame_storage/frame00799.png' are the same file\n", - "cp: './frame01083.png' and '/content/frames_storage/init_frame_storage/frame01083.png' are the same file\n", - "cp: './frame00132.png' and '/content/frames_storage/init_frame_storage/frame00132.png' are the same file\n", - "cp: './frame00989.png' and '/content/frames_storage/init_frame_storage/frame00989.png' are the same file\n", - "cp: './frame01218.png' and '/content/frames_storage/init_frame_storage/frame01218.png' are the same file\n", - "cp: './frame00657.png' and '/content/frames_storage/init_frame_storage/frame00657.png' are the same file\n", - "cp: './frame00224.png' and '/content/frames_storage/init_frame_storage/frame00224.png' are the same file\n", - "cp: './frame01123.png' and '/content/frames_storage/init_frame_storage/frame01123.png' are the same file\n", - "cp: './frame00328.png' and '/content/frames_storage/init_frame_storage/frame00328.png' are the same file\n", - "cp: './frame00333.png' and '/content/frames_storage/init_frame_storage/frame00333.png' are the same file\n", - "cp: './frame00460.png' and '/content/frames_storage/init_frame_storage/frame00460.png' are the same file\n", - "cp: './frame01177.png' and '/content/frames_storage/init_frame_storage/frame01177.png' are the same file\n", - "cp: './frame01154.png' and '/content/frames_storage/init_frame_storage/frame01154.png' are the same file\n", - "cp: './frame00359.png' and '/content/frames_storage/init_frame_storage/frame00359.png' are the same file\n", - "cp: './frame00344.png' and '/content/frames_storage/init_frame_storage/frame00344.png' are the same file\n", - "cp: './frame00848.png' and '/content/frames_storage/init_frame_storage/frame00848.png' are the same file\n", - "cp: './frame00946.png' and '/content/frames_storage/init_frame_storage/frame00946.png' are the same file\n", - "cp: './frame00770.png' and '/content/frames_storage/init_frame_storage/frame00770.png' are the same file\n", - "cp: './frame00680.png' and '/content/frames_storage/init_frame_storage/frame00680.png' are the same file\n", - "cp: './frame00323.png' and '/content/frames_storage/init_frame_storage/frame00323.png' are the same file\n", - "cp: './frame00249.png' and '/content/frames_storage/init_frame_storage/frame00249.png' are the same file\n", - "cp: './frame00731.png' and '/content/frames_storage/init_frame_storage/frame00731.png' are the same file\n", - "cp: './frame00095.png' and '/content/frames_storage/init_frame_storage/frame00095.png' are the same file\n", - "cp: './frame01093.png' and '/content/frames_storage/init_frame_storage/frame01093.png' are the same file\n", - "cp: './frame00677.png' and '/content/frames_storage/init_frame_storage/frame00677.png' are the same file\n", - "cp: './frame00640.png' and '/content/frames_storage/init_frame_storage/frame00640.png' are the same file\n", - "cp: './frame00619.png' and '/content/frames_storage/init_frame_storage/frame00619.png' are the same file\n", - "cp: './frame00246.png' and '/content/frames_storage/init_frame_storage/frame00246.png' are the same file\n", - "cp: './frame00397.png' and '/content/frames_storage/init_frame_storage/frame00397.png' are the same file\n", - "cp: './frame00771.png' and '/content/frames_storage/init_frame_storage/frame00771.png' are the same file\n", - "cp: './frame00170.png' and '/content/frames_storage/init_frame_storage/frame00170.png' are the same file\n", - "cp: './frame00457.png' and '/content/frames_storage/init_frame_storage/frame00457.png' are the same file\n", - "cp: './frame00462.png' and '/content/frames_storage/init_frame_storage/frame00462.png' are the same file\n", - "cp: './frame01201.png' and '/content/frames_storage/init_frame_storage/frame01201.png' are the same file\n", - "cp: './frame00140.png' and '/content/frames_storage/init_frame_storage/frame00140.png' are the same file\n", - "cp: './frame00419.png' and '/content/frames_storage/init_frame_storage/frame00419.png' are the same file\n", - "cp: './frame00850.png' and '/content/frames_storage/init_frame_storage/frame00850.png' are the same file\n", - "cp: './frame00754.png' and '/content/frames_storage/init_frame_storage/frame00754.png' are the same file\n", - "cp: './frame00892.png' and '/content/frames_storage/init_frame_storage/frame00892.png' are the same file\n", - "cp: './frame00974.png' and '/content/frames_storage/init_frame_storage/frame00974.png' are the same file\n", - "cp: './frame00237.png' and '/content/frames_storage/init_frame_storage/frame00237.png' are the same file\n", - "cp: './frame00707.png' and '/content/frames_storage/init_frame_storage/frame00707.png' are the same file\n", - "cp: './frame00849.png' and '/content/frames_storage/init_frame_storage/frame00849.png' are the same file\n", - "cp: './frame00782.png' and '/content/frames_storage/init_frame_storage/frame00782.png' are the same file\n", - "cp: './frame00195.png' and '/content/frames_storage/init_frame_storage/frame00195.png' are the same file\n", - "cp: './frame01067.png' and '/content/frames_storage/init_frame_storage/frame01067.png' are the same file\n", - "cp: './frame00950.png' and '/content/frames_storage/init_frame_storage/frame00950.png' are the same file\n", - "cp: './frame00803.png' and '/content/frames_storage/init_frame_storage/frame00803.png' are the same file\n", - "cp: './frame00911.png' and '/content/frames_storage/init_frame_storage/frame00911.png' are the same file\n", - "cp: './frame00942.png' and '/content/frames_storage/init_frame_storage/frame00942.png' are the same file\n", - "cp: './frame00112.png' and '/content/frames_storage/init_frame_storage/frame00112.png' are the same file\n", - "cp: './frame00171.png' and '/content/frames_storage/init_frame_storage/frame00171.png' are the same file\n", - "cp: './frame00056.png' and '/content/frames_storage/init_frame_storage/frame00056.png' are the same file\n", - "cp: './frame00745.png' and '/content/frames_storage/init_frame_storage/frame00745.png' are the same file\n", - "cp: './frame00710.png' and '/content/frames_storage/init_frame_storage/frame00710.png' are the same file\n", - "cp: './frame00331.png' and '/content/frames_storage/init_frame_storage/frame00331.png' are the same file\n", - "cp: './frame00721.png' and '/content/frames_storage/init_frame_storage/frame00721.png' are the same file\n", - "cp: './frame00877.png' and '/content/frames_storage/init_frame_storage/frame00877.png' are the same file\n", - "cp: './frame00955.png' and '/content/frames_storage/init_frame_storage/frame00955.png' are the same file\n", - "cp: './frame00769.png' and '/content/frames_storage/init_frame_storage/frame00769.png' are the same file\n", - "cp: './frame00312.png' and '/content/frames_storage/init_frame_storage/frame00312.png' are the same file\n", - "cp: './frame00110.png' and '/content/frames_storage/init_frame_storage/frame00110.png' are the same file\n", - "cp: './frame00594.png' and '/content/frames_storage/init_frame_storage/frame00594.png' are the same file\n", - "cp: './frame00048.png' and '/content/frames_storage/init_frame_storage/frame00048.png' are the same file\n", - "cp: './frame00897.png' and '/content/frames_storage/init_frame_storage/frame00897.png' are the same file\n", - "cp: './frame00641.png' and '/content/frames_storage/init_frame_storage/frame00641.png' are the same file\n", - "cp: './frame00839.png' and '/content/frames_storage/init_frame_storage/frame00839.png' are the same file\n", - "cp: './frame00664.png' and '/content/frames_storage/init_frame_storage/frame00664.png' are the same file\n", - "cp: './frame00723.png' and '/content/frames_storage/init_frame_storage/frame00723.png' are the same file\n", - "cp: './frame01145.png' and '/content/frames_storage/init_frame_storage/frame01145.png' are the same file\n", - "cp: './frame00585.png' and '/content/frames_storage/init_frame_storage/frame00585.png' are the same file\n", - "cp: './frame00169.png' and '/content/frames_storage/init_frame_storage/frame00169.png' are the same file\n", - "cp: './frame01203.png' and '/content/frames_storage/init_frame_storage/frame01203.png' are the same file\n", - "cp: './frame00776.png' and '/content/frames_storage/init_frame_storage/frame00776.png' are the same file\n", - "cp: './frame00678.png' and '/content/frames_storage/init_frame_storage/frame00678.png' are the same file\n", - "cp: './frame01132.png' and '/content/frames_storage/init_frame_storage/frame01132.png' are the same file\n", - "cp: './frame00069.png' and '/content/frames_storage/init_frame_storage/frame00069.png' are the same file\n", - "cp: './frame00481.png' and '/content/frames_storage/init_frame_storage/frame00481.png' are the same file\n", - "cp: './frame00036.png' and '/content/frames_storage/init_frame_storage/frame00036.png' are the same file\n", - "cp: './frame00638.png' and '/content/frames_storage/init_frame_storage/frame00638.png' are the same file\n", - "cp: './frame00726.png' and '/content/frames_storage/init_frame_storage/frame00726.png' are the same file\n", - "cp: './frame01087.png' and '/content/frames_storage/init_frame_storage/frame01087.png' are the same file\n", - "cp: './frame01181.png' and '/content/frames_storage/init_frame_storage/frame01181.png' are the same file\n", - "cp: './frame00166.png' and '/content/frames_storage/init_frame_storage/frame00166.png' are the same file\n", - "cp: './frame00755.png' and '/content/frames_storage/init_frame_storage/frame00755.png' are the same file\n", - "cp: './frame00320.png' and '/content/frames_storage/init_frame_storage/frame00320.png' are the same file\n", - "cp: './frame00811.png' and '/content/frames_storage/init_frame_storage/frame00811.png' are the same file\n", - "cp: './frame00596.png' and '/content/frames_storage/init_frame_storage/frame00596.png' are the same file\n", - "cp: './frame00503.png' and '/content/frames_storage/init_frame_storage/frame00503.png' are the same file\n", - "cp: './frame00814.png' and '/content/frames_storage/init_frame_storage/frame00814.png' are the same file\n", - "cp: './frame00729.png' and '/content/frames_storage/init_frame_storage/frame00729.png' are the same file\n", - "cp: './frame00037.png' and '/content/frames_storage/init_frame_storage/frame00037.png' are the same file\n", - "cp: './frame00294.png' and '/content/frames_storage/init_frame_storage/frame00294.png' are the same file\n", - "cp: './frame01079.png' and '/content/frames_storage/init_frame_storage/frame01079.png' are the same file\n", - "cp: './frame01241.png' and '/content/frames_storage/init_frame_storage/frame01241.png' are the same file\n", - "cp: './frame00571.png' and '/content/frames_storage/init_frame_storage/frame00571.png' are the same file\n", - "cp: './frame01206.png' and '/content/frames_storage/init_frame_storage/frame01206.png' are the same file\n", - "cp: './frame01171.png' and '/content/frames_storage/init_frame_storage/frame01171.png' are the same file\n", - "cp: './frame00343.png' and '/content/frames_storage/init_frame_storage/frame00343.png' are the same file\n", - "cp: './frame00401.png' and '/content/frames_storage/init_frame_storage/frame00401.png' are the same file\n", - "cp: './frame00642.png' and '/content/frames_storage/init_frame_storage/frame00642.png' are the same file\n", - "cp: './frame01010.png' and '/content/frames_storage/init_frame_storage/frame01010.png' are the same file\n", - "cp: './frame01047.png' and '/content/frames_storage/init_frame_storage/frame01047.png' are the same file\n", - "cp: './frame00055.png' and '/content/frames_storage/init_frame_storage/frame00055.png' are the same file\n", - "cp: './frame00020.png' and '/content/frames_storage/init_frame_storage/frame00020.png' are the same file\n", - "cp: './frame00523.png' and '/content/frames_storage/init_frame_storage/frame00523.png' are the same file\n", - "cp: './frame00696.png' and '/content/frames_storage/init_frame_storage/frame00696.png' are the same file\n", - "cp: './frame00671.png' and '/content/frames_storage/init_frame_storage/frame00671.png' are the same file\n", - "cp: './frame00528.png' and '/content/frames_storage/init_frame_storage/frame00528.png' are the same file\n", - "cp: './frame00737.png' and '/content/frames_storage/init_frame_storage/frame00737.png' are the same file\n", - "cp: './frame00223.png' and '/content/frames_storage/init_frame_storage/frame00223.png' are the same file\n", - "cp: './frame00218.png' and '/content/frames_storage/init_frame_storage/frame00218.png' are the same file\n", - "cp: './frame00405.png' and '/content/frames_storage/init_frame_storage/frame00405.png' are the same file\n", - "cp: './frame00659.png' and '/content/frames_storage/init_frame_storage/frame00659.png' are the same file\n", - "cp: './frame00875.png' and '/content/frames_storage/init_frame_storage/frame00875.png' are the same file\n", - "cp: './frame00567.png' and '/content/frames_storage/init_frame_storage/frame00567.png' are the same file\n", - "cp: './frame00573.png' and '/content/frames_storage/init_frame_storage/frame00573.png' are the same file\n", - "cp: './frame01020.png' and '/content/frames_storage/init_frame_storage/frame01020.png' are the same file\n", - "cp: './frame00516.png' and '/content/frames_storage/init_frame_storage/frame00516.png' are the same file\n", - "cp: './frame00907.png' and '/content/frames_storage/init_frame_storage/frame00907.png' are the same file\n", - "cp: './frame00211.png' and '/content/frames_storage/init_frame_storage/frame00211.png' are the same file\n", - "cp: './frame00096.png' and '/content/frames_storage/init_frame_storage/frame00096.png' are the same file\n", - "cp: './frame00369.png' and '/content/frames_storage/init_frame_storage/frame00369.png' are the same file\n", - "cp: './frame00862.png' and '/content/frames_storage/init_frame_storage/frame00862.png' are the same file\n", - "cp: './frame00975.png' and '/content/frames_storage/init_frame_storage/frame00975.png' are the same file\n", - "cp: './frame00185.png' and '/content/frames_storage/init_frame_storage/frame00185.png' are the same file\n", - "cp: './frame00797.png' and '/content/frames_storage/init_frame_storage/frame00797.png' are the same file\n", - "cp: './frame00676.png' and '/content/frames_storage/init_frame_storage/frame00676.png' are the same file\n", - "cp: './frame00768.png' and '/content/frames_storage/init_frame_storage/frame00768.png' are the same file\n", - "cp: './frame00476.png' and '/content/frames_storage/init_frame_storage/frame00476.png' are the same file\n", - "cp: './frame00983.png' and '/content/frames_storage/init_frame_storage/frame00983.png' are the same file\n", - "cp: './frame01080.png' and '/content/frames_storage/init_frame_storage/frame01080.png' are the same file\n", - "cp: './frame00783.png' and '/content/frames_storage/init_frame_storage/frame00783.png' are the same file\n", - "cp: './frame00366.png' and '/content/frames_storage/init_frame_storage/frame00366.png' are the same file\n", - "cp: './frame01101.png' and '/content/frames_storage/init_frame_storage/frame01101.png' are the same file\n", - "cp: './frame00230.png' and '/content/frames_storage/init_frame_storage/frame00230.png' are the same file\n", - "cp: './frame00900.png' and '/content/frames_storage/init_frame_storage/frame00900.png' are the same file\n", - "cp: './frame00632.png' and '/content/frames_storage/init_frame_storage/frame00632.png' are the same file\n", - "cp: './frame00734.png' and '/content/frames_storage/init_frame_storage/frame00734.png' are the same file\n", - "cp: './frame00329.png' and '/content/frames_storage/init_frame_storage/frame00329.png' are the same file\n", - "cp: './frame00376.png' and '/content/frames_storage/init_frame_storage/frame00376.png' are the same file\n", - "cp: './frame00123.png' and '/content/frames_storage/init_frame_storage/frame00123.png' are the same file\n", - "cp: './frame00134.png' and '/content/frames_storage/init_frame_storage/frame00134.png' are the same file\n", - "cp: './frame00428.png' and '/content/frames_storage/init_frame_storage/frame00428.png' are the same file\n", - "cp: './frame00827.png' and '/content/frames_storage/init_frame_storage/frame00827.png' are the same file\n", - "cp: './frame00636.png' and '/content/frames_storage/init_frame_storage/frame00636.png' are the same file\n", - "cp: './frame00033.png' and '/content/frames_storage/init_frame_storage/frame00033.png' are the same file\n", - "cp: './frame00885.png' and '/content/frames_storage/init_frame_storage/frame00885.png' are the same file\n", - "cp: './frame01155.png' and '/content/frames_storage/init_frame_storage/frame01155.png' are the same file\n", - "cp: './frame00406.png' and '/content/frames_storage/init_frame_storage/frame00406.png' are the same file\n", - "cp: './frame01245.png' and '/content/frames_storage/init_frame_storage/frame01245.png' are the same file\n", - "cp: './frame01009.png' and '/content/frames_storage/init_frame_storage/frame01009.png' are the same file\n", - "cp: './frame00473.png' and '/content/frames_storage/init_frame_storage/frame00473.png' are the same file\n", - "cp: './frame01122.png' and '/content/frames_storage/init_frame_storage/frame01122.png' are the same file\n", - "cp: './frame00062.png' and '/content/frames_storage/init_frame_storage/frame00062.png' are the same file\n", - "cp: './frame00042.png' and '/content/frames_storage/init_frame_storage/frame00042.png' are the same file\n", - "cp: './frame00683.png' and '/content/frames_storage/init_frame_storage/frame00683.png' are the same file\n", - "cp: './frame00067.png' and '/content/frames_storage/init_frame_storage/frame00067.png' are the same file\n", - "cp: './frame00611.png' and '/content/frames_storage/init_frame_storage/frame00611.png' are the same file\n", - "cp: './frame00023.png' and '/content/frames_storage/init_frame_storage/frame00023.png' are the same file\n", - "cp: './frame00574.png' and '/content/frames_storage/init_frame_storage/frame00574.png' are the same file\n", - "cp: './frame00198.png' and '/content/frames_storage/init_frame_storage/frame00198.png' are the same file\n", - "cp: './frame00715.png' and '/content/frames_storage/init_frame_storage/frame00715.png' are the same file\n", - "cp: './frame00842.png' and '/content/frames_storage/init_frame_storage/frame00842.png' are the same file\n", - "cp: './frame00607.png' and '/content/frames_storage/init_frame_storage/frame00607.png' are the same file\n", - "cp: './frame00999.png' and '/content/frames_storage/init_frame_storage/frame00999.png' are the same file\n", - "cp: './frame00347.png' and '/content/frames_storage/init_frame_storage/frame00347.png' are the same file\n", - "cp: './frame00334.png' and '/content/frames_storage/init_frame_storage/frame00334.png' are the same file\n", - "cp: './frame00724.png' and '/content/frames_storage/init_frame_storage/frame00724.png' are the same file\n", - "cp: './frame00986.png' and '/content/frames_storage/init_frame_storage/frame00986.png' are the same file\n", - "cp: './frame00912.png' and '/content/frames_storage/init_frame_storage/frame00912.png' are the same file\n", - "cp: './frame01100.png' and '/content/frames_storage/init_frame_storage/frame01100.png' are the same file\n", - "cp: './frame01233.png' and '/content/frames_storage/init_frame_storage/frame01233.png' are the same file\n", - "cp: './frame00947.png' and '/content/frames_storage/init_frame_storage/frame00947.png' are the same file\n", - "cp: './frame00398.png' and '/content/frames_storage/init_frame_storage/frame00398.png' are the same file\n", - "cp: './frame00757.png' and '/content/frames_storage/init_frame_storage/frame00757.png' are the same file\n", - "cp: './frame00914.png' and '/content/frames_storage/init_frame_storage/frame00914.png' are the same file\n", - "cp: './frame00193.png' and '/content/frames_storage/init_frame_storage/frame00193.png' are the same file\n", - "cp: './frame00043.png' and '/content/frames_storage/init_frame_storage/frame00043.png' are the same file\n", - "cp: './frame00345.png' and '/content/frames_storage/init_frame_storage/frame00345.png' are the same file\n", - "cp: './frame01116.png' and '/content/frames_storage/init_frame_storage/frame01116.png' are the same file\n", - "cp: './frame01102.png' and '/content/frames_storage/init_frame_storage/frame01102.png' are the same file\n", - "cp: './frame00558.png' and '/content/frames_storage/init_frame_storage/frame00558.png' are the same file\n", - "cp: './frame01097.png' and '/content/frames_storage/init_frame_storage/frame01097.png' are the same file\n", - "cp: './frame00537.png' and '/content/frames_storage/init_frame_storage/frame00537.png' are the same file\n", - "cp: './frame01209.png' and '/content/frames_storage/init_frame_storage/frame01209.png' are the same file\n", - "cp: './frame01202.png' and '/content/frames_storage/init_frame_storage/frame01202.png' are the same file\n", - "cp: './frame00049.png' and '/content/frames_storage/init_frame_storage/frame00049.png' are the same file\n", - "cp: './frame01204.png' and '/content/frames_storage/init_frame_storage/frame01204.png' are the same file\n", - "cp: './frame00807.png' and '/content/frames_storage/init_frame_storage/frame00807.png' are the same file\n", - "cp: './frame00105.png' and '/content/frames_storage/init_frame_storage/frame00105.png' are the same file\n", - "cp: './frame00060.png' and '/content/frames_storage/init_frame_storage/frame00060.png' are the same file\n", - "cp: './frame00387.png' and '/content/frames_storage/init_frame_storage/frame00387.png' are the same file\n", - "cp: './frame00541.png' and '/content/frames_storage/init_frame_storage/frame00541.png' are the same file\n", - "cp: './frame00379.png' and '/content/frames_storage/init_frame_storage/frame00379.png' are the same file\n", - "cp: './frame00568.png' and '/content/frames_storage/init_frame_storage/frame00568.png' are the same file\n", - "cp: './frame01082.png' and '/content/frames_storage/init_frame_storage/frame01082.png' are the same file\n", - "cp: './frame00521.png' and '/content/frames_storage/init_frame_storage/frame00521.png' are the same file\n", - "cp: './frame01025.png' and '/content/frames_storage/init_frame_storage/frame01025.png' are the same file\n", - "cp: './frame00887.png' and '/content/frames_storage/init_frame_storage/frame00887.png' are the same file\n", - "cp: './frame00817.png' and '/content/frames_storage/init_frame_storage/frame00817.png' are the same file\n", - "cp: './frame00326.png' and '/content/frames_storage/init_frame_storage/frame00326.png' are the same file\n", - "cp: './frame01139.png' and '/content/frames_storage/init_frame_storage/frame01139.png' are the same file\n", - "cp: './frame00437.png' and '/content/frames_storage/init_frame_storage/frame00437.png' are the same file\n", - "cp: './frame01107.png' and '/content/frames_storage/init_frame_storage/frame01107.png' are the same file\n", - "cp: './frame00903.png' and '/content/frames_storage/init_frame_storage/frame00903.png' are the same file\n", - "cp: './frame00812.png' and '/content/frames_storage/init_frame_storage/frame00812.png' are the same file\n", - "cp: './frame01162.png' and '/content/frames_storage/init_frame_storage/frame01162.png' are the same file\n", - "cp: './frame01043.png' and '/content/frames_storage/init_frame_storage/frame01043.png' are the same file\n", - "cp: './frame00540.png' and '/content/frames_storage/init_frame_storage/frame00540.png' are the same file\n", - "cp: './frame00213.png' and '/content/frames_storage/init_frame_storage/frame00213.png' are the same file\n", - "cp: './frame00178.png' and '/content/frames_storage/init_frame_storage/frame00178.png' are the same file\n", - "cp: './frame00125.png' and '/content/frames_storage/init_frame_storage/frame00125.png' are the same file\n", - "cp: './frame01167.png' and '/content/frames_storage/init_frame_storage/frame01167.png' are the same file\n", - "cp: './frame00143.png' and '/content/frames_storage/init_frame_storage/frame00143.png' are the same file\n", - "cp: './frame00876.png' and '/content/frames_storage/init_frame_storage/frame00876.png' are the same file\n", - "cp: './frame00087.png' and '/content/frames_storage/init_frame_storage/frame00087.png' are the same file\n", - "cp: './frame01031.png' and '/content/frames_storage/init_frame_storage/frame01031.png' are the same file\n", - "cp: './frame01120.png' and '/content/frames_storage/init_frame_storage/frame01120.png' are the same file\n", - "cp: './frame00928.png' and '/content/frames_storage/init_frame_storage/frame00928.png' are the same file\n", - "cp: './frame00604.png' and '/content/frames_storage/init_frame_storage/frame00604.png' are the same file\n", - "cp: './frame00809.png' and '/content/frames_storage/init_frame_storage/frame00809.png' are the same file\n", - "cp: './frame00018.png' and '/content/frames_storage/init_frame_storage/frame00018.png' are the same file\n", - "cp: './frame00500.png' and '/content/frames_storage/init_frame_storage/frame00500.png' are the same file\n", - "cp: './frame00150.png' and '/content/frames_storage/init_frame_storage/frame00150.png' are the same file\n", - "cp: './frame00266.png' and '/content/frames_storage/init_frame_storage/frame00266.png' are the same file\n", - "cp: './frame00109.png' and '/content/frames_storage/init_frame_storage/frame00109.png' are the same file\n", - "cp: './frame00358.png' and '/content/frames_storage/init_frame_storage/frame00358.png' are the same file\n", - "cp: './frame00896.png' and '/content/frames_storage/init_frame_storage/frame00896.png' are the same file\n", - "cp: './frame00603.png' and '/content/frames_storage/init_frame_storage/frame00603.png' are the same file\n", - "cp: './frame00777.png' and '/content/frames_storage/init_frame_storage/frame00777.png' are the same file\n", - "cp: './frame00456.png' and '/content/frames_storage/init_frame_storage/frame00456.png' are the same file\n", - "cp: './frame00051.png' and '/content/frames_storage/init_frame_storage/frame00051.png' are the same file\n", - "cp: './frame00335.png' and '/content/frames_storage/init_frame_storage/frame00335.png' are the same file\n", - "cp: './frame00620.png' and '/content/frames_storage/init_frame_storage/frame00620.png' are the same file\n", - "cp: './frame01124.png' and '/content/frames_storage/init_frame_storage/frame01124.png' are the same file\n", - "cp: './frame00247.png' and '/content/frames_storage/init_frame_storage/frame00247.png' are the same file\n", - "cp: './frame00961.png' and '/content/frames_storage/init_frame_storage/frame00961.png' are the same file\n", - "cp: './frame01192.png' and '/content/frames_storage/init_frame_storage/frame01192.png' are the same file\n", - "cp: './frame00893.png' and '/content/frames_storage/init_frame_storage/frame00893.png' are the same file\n", - "cp: './frame00621.png' and '/content/frames_storage/init_frame_storage/frame00621.png' are the same file\n", - "cp: './frame00340.png' and '/content/frames_storage/init_frame_storage/frame00340.png' are the same file\n", - "cp: './frame00576.png' and '/content/frames_storage/init_frame_storage/frame00576.png' are the same file\n", - "cp: './frame00289.png' and '/content/frames_storage/init_frame_storage/frame00289.png' are the same file\n", - "cp: './frame01165.png' and '/content/frames_storage/init_frame_storage/frame01165.png' are the same file\n", - "cp: './frame01036.png' and '/content/frames_storage/init_frame_storage/frame01036.png' are the same file\n", - "cp: './frame00635.png' and '/content/frames_storage/init_frame_storage/frame00635.png' are the same file\n", - "cp: './frame00913.png' and '/content/frames_storage/init_frame_storage/frame00913.png' are the same file\n", - "cp: './frame00122.png' and '/content/frames_storage/init_frame_storage/frame00122.png' are the same file\n", - "cp: './frame00271.png' and '/content/frames_storage/init_frame_storage/frame00271.png' are the same file\n", - "cp: './frame00557.png' and '/content/frames_storage/init_frame_storage/frame00557.png' are the same file\n", - "cp: './frame00838.png' and '/content/frames_storage/init_frame_storage/frame00838.png' are the same file\n", - "cp: './frame00270.png' and '/content/frames_storage/init_frame_storage/frame00270.png' are the same file\n", - "cp: './frame01077.png' and '/content/frames_storage/init_frame_storage/frame01077.png' are the same file\n", - "cp: './frame00684.png' and '/content/frames_storage/init_frame_storage/frame00684.png' are the same file\n", - "cp: './frame00808.png' and '/content/frames_storage/init_frame_storage/frame00808.png' are the same file\n", - "cp: './frame00979.png' and '/content/frames_storage/init_frame_storage/frame00979.png' are the same file\n", - "cp: './frame01024.png' and '/content/frames_storage/init_frame_storage/frame01024.png' are the same file\n", - "cp: './frame00650.png' and '/content/frames_storage/init_frame_storage/frame00650.png' are the same file\n", - "cp: './frame00795.png' and '/content/frames_storage/init_frame_storage/frame00795.png' are the same file\n", - "cp: './frame00081.png' and '/content/frames_storage/init_frame_storage/frame00081.png' are the same file\n", - "cp: './frame00712.png' and '/content/frames_storage/init_frame_storage/frame00712.png' are the same file\n", - "cp: './frame00187.png' and '/content/frames_storage/init_frame_storage/frame00187.png' are the same file\n", - "cp: './frame00365.png' and '/content/frames_storage/init_frame_storage/frame00365.png' are the same file\n", - "cp: './frame00472.png' and '/content/frames_storage/init_frame_storage/frame00472.png' are the same file\n", - "cp: './frame00561.png' and '/content/frames_storage/init_frame_storage/frame00561.png' are the same file\n", - "cp: './frame00962.png' and '/content/frames_storage/init_frame_storage/frame00962.png' are the same file\n", - "cp: './frame00488.png' and '/content/frames_storage/init_frame_storage/frame00488.png' are the same file\n", - "cp: './frame00058.png' and '/content/frames_storage/init_frame_storage/frame00058.png' are the same file\n", - "cp: './frame00410.png' and '/content/frames_storage/init_frame_storage/frame00410.png' are the same file\n", - "cp: './frame00244.png' and '/content/frames_storage/init_frame_storage/frame00244.png' are the same file\n", - "cp: './frame00586.png' and '/content/frames_storage/init_frame_storage/frame00586.png' are the same file\n", - "cp: './frame00740.png' and '/content/frames_storage/init_frame_storage/frame00740.png' are the same file\n", - "cp: './frame01038.png' and '/content/frames_storage/init_frame_storage/frame01038.png' are the same file\n", - "cp: './frame00111.png' and '/content/frames_storage/init_frame_storage/frame00111.png' are the same file\n", - "cp: './frame00353.png' and '/content/frames_storage/init_frame_storage/frame00353.png' are the same file\n", - "cp: './frame00741.png' and '/content/frames_storage/init_frame_storage/frame00741.png' are the same file\n", - "cp: './frame00863.png' and '/content/frames_storage/init_frame_storage/frame00863.png' are the same file\n", - "cp: './frame00400.png' and '/content/frames_storage/init_frame_storage/frame00400.png' are the same file\n", - "cp: './frame00302.png' and '/content/frames_storage/init_frame_storage/frame00302.png' are the same file\n", - "cp: './frame00940.png' and '/content/frames_storage/init_frame_storage/frame00940.png' are the same file\n", - "cp: './frame00882.png' and '/content/frames_storage/init_frame_storage/frame00882.png' are the same file\n", - "cp: './frame00980.png' and '/content/frames_storage/init_frame_storage/frame00980.png' are the same file\n", - "cp: './frame00531.png' and '/content/frames_storage/init_frame_storage/frame00531.png' are the same file\n", - "cp: './frame01119.png' and '/content/frames_storage/init_frame_storage/frame01119.png' are the same file\n", - "cp: './frame00866.png' and '/content/frames_storage/init_frame_storage/frame00866.png' are the same file\n", - "cp: './frame01137.png' and '/content/frames_storage/init_frame_storage/frame01137.png' are the same file\n", - "cp: './frame00248.png' and '/content/frames_storage/init_frame_storage/frame00248.png' are the same file\n", - "cp: './frame01004.png' and '/content/frames_storage/init_frame_storage/frame01004.png' are the same file\n", - "cp: './frame01050.png' and '/content/frames_storage/init_frame_storage/frame01050.png' are the same file\n", - "cp: './frame00706.png' and '/content/frames_storage/init_frame_storage/frame00706.png' are the same file\n", - "cp: './frame00444.png' and '/content/frames_storage/init_frame_storage/frame00444.png' are the same file\n", - "cp: './frame00156.png' and '/content/frames_storage/init_frame_storage/frame00156.png' are the same file\n", - "cp: './frame00384.png' and '/content/frames_storage/init_frame_storage/frame00384.png' are the same file\n", - "cp: './frame00583.png' and '/content/frames_storage/init_frame_storage/frame00583.png' are the same file\n", - "cp: './frame00084.png' and '/content/frames_storage/init_frame_storage/frame00084.png' are the same file\n", - "cp: './frame01141.png' and '/content/frames_storage/init_frame_storage/frame01141.png' are the same file\n", - "cp: './frame00785.png' and '/content/frames_storage/init_frame_storage/frame00785.png' are the same file\n", - "cp: './frame01188.png' and '/content/frames_storage/init_frame_storage/frame01188.png' are the same file\n", - "cp: './frame01052.png' and '/content/frames_storage/init_frame_storage/frame01052.png' are the same file\n", - "cp: './frame00709.png' and '/content/frames_storage/init_frame_storage/frame00709.png' are the same file\n", - "cp: './frame01103.png' and '/content/frames_storage/init_frame_storage/frame01103.png' are the same file\n", - "cp: './frame00691.png' and '/content/frames_storage/init_frame_storage/frame00691.png' are the same file\n", - "cp: './frame00004.png' and '/content/frames_storage/init_frame_storage/frame00004.png' are the same file\n", - "cp: './frame00047.png' and '/content/frames_storage/init_frame_storage/frame00047.png' are the same file\n", - "cp: './frame00265.png' and '/content/frames_storage/init_frame_storage/frame00265.png' are the same file\n", - "cp: './frame00643.png' and '/content/frames_storage/init_frame_storage/frame00643.png' are the same file\n", - "cp: './frame00260.png' and '/content/frames_storage/init_frame_storage/frame00260.png' are the same file\n", - "cp: './frame00404.png' and '/content/frames_storage/init_frame_storage/frame00404.png' are the same file\n", - "cp: './frame00167.png' and '/content/frames_storage/init_frame_storage/frame00167.png' are the same file\n", - "cp: './frame00113.png' and '/content/frames_storage/init_frame_storage/frame00113.png' are the same file\n", - "cp: './frame00996.png' and '/content/frames_storage/init_frame_storage/frame00996.png' are the same file\n", - "cp: './frame00291.png' and '/content/frames_storage/init_frame_storage/frame00291.png' are the same file\n", - "cp: './frame01055.png' and '/content/frames_storage/init_frame_storage/frame01055.png' are the same file\n", - "cp: './frame01112.png' and '/content/frames_storage/init_frame_storage/frame01112.png' are the same file\n", - "cp: './frame00539.png' and '/content/frames_storage/init_frame_storage/frame00539.png' are the same file\n", - "cp: './frame00868.png' and '/content/frames_storage/init_frame_storage/frame00868.png' are the same file\n", - "cp: './frame00451.png' and '/content/frames_storage/init_frame_storage/frame00451.png' are the same file\n", - "cp: './frame00895.png' and '/content/frames_storage/init_frame_storage/frame00895.png' are the same file\n", - "cp: './frame00800.png' and '/content/frames_storage/init_frame_storage/frame00800.png' are the same file\n", - "cp: './frame00591.png' and '/content/frames_storage/init_frame_storage/frame00591.png' are the same file\n", - "cp: './frame01235.png' and '/content/frames_storage/init_frame_storage/frame01235.png' are the same file\n", - "cp: './frame00423.png' and '/content/frames_storage/init_frame_storage/frame00423.png' are the same file\n", - "cp: './frame00865.png' and '/content/frames_storage/init_frame_storage/frame00865.png' are the same file\n", - "cp: './frame00904.png' and '/content/frames_storage/init_frame_storage/frame00904.png' are the same file\n", - "cp: './frame00382.png' and '/content/frames_storage/init_frame_storage/frame00382.png' are the same file\n", - "cp: './frame01026.png' and '/content/frames_storage/init_frame_storage/frame01026.png' are the same file\n", - "cp: './frame00239.png' and '/content/frames_storage/init_frame_storage/frame00239.png' are the same file\n", - "cp: './frame00480.png' and '/content/frames_storage/init_frame_storage/frame00480.png' are the same file\n", - "cp: './frame00186.png' and '/content/frames_storage/init_frame_storage/frame00186.png' are the same file\n", - "cp: './frame00377.png' and '/content/frames_storage/init_frame_storage/frame00377.png' are the same file\n", - "cp: './frame00151.png' and '/content/frames_storage/init_frame_storage/frame00151.png' are the same file\n", - "cp: './frame00430.png' and '/content/frames_storage/init_frame_storage/frame00430.png' are the same file\n", - "cp: './frame00276.png' and '/content/frames_storage/init_frame_storage/frame00276.png' are the same file\n", - "cp: './frame00194.png' and '/content/frames_storage/init_frame_storage/frame00194.png' are the same file\n", - "cp: './frame00898.png' and '/content/frames_storage/init_frame_storage/frame00898.png' are the same file\n", - "cp: './frame01056.png' and '/content/frames_storage/init_frame_storage/frame01056.png' are the same file\n", - "cp: './frame00446.png' and '/content/frames_storage/init_frame_storage/frame00446.png' are the same file\n", - "cp: './frame00886.png' and '/content/frames_storage/init_frame_storage/frame00886.png' are the same file\n", - "cp: './frame00499.png' and '/content/frames_storage/init_frame_storage/frame00499.png' are the same file\n", - "cp: './frame00545.png' and '/content/frames_storage/init_frame_storage/frame00545.png' are the same file\n", - "cp: './frame00941.png' and '/content/frames_storage/init_frame_storage/frame00941.png' are the same file\n", - "cp: './frame00563.png' and '/content/frames_storage/init_frame_storage/frame00563.png' are the same file\n", - "cp: './frame00070.png' and '/content/frames_storage/init_frame_storage/frame00070.png' are the same file\n", - "cp: './frame00993.png' and '/content/frames_storage/init_frame_storage/frame00993.png' are the same file\n", - "cp: './frame00471.png' and '/content/frames_storage/init_frame_storage/frame00471.png' are the same file\n", - "cp: './frame00612.png' and '/content/frames_storage/init_frame_storage/frame00612.png' are the same file\n", - "cp: './frame00321.png' and '/content/frames_storage/init_frame_storage/frame00321.png' are the same file\n", - "cp: './frame00589.png' and '/content/frames_storage/init_frame_storage/frame00589.png' are the same file\n", - "cp: './frame00002.png' and '/content/frames_storage/init_frame_storage/frame00002.png' are the same file\n", - "cp: './frame00117.png' and '/content/frames_storage/init_frame_storage/frame00117.png' are the same file\n", - "cp: './frame01070.png' and '/content/frames_storage/init_frame_storage/frame01070.png' are the same file\n", - "cp: './frame00298.png' and '/content/frames_storage/init_frame_storage/frame00298.png' are the same file\n", - "cp: './frame00490.png' and '/content/frames_storage/init_frame_storage/frame00490.png' are the same file\n", - "cp: './frame00861.png' and '/content/frames_storage/init_frame_storage/frame00861.png' are the same file\n", - "cp: './frame00158.png' and '/content/frames_storage/init_frame_storage/frame00158.png' are the same file\n", - "cp: './frame01166.png' and '/content/frames_storage/init_frame_storage/frame01166.png' are the same file\n", - "cp: './frame01219.png' and '/content/frames_storage/init_frame_storage/frame01219.png' are the same file\n", - "cp: './frame00507.png' and '/content/frames_storage/init_frame_storage/frame00507.png' are the same file\n", - "cp: './frame00267.png' and '/content/frames_storage/init_frame_storage/frame00267.png' are the same file\n", - "cp: './frame00204.png' and '/content/frames_storage/init_frame_storage/frame00204.png' are the same file\n", - "cp: './frame00307.png' and '/content/frames_storage/init_frame_storage/frame00307.png' are the same file\n", - "cp: './frame00100.png' and '/content/frames_storage/init_frame_storage/frame00100.png' are the same file\n", - "cp: './frame01179.png' and '/content/frames_storage/init_frame_storage/frame01179.png' are the same file\n", - "cp: './frame00644.png' and '/content/frames_storage/init_frame_storage/frame00644.png' are the same file\n", - "cp: './frame01033.png' and '/content/frames_storage/init_frame_storage/frame01033.png' are the same file\n", - "cp: './frame00512.png' and '/content/frames_storage/init_frame_storage/frame00512.png' are the same file\n", - "cp: './frame01172.png' and '/content/frames_storage/init_frame_storage/frame01172.png' are the same file\n", - "cp: './frame00236.png' and '/content/frames_storage/init_frame_storage/frame00236.png' are the same file\n", - "cp: './frame00495.png' and '/content/frames_storage/init_frame_storage/frame00495.png' are the same file\n", - "cp: './frame00311.png' and '/content/frames_storage/init_frame_storage/frame00311.png' are the same file\n", - "cp: './frame00351.png' and '/content/frames_storage/init_frame_storage/frame00351.png' are the same file\n", - "cp: './frame00787.png' and '/content/frames_storage/init_frame_storage/frame00787.png' are the same file\n", - "cp: './frame00313.png' and '/content/frames_storage/init_frame_storage/frame00313.png' are the same file\n", - "cp: './frame00944.png' and '/content/frames_storage/init_frame_storage/frame00944.png' are the same file\n", - "cp: './frame00924.png' and '/content/frames_storage/init_frame_storage/frame00924.png' are the same file\n", - "cp: './frame00306.png' and '/content/frames_storage/init_frame_storage/frame00306.png' are the same file\n", - "cp: './frame00908.png' and '/content/frames_storage/init_frame_storage/frame00908.png' are the same file\n", - "cp: './frame00720.png' and '/content/frames_storage/init_frame_storage/frame00720.png' are the same file\n", - "cp: './frame01153.png' and '/content/frames_storage/init_frame_storage/frame01153.png' are the same file\n", - "cp: './frame00378.png' and '/content/frames_storage/init_frame_storage/frame00378.png' are the same file\n", - "cp: './frame01239.png' and '/content/frames_storage/init_frame_storage/frame01239.png' are the same file\n", - "cp: './frame00879.png' and '/content/frames_storage/init_frame_storage/frame00879.png' are the same file\n", - "cp: './frame00280.png' and '/content/frames_storage/init_frame_storage/frame00280.png' are the same file\n", - "cp: './frame00852.png' and '/content/frames_storage/init_frame_storage/frame00852.png' are the same file\n", - "cp: './frame00587.png' and '/content/frames_storage/init_frame_storage/frame00587.png' are the same file\n", - "cp: './frame00191.png' and '/content/frames_storage/init_frame_storage/frame00191.png' are the same file\n", - "cp: './frame00719.png' and '/content/frames_storage/init_frame_storage/frame00719.png' are the same file\n", - "cp: './frame00922.png' and '/content/frames_storage/init_frame_storage/frame00922.png' are the same file\n", - "cp: './frame00459.png' and '/content/frames_storage/init_frame_storage/frame00459.png' are the same file\n", - "cp: './frame00341.png' and '/content/frames_storage/init_frame_storage/frame00341.png' are the same file\n", - "cp: './frame00584.png' and '/content/frames_storage/init_frame_storage/frame00584.png' are the same file\n", - "cp: './frame01161.png' and '/content/frames_storage/init_frame_storage/frame01161.png' are the same file\n", - "cp: './frame01017.png' and '/content/frames_storage/init_frame_storage/frame01017.png' are the same file\n", - "cp: './frame00918.png' and '/content/frames_storage/init_frame_storage/frame00918.png' are the same file\n", - "cp: './frame00872.png' and '/content/frames_storage/init_frame_storage/frame00872.png' are the same file\n", - "cp: './frame00214.png' and '/content/frames_storage/init_frame_storage/frame00214.png' are the same file\n", - "cp: './frame01104.png' and '/content/frames_storage/init_frame_storage/frame01104.png' are the same file\n", - "cp: './frame00497.png' and '/content/frames_storage/init_frame_storage/frame00497.png' are the same file\n", - "cp: './frame00253.png' and '/content/frames_storage/init_frame_storage/frame00253.png' are the same file\n", - "cp: './frame00502.png' and '/content/frames_storage/init_frame_storage/frame00502.png' are the same file\n", - "cp: './frame00242.png' and '/content/frames_storage/init_frame_storage/frame00242.png' are the same file\n", - "cp: './frame00346.png' and '/content/frames_storage/init_frame_storage/frame00346.png' are the same file\n", - "cp: './frame00982.png' and '/content/frames_storage/init_frame_storage/frame00982.png' are the same file\n", - "cp: './frame00426.png' and '/content/frames_storage/init_frame_storage/frame00426.png' are the same file\n", - "cp: './frame00003.png' and '/content/frames_storage/init_frame_storage/frame00003.png' are the same file\n", - "cp: './frame01193.png' and '/content/frames_storage/init_frame_storage/frame01193.png' are the same file\n", - "cp: './frame00759.png' and '/content/frames_storage/init_frame_storage/frame00759.png' are the same file\n", - "cp: './frame00440.png' and '/content/frames_storage/init_frame_storage/frame00440.png' are the same file\n", - "cp: './frame00605.png' and '/content/frames_storage/init_frame_storage/frame00605.png' are the same file\n", - "cp: './frame00766.png' and '/content/frames_storage/init_frame_storage/frame00766.png' are the same file\n", - "cp: './frame00514.png' and '/content/frames_storage/init_frame_storage/frame00514.png' are the same file\n", - "cp: './frame00165.png' and '/content/frames_storage/init_frame_storage/frame00165.png' are the same file\n", - "cp: './frame00890.png' and '/content/frames_storage/init_frame_storage/frame00890.png' are the same file\n", - "cp: './frame00851.png' and '/content/frames_storage/init_frame_storage/frame00851.png' are the same file\n", - "cp: './frame00699.png' and '/content/frames_storage/init_frame_storage/frame00699.png' are the same file\n", - "cp: './frame01094.png' and '/content/frames_storage/init_frame_storage/frame01094.png' are the same file\n", - "cp: './frame00272.png' and '/content/frames_storage/init_frame_storage/frame00272.png' are the same file\n", - "cp: './frame00114.png' and '/content/frames_storage/init_frame_storage/frame00114.png' are the same file\n", - "cp: './frame00163.png' and '/content/frames_storage/init_frame_storage/frame00163.png' are the same file\n", - "cp: './frame00752.png' and '/content/frames_storage/init_frame_storage/frame00752.png' are the same file\n", - "cp: './frame00565.png' and '/content/frames_storage/init_frame_storage/frame00565.png' are the same file\n", - "cp: './frame01135.png' and '/content/frames_storage/init_frame_storage/frame01135.png' are the same file\n", - "cp: './frame00963.png' and '/content/frames_storage/init_frame_storage/frame00963.png' are the same file\n", - "cp: './frame00813.png' and '/content/frames_storage/init_frame_storage/frame00813.png' are the same file\n", - "cp: './frame00736.png' and '/content/frames_storage/init_frame_storage/frame00736.png' are the same file\n", - "cp: './frame00910.png' and '/content/frames_storage/init_frame_storage/frame00910.png' are the same file\n", - "cp: './frame00356.png' and '/content/frames_storage/init_frame_storage/frame00356.png' are the same file\n", - "cp: './frame00791.png' and '/content/frames_storage/init_frame_storage/frame00791.png' are the same file\n", - "cp: './frame00601.png' and '/content/frames_storage/init_frame_storage/frame00601.png' are the same file\n", - "cp: './frame01180.png' and '/content/frames_storage/init_frame_storage/frame01180.png' are the same file\n", - "cp: './frame01003.png' and '/content/frames_storage/init_frame_storage/frame01003.png' are the same file\n", - "cp: './frame00566.png' and '/content/frames_storage/init_frame_storage/frame00566.png' are the same file\n", - "cp: './frame00549.png' and '/content/frames_storage/init_frame_storage/frame00549.png' are the same file\n", - "cp: './frame00871.png' and '/content/frames_storage/init_frame_storage/frame00871.png' are the same file\n", - "cp: './frame00767.png' and '/content/frames_storage/init_frame_storage/frame00767.png' are the same file\n", - "cp: './frame00075.png' and '/content/frames_storage/init_frame_storage/frame00075.png' are the same file\n", - "cp: './frame00690.png' and '/content/frames_storage/init_frame_storage/frame00690.png' are the same file\n", - "cp: './frame00550.png' and '/content/frames_storage/init_frame_storage/frame00550.png' are the same file\n", - "cp: './frame00164.png' and '/content/frames_storage/init_frame_storage/frame00164.png' are the same file\n", - "cp: './frame00672.png' and '/content/frames_storage/init_frame_storage/frame00672.png' are the same file\n", - "cp: './frame00716.png' and '/content/frames_storage/init_frame_storage/frame00716.png' are the same file\n", - "cp: './frame00837.png' and '/content/frames_storage/init_frame_storage/frame00837.png' are the same file\n", - "cp: './frame00199.png' and '/content/frames_storage/init_frame_storage/frame00199.png' are the same file\n", - "cp: './frame00881.png' and '/content/frames_storage/init_frame_storage/frame00881.png' are the same file\n", - "cp: './frame00600.png' and '/content/frames_storage/init_frame_storage/frame00600.png' are the same file\n", - "cp: './frame01148.png' and '/content/frames_storage/init_frame_storage/frame01148.png' are the same file\n", - "cp: './frame00960.png' and '/content/frames_storage/init_frame_storage/frame00960.png' are the same file\n", - "cp: './frame00867.png' and '/content/frames_storage/init_frame_storage/frame00867.png' are the same file\n", - "cp: './frame00385.png' and '/content/frames_storage/init_frame_storage/frame00385.png' are the same file\n", - "cp: './frame00322.png' and '/content/frames_storage/init_frame_storage/frame00322.png' are the same file\n", - "cp: './frame00292.png' and '/content/frames_storage/init_frame_storage/frame00292.png' are the same file\n", - "cp: './frame01232.png' and '/content/frames_storage/init_frame_storage/frame01232.png' are the same file\n", - "cp: './frame00984.png' and '/content/frames_storage/init_frame_storage/frame00984.png' are the same file\n", - "cp: './frame01238.png' and '/content/frames_storage/init_frame_storage/frame01238.png' are the same file\n", - "cp: './frame00295.png' and '/content/frames_storage/init_frame_storage/frame00295.png' are the same file\n", - "cp: './frame00491.png' and '/content/frames_storage/init_frame_storage/frame00491.png' are the same file\n", - "cp: './frame00372.png' and '/content/frames_storage/init_frame_storage/frame00372.png' are the same file\n", - "cp: './frame01048.png' and '/content/frames_storage/init_frame_storage/frame01048.png' are the same file\n", - "cp: './frame01110.png' and '/content/frames_storage/init_frame_storage/frame01110.png' are the same file\n", - "cp: './frame00916.png' and '/content/frames_storage/init_frame_storage/frame00916.png' are the same file\n", - "cp: './frame00297.png' and '/content/frames_storage/init_frame_storage/frame00297.png' are the same file\n", - "cp: './frame00674.png' and '/content/frames_storage/init_frame_storage/frame00674.png' are the same file\n", - "cp: './frame00703.png' and '/content/frames_storage/init_frame_storage/frame00703.png' are the same file\n", - "cp: './frame00968.png' and '/content/frames_storage/init_frame_storage/frame00968.png' are the same file\n", - "cp: './frame00966.png' and '/content/frames_storage/init_frame_storage/frame00966.png' are the same file\n", - "cp: './frame00364.png' and '/content/frames_storage/init_frame_storage/frame00364.png' are the same file\n", - "cp: './frame00427.png' and '/content/frames_storage/init_frame_storage/frame00427.png' are the same file\n", - "cp: './frame01158.png' and '/content/frames_storage/init_frame_storage/frame01158.png' are the same file\n", - "cp: './frame00252.png' and '/content/frames_storage/init_frame_storage/frame00252.png' are the same file\n", - "cp: './frame00654.png' and '/content/frames_storage/init_frame_storage/frame00654.png' are the same file\n", - "cp: './frame00994.png' and '/content/frames_storage/init_frame_storage/frame00994.png' are the same file\n", - "cp: './frame00064.png' and '/content/frames_storage/init_frame_storage/frame00064.png' are the same file\n", - "cp: './frame00180.png' and '/content/frames_storage/init_frame_storage/frame00180.png' are the same file\n", - "cp: './frame01223.png' and '/content/frames_storage/init_frame_storage/frame01223.png' are the same file\n", - "cp: './frame00301.png' and '/content/frames_storage/init_frame_storage/frame00301.png' are the same file\n", - "cp: './frame00368.png' and '/content/frames_storage/init_frame_storage/frame00368.png' are the same file\n", - "cp: './frame00626.png' and '/content/frames_storage/init_frame_storage/frame00626.png' are the same file\n", - "cp: './frame00790.png' and '/content/frames_storage/init_frame_storage/frame00790.png' are the same file\n", - "cp: './frame00538.png' and '/content/frames_storage/init_frame_storage/frame00538.png' are the same file\n", - "cp: './frame00518.png' and '/content/frames_storage/init_frame_storage/frame00518.png' are the same file\n", - "cp: './frame00287.png' and '/content/frames_storage/init_frame_storage/frame00287.png' are the same file\n", - "cp: './frame00103.png' and '/content/frames_storage/init_frame_storage/frame00103.png' are the same file\n", - "cp: './frame00625.png' and '/content/frames_storage/init_frame_storage/frame00625.png' are the same file\n", - "cp: './frame00360.png' and '/content/frames_storage/init_frame_storage/frame00360.png' are the same file\n", - "cp: './frame00920.png' and '/content/frames_storage/init_frame_storage/frame00920.png' are the same file\n", - "cp: './frame00348.png' and '/content/frames_storage/init_frame_storage/frame00348.png' are the same file\n", - "cp: './frame01005.png' and '/content/frames_storage/init_frame_storage/frame01005.png' are the same file\n", - "cp: './frame01184.png' and '/content/frames_storage/init_frame_storage/frame01184.png' are the same file\n", - "cp: './frame00822.png' and '/content/frames_storage/init_frame_storage/frame00822.png' are the same file\n", - "cp: './frame00407.png' and '/content/frames_storage/init_frame_storage/frame00407.png' are the same file\n", - "cp: './frame00443.png' and '/content/frames_storage/init_frame_storage/frame00443.png' are the same file\n", - "cp: './frame00303.png' and '/content/frames_storage/init_frame_storage/frame00303.png' are the same file\n", - "cp: './frame00959.png' and '/content/frames_storage/init_frame_storage/frame00959.png' are the same file\n", - "cp: './frame01183.png' and '/content/frames_storage/init_frame_storage/frame01183.png' are the same file\n", - "cp: './frame01013.png' and '/content/frames_storage/init_frame_storage/frame01013.png' are the same file\n", - "cp: './frame00836.png' and '/content/frames_storage/init_frame_storage/frame00836.png' are the same file\n", - "cp: './frame00645.png' and '/content/frames_storage/init_frame_storage/frame00645.png' are the same file\n", - "cp: './frame00666.png' and '/content/frames_storage/init_frame_storage/frame00666.png' are the same file\n", - "cp: './frame00077.png' and '/content/frames_storage/init_frame_storage/frame00077.png' are the same file\n", - "cp: './frame00399.png' and '/content/frames_storage/init_frame_storage/frame00399.png' are the same file\n", - "cp: './frame00529.png' and '/content/frames_storage/init_frame_storage/frame00529.png' are the same file\n", - "cp: './frame00188.png' and '/content/frames_storage/init_frame_storage/frame00188.png' are the same file\n", - "cp: './frame01243.png' and '/content/frames_storage/init_frame_storage/frame01243.png' are the same file\n", - "cp: './frame00624.png' and '/content/frames_storage/init_frame_storage/frame00624.png' are the same file\n", - "cp: './frame01150.png' and '/content/frames_storage/init_frame_storage/frame01150.png' are the same file\n", - "cp: './frame00786.png' and '/content/frames_storage/init_frame_storage/frame00786.png' are the same file\n", - "cp: './frame00409.png' and '/content/frames_storage/init_frame_storage/frame00409.png' are the same file\n", - "cp: './frame01163.png' and '/content/frames_storage/init_frame_storage/frame01163.png' are the same file\n", - "cp: './frame00395.png' and '/content/frames_storage/init_frame_storage/frame00395.png' are the same file\n", - "cp: './frame00332.png' and '/content/frames_storage/init_frame_storage/frame00332.png' are the same file\n", - "cp: './frame00010.png' and '/content/frames_storage/init_frame_storage/frame00010.png' are the same file\n", - "cp: './frame00725.png' and '/content/frames_storage/init_frame_storage/frame00725.png' are the same file\n", - "cp: './frame00071.png' and '/content/frames_storage/init_frame_storage/frame00071.png' are the same file\n", - "cp: './frame00532.png' and '/content/frames_storage/init_frame_storage/frame00532.png' are the same file\n", - "cp: './frame00403.png' and '/content/frames_storage/init_frame_storage/frame00403.png' are the same file\n", - "cp: './frame00646.png' and '/content/frames_storage/init_frame_storage/frame00646.png' are the same file\n", - "cp: './frame00381.png' and '/content/frames_storage/init_frame_storage/frame00381.png' are the same file\n", - "cp: './frame01001.png' and '/content/frames_storage/init_frame_storage/frame01001.png' are the same file\n", - "cp: './frame00629.png' and '/content/frames_storage/init_frame_storage/frame00629.png' are the same file\n", - "cp: './frame01115.png' and '/content/frames_storage/init_frame_storage/frame01115.png' are the same file\n", - "cp: './frame00675.png' and '/content/frames_storage/init_frame_storage/frame00675.png' are the same file\n", - "cp: './frame01226.png' and '/content/frames_storage/init_frame_storage/frame01226.png' are the same file\n", - "cp: './frame00041.png' and '/content/frames_storage/init_frame_storage/frame00041.png' are the same file\n", - "cp: './frame00390.png' and '/content/frames_storage/init_frame_storage/frame00390.png' are the same file\n", - "cp: './frame00061.png' and '/content/frames_storage/init_frame_storage/frame00061.png' are the same file\n", - "cp: './frame01081.png' and '/content/frames_storage/init_frame_storage/frame01081.png' are the same file\n", - "cp: './frame01058.png' and '/content/frames_storage/init_frame_storage/frame01058.png' are the same file\n", - "cp: './frame00855.png' and '/content/frames_storage/init_frame_storage/frame00855.png' are the same file\n", - "cp: './frame00840.png' and '/content/frames_storage/init_frame_storage/frame00840.png' are the same file\n", - "cp: './frame00608.png' and '/content/frames_storage/init_frame_storage/frame00608.png' are the same file\n", - "cp: './frame00705.png' and '/content/frames_storage/init_frame_storage/frame00705.png' are the same file\n", - "cp: './frame00805.png' and '/content/frames_storage/init_frame_storage/frame00805.png' are the same file\n", - "cp: './frame01169.png' and '/content/frames_storage/init_frame_storage/frame01169.png' are the same file\n", - "cp: './frame00466.png' and '/content/frames_storage/init_frame_storage/frame00466.png' are the same file\n", - "cp: './frame00773.png' and '/content/frames_storage/init_frame_storage/frame00773.png' are the same file\n", - "cp: './frame00614.png' and '/content/frames_storage/init_frame_storage/frame00614.png' are the same file\n", - "cp: './frame00648.png' and '/content/frames_storage/init_frame_storage/frame00648.png' are the same file\n", - "cp: './frame00127.png' and '/content/frames_storage/init_frame_storage/frame00127.png' are the same file\n", - "cp: './frame00217.png' and '/content/frames_storage/init_frame_storage/frame00217.png' are the same file\n", - "cp: './frame00816.png' and '/content/frames_storage/init_frame_storage/frame00816.png' are the same file\n", - "cp: './frame00779.png' and '/content/frames_storage/init_frame_storage/frame00779.png' are the same file\n", - "cp: './frame00447.png' and '/content/frames_storage/init_frame_storage/frame00447.png' are the same file\n", - "cp: './frame00310.png' and '/content/frames_storage/init_frame_storage/frame00310.png' are the same file\n", - "cp: './frame00856.png' and '/content/frames_storage/init_frame_storage/frame00856.png' are the same file\n", - "cp: './frame01068.png' and '/content/frames_storage/init_frame_storage/frame01068.png' are the same file\n", - "cp: './frame00937.png' and '/content/frames_storage/init_frame_storage/frame00937.png' are the same file\n", - "cp: './frame00424.png' and '/content/frames_storage/init_frame_storage/frame00424.png' are the same file\n", - "cp: './frame00439.png' and '/content/frames_storage/init_frame_storage/frame00439.png' are the same file\n", - "cp: './frame00880.png' and '/content/frames_storage/init_frame_storage/frame00880.png' are the same file\n", - "cp: './frame00144.png' and '/content/frames_storage/init_frame_storage/frame00144.png' are the same file\n", - "cp: './frame00203.png' and '/content/frames_storage/init_frame_storage/frame00203.png' are the same file\n", - "cp: './frame01039.png' and '/content/frames_storage/init_frame_storage/frame01039.png' are the same file\n", - "cp: './frame00663.png' and '/content/frames_storage/init_frame_storage/frame00663.png' are the same file\n", - "cp: './frame01224.png' and '/content/frames_storage/init_frame_storage/frame01224.png' are the same file\n", - "cp: './frame00324.png' and '/content/frames_storage/init_frame_storage/frame00324.png' are the same file\n", - "cp: './frame00357.png' and '/content/frames_storage/init_frame_storage/frame00357.png' are the same file\n", - "cp: './frame00282.png' and '/content/frames_storage/init_frame_storage/frame00282.png' are the same file\n", - "cp: './frame00857.png' and '/content/frames_storage/init_frame_storage/frame00857.png' are the same file\n", - "cp: './frame00469.png' and '/content/frames_storage/init_frame_storage/frame00469.png' are the same file\n", - "cp: './frame00044.png' and '/content/frames_storage/init_frame_storage/frame00044.png' are the same file\n", - "cp: './frame00859.png' and '/content/frames_storage/init_frame_storage/frame00859.png' are the same file\n", - "cp: './frame01196.png' and '/content/frames_storage/init_frame_storage/frame01196.png' are the same file\n", - "cp: './frame00969.png' and '/content/frames_storage/init_frame_storage/frame00969.png' are the same file\n", - "cp: './frame00160.png' and '/content/frames_storage/init_frame_storage/frame00160.png' are the same file\n", - "cp: './frame00229.png' and '/content/frames_storage/init_frame_storage/frame00229.png' are the same file\n", - "cp: './frame01109.png' and '/content/frames_storage/init_frame_storage/frame01109.png' are the same file\n", - "cp: './frame00408.png' and '/content/frames_storage/init_frame_storage/frame00408.png' are the same file\n", - "cp: './frame00082.png' and '/content/frames_storage/init_frame_storage/frame00082.png' are the same file\n", - "cp: './frame00762.png' and '/content/frames_storage/init_frame_storage/frame00762.png' are the same file\n", - "cp: './frame00564.png' and '/content/frames_storage/init_frame_storage/frame00564.png' are the same file\n", - "cp: './frame00380.png' and '/content/frames_storage/init_frame_storage/frame00380.png' are the same file\n", - "cp: './frame01194.png' and '/content/frames_storage/init_frame_storage/frame01194.png' are the same file\n", - "cp: './frame00277.png' and '/content/frames_storage/init_frame_storage/frame00277.png' are the same file\n", - "cp: './frame00505.png' and '/content/frames_storage/init_frame_storage/frame00505.png' are the same file\n", - "cp: './frame00080.png' and '/content/frames_storage/init_frame_storage/frame00080.png' are the same file\n", - "cp: './frame00422.png' and '/content/frames_storage/init_frame_storage/frame00422.png' are the same file\n", - "cp: './frame00031.png' and '/content/frames_storage/init_frame_storage/frame00031.png' are the same file\n", - "cp: './frame00019.png' and '/content/frames_storage/init_frame_storage/frame00019.png' are the same file\n", - "cp: './frame00617.png' and '/content/frames_storage/init_frame_storage/frame00617.png' are the same file\n", - "cp: './frame00392.png' and '/content/frames_storage/init_frame_storage/frame00392.png' are the same file\n", - "cp: './frame00155.png' and '/content/frames_storage/init_frame_storage/frame00155.png' are the same file\n", - "cp: './frame00616.png' and '/content/frames_storage/init_frame_storage/frame00616.png' are the same file\n", - "cp: './frame00119.png' and '/content/frames_storage/init_frame_storage/frame00119.png' are the same file\n", - "cp: './frame00009.png' and '/content/frames_storage/init_frame_storage/frame00009.png' are the same file\n", - "cp: './frame00631.png' and '/content/frames_storage/init_frame_storage/frame00631.png' are the same file\n", - "cp: './frame00093.png' and '/content/frames_storage/init_frame_storage/frame00093.png' are the same file\n", - "cp: './frame00509.png' and '/content/frames_storage/init_frame_storage/frame00509.png' are the same file\n", - "cp: './frame00987.png' and '/content/frames_storage/init_frame_storage/frame00987.png' are the same file\n", - "cp: './frame00639.png' and '/content/frames_storage/init_frame_storage/frame00639.png' are the same file\n", - "cp: './frame01074.png' and '/content/frames_storage/init_frame_storage/frame01074.png' are the same file\n", - "cp: './frame00192.png' and '/content/frames_storage/init_frame_storage/frame00192.png' are the same file\n", - "cp: './frame00957.png' and '/content/frames_storage/init_frame_storage/frame00957.png' are the same file\n", - "cp: './frame01195.png' and '/content/frames_storage/init_frame_storage/frame01195.png' are the same file\n", - "cp: './frame00517.png' and '/content/frames_storage/init_frame_storage/frame00517.png' are the same file\n", - "cp: './frame00536.png' and '/content/frames_storage/init_frame_storage/frame00536.png' are the same file\n", - "cp: './frame01143.png' and '/content/frames_storage/init_frame_storage/frame01143.png' are the same file\n", - "cp: './frame00121.png' and '/content/frames_storage/init_frame_storage/frame00121.png' are the same file\n", - "cp: './frame01131.png' and '/content/frames_storage/init_frame_storage/frame01131.png' are the same file\n", - "cp: './frame00296.png' and '/content/frames_storage/init_frame_storage/frame00296.png' are the same file\n", - "cp: './frame00293.png' and '/content/frames_storage/init_frame_storage/frame00293.png' are the same file\n", - "cp: './frame00086.png' and '/content/frames_storage/init_frame_storage/frame00086.png' are the same file\n", - "cp: './frame00661.png' and '/content/frames_storage/init_frame_storage/frame00661.png' are the same file\n", - "cp: './frame01051.png' and '/content/frames_storage/init_frame_storage/frame01051.png' are the same file\n", - "cp: './frame00484.png' and '/content/frames_storage/init_frame_storage/frame00484.png' are the same file\n", - "cp: './frame00915.png' and '/content/frames_storage/init_frame_storage/frame00915.png' are the same file\n", - "cp: './frame01012.png' and '/content/frames_storage/init_frame_storage/frame01012.png' are the same file\n", - "cp: './frame00689.png' and '/content/frames_storage/init_frame_storage/frame00689.png' are the same file\n", - "cp: './frame00338.png' and '/content/frames_storage/init_frame_storage/frame00338.png' are the same file\n", - "cp: './frame00995.png' and '/content/frames_storage/init_frame_storage/frame00995.png' are the same file\n", - "cp: './frame01059.png' and '/content/frames_storage/init_frame_storage/frame01059.png' are the same file\n", - "cp: './frame01217.png' and '/content/frames_storage/init_frame_storage/frame01217.png' are the same file\n", - "cp: './frame00843.png' and '/content/frames_storage/init_frame_storage/frame00843.png' are the same file\n", - "cp: './frame00465.png' and '/content/frames_storage/init_frame_storage/frame00465.png' are the same file\n", - "cp: './frame00219.png' and '/content/frames_storage/init_frame_storage/frame00219.png' are the same file\n", - "cp: './frame00136.png' and '/content/frames_storage/init_frame_storage/frame00136.png' are the same file\n", - "cp: './frame01210.png' and '/content/frames_storage/init_frame_storage/frame01210.png' are the same file\n", - "cp: './frame00024.png' and '/content/frames_storage/init_frame_storage/frame00024.png' are the same file\n", - "cp: './frame00599.png' and '/content/frames_storage/init_frame_storage/frame00599.png' are the same file\n", - "cp: './frame00595.png' and '/content/frames_storage/init_frame_storage/frame00595.png' are the same file\n", - "cp: './frame00085.png' and '/content/frames_storage/init_frame_storage/frame00085.png' are the same file\n", - "cp: './frame00317.png' and '/content/frames_storage/init_frame_storage/frame00317.png' are the same file\n", - "cp: './frame00361.png' and '/content/frames_storage/init_frame_storage/frame00361.png' are the same file\n", - "cp: './frame00208.png' and '/content/frames_storage/init_frame_storage/frame00208.png' are the same file\n", - "cp: './frame00750.png' and '/content/frames_storage/init_frame_storage/frame00750.png' are the same file\n", - "cp: './frame01151.png' and '/content/frames_storage/init_frame_storage/frame01151.png' are the same file\n", - "cp: './frame01200.png' and '/content/frames_storage/init_frame_storage/frame01200.png' are the same file\n", - "cp: './frame00168.png' and '/content/frames_storage/init_frame_storage/frame00168.png' are the same file\n", - "cp: './frame00933.png' and '/content/frames_storage/init_frame_storage/frame00933.png' are the same file\n", - "cp: './frame00327.png' and '/content/frames_storage/init_frame_storage/frame00327.png' are the same file\n", - "cp: './frame00525.png' and '/content/frames_storage/init_frame_storage/frame00525.png' are the same file\n", - "cp: './frame00713.png' and '/content/frames_storage/init_frame_storage/frame00713.png' are the same file\n", - "cp: './frame00013.png' and '/content/frames_storage/init_frame_storage/frame00013.png' are the same file\n", - "cp: './frame00685.png' and '/content/frames_storage/init_frame_storage/frame00685.png' are the same file\n", - "cp: './frame00511.png' and '/content/frames_storage/init_frame_storage/frame00511.png' are the same file\n", - "cp: './frame00475.png' and '/content/frames_storage/init_frame_storage/frame00475.png' are the same file\n", - "cp: './frame00853.png' and '/content/frames_storage/init_frame_storage/frame00853.png' are the same file\n", - "cp: './frame00792.png' and '/content/frames_storage/init_frame_storage/frame00792.png' are the same file\n", - "cp: './frame00201.png' and '/content/frames_storage/init_frame_storage/frame00201.png' are the same file\n", - "cp: './frame01045.png' and '/content/frames_storage/init_frame_storage/frame01045.png' are the same file\n", - "cp: './frame00858.png' and '/content/frames_storage/init_frame_storage/frame00858.png' are the same file\n", - "cp: './frame00970.png' and '/content/frames_storage/init_frame_storage/frame00970.png' are the same file\n", - "cp: './frame00017.png' and '/content/frames_storage/init_frame_storage/frame00017.png' are the same file\n", - "cp: './frame00593.png' and '/content/frames_storage/init_frame_storage/frame00593.png' are the same file\n", - "cp: './frame01063.png' and '/content/frames_storage/init_frame_storage/frame01063.png' are the same file\n", - "cp: './frame00454.png' and '/content/frames_storage/init_frame_storage/frame00454.png' are the same file\n", - "cp: './frame00519.png' and '/content/frames_storage/init_frame_storage/frame00519.png' are the same file\n", - "cp: './frame00284.png' and '/content/frames_storage/init_frame_storage/frame00284.png' are the same file\n", - "cp: './frame01029.png' and '/content/frames_storage/init_frame_storage/frame01029.png' are the same file\n", - "cp: './frame00107.png' and '/content/frames_storage/init_frame_storage/frame00107.png' are the same file\n", - "cp: './frame00354.png' and '/content/frames_storage/init_frame_storage/frame00354.png' are the same file\n", - "cp: './frame00578.png' and '/content/frames_storage/init_frame_storage/frame00578.png' are the same file\n", - "cp: './frame00319.png' and '/content/frames_storage/init_frame_storage/frame00319.png' are the same file\n", - "cp: './frame00744.png' and '/content/frames_storage/init_frame_storage/frame00744.png' are the same file\n", - "cp: './frame01086.png' and '/content/frames_storage/init_frame_storage/frame01086.png' are the same file\n", - "cp: './frame00101.png' and '/content/frames_storage/init_frame_storage/frame00101.png' are the same file\n", - "cp: './frame00222.png' and '/content/frames_storage/init_frame_storage/frame00222.png' are the same file\n", - "cp: './frame00257.png' and '/content/frames_storage/init_frame_storage/frame00257.png' are the same file\n", - "cp: './frame00330.png' and '/content/frames_storage/init_frame_storage/frame00330.png' are the same file\n", - "cp: './frame00870.png' and '/content/frames_storage/init_frame_storage/frame00870.png' are the same file\n", - "cp: './frame00834.png' and '/content/frames_storage/init_frame_storage/frame00834.png' are the same file\n", - "cp: './frame00828.png' and '/content/frames_storage/init_frame_storage/frame00828.png' are the same file\n", - "cp: './frame00039.png' and '/content/frames_storage/init_frame_storage/frame00039.png' are the same file\n", - "cp: './frame00778.png' and '/content/frames_storage/init_frame_storage/frame00778.png' are the same file\n", - "cp: './frame01128.png' and '/content/frames_storage/init_frame_storage/frame01128.png' are the same file\n", - "cp: './frame00825.png' and '/content/frames_storage/init_frame_storage/frame00825.png' are the same file\n", - "cp: './frame01111.png' and '/content/frames_storage/init_frame_storage/frame01111.png' are the same file\n", - "cp: './frame00264.png' and '/content/frames_storage/init_frame_storage/frame00264.png' are the same file\n", - "cp: './frame00007.png' and '/content/frames_storage/init_frame_storage/frame00007.png' are the same file\n", - "cp: './frame00965.png' and '/content/frames_storage/init_frame_storage/frame00965.png' are the same file\n", - "cp: './frame00124.png' and '/content/frames_storage/init_frame_storage/frame00124.png' are the same file\n", - "cp: './frame00290.png' and '/content/frames_storage/init_frame_storage/frame00290.png' are the same file\n", - "cp: './frame00314.png' and '/content/frames_storage/init_frame_storage/frame00314.png' are the same file\n", - "cp: './frame00718.png' and '/content/frames_storage/init_frame_storage/frame00718.png' are the same file\n", - "cp: './frame00176.png' and '/content/frames_storage/init_frame_storage/frame00176.png' are the same file\n", - "cp: './frame00225.png' and '/content/frames_storage/init_frame_storage/frame00225.png' are the same file\n", - "cp: './frame00234.png' and '/content/frames_storage/init_frame_storage/frame00234.png' are the same file\n", - "cp: './frame00753.png' and '/content/frames_storage/init_frame_storage/frame00753.png' are the same file\n", - "cp: './frame00485.png' and '/content/frames_storage/init_frame_storage/frame00485.png' are the same file\n", - "cp: './frame00686.png' and '/content/frames_storage/init_frame_storage/frame00686.png' are the same file\n", - "cp: './frame01076.png' and '/content/frames_storage/init_frame_storage/frame01076.png' are the same file\n", - "cp: './frame00209.png' and '/content/frames_storage/init_frame_storage/frame00209.png' are the same file\n", - "cp: './frame01221.png' and '/content/frames_storage/init_frame_storage/frame01221.png' are the same file\n", - "cp: './frame00304.png' and '/content/frames_storage/init_frame_storage/frame00304.png' are the same file\n", - "cp: './frame01246.png' and '/content/frames_storage/init_frame_storage/frame01246.png' are the same file\n", - "cp: './frame00212.png' and '/content/frames_storage/init_frame_storage/frame00212.png' are the same file\n", - "cp: './frame00196.png' and '/content/frames_storage/init_frame_storage/frame00196.png' are the same file\n", - "cp: './frame00967.png' and '/content/frames_storage/init_frame_storage/frame00967.png' are the same file\n", - "cp: './frame00901.png' and '/content/frames_storage/init_frame_storage/frame00901.png' are the same file\n", - "cp: './frame00300.png' and '/content/frames_storage/init_frame_storage/frame00300.png' are the same file\n", - "cp: './frame01062.png' and '/content/frames_storage/init_frame_storage/frame01062.png' are the same file\n", - "cp: './frame00613.png' and '/content/frames_storage/init_frame_storage/frame00613.png' are the same file\n", - "cp: './frame00756.png' and '/content/frames_storage/init_frame_storage/frame00756.png' are the same file\n", - "cp: './frame01022.png' and '/content/frames_storage/init_frame_storage/frame01022.png' are the same file\n", - "cp: './frame00355.png' and '/content/frames_storage/init_frame_storage/frame00355.png' are the same file\n", - "cp: './frame01186.png' and '/content/frames_storage/init_frame_storage/frame01186.png' are the same file\n", - "cp: './frame00592.png' and '/content/frames_storage/init_frame_storage/frame00592.png' are the same file\n", - "cp: './frame00373.png' and '/content/frames_storage/init_frame_storage/frame00373.png' are the same file\n", - "cp: './frame00630.png' and '/content/frames_storage/init_frame_storage/frame00630.png' are the same file\n", - "cp: './frame00159.png' and '/content/frames_storage/init_frame_storage/frame00159.png' are the same file\n", - "cp: './frame00006.png' and '/content/frames_storage/init_frame_storage/frame00006.png' are the same file\n", - "cp: './frame00228.png' and '/content/frames_storage/init_frame_storage/frame00228.png' are the same file\n", - "cp: './frame00546.png' and '/content/frames_storage/init_frame_storage/frame00546.png' are the same file\n", - "cp: './frame00590.png' and '/content/frames_storage/init_frame_storage/frame00590.png' are the same file\n", - "cp: './frame00231.png' and '/content/frames_storage/init_frame_storage/frame00231.png' are the same file\n", - "cp: './frame01023.png' and '/content/frames_storage/init_frame_storage/frame01023.png' are the same file\n", - "cp: './frame00259.png' and '/content/frames_storage/init_frame_storage/frame00259.png' are the same file\n", - "cp: './frame01061.png' and '/content/frames_storage/init_frame_storage/frame01061.png' are the same file\n", - "cp: './frame00796.png' and '/content/frames_storage/init_frame_storage/frame00796.png' are the same file\n", - "cp: './frame00784.png' and '/content/frames_storage/init_frame_storage/frame00784.png' are the same file\n", - "cp: './frame00669.png' and '/content/frames_storage/init_frame_storage/frame00669.png' are the same file\n", - "cp: './frame00352.png' and '/content/frames_storage/init_frame_storage/frame00352.png' are the same file\n", - "cp: './frame00045.png' and '/content/frames_storage/init_frame_storage/frame00045.png' are the same file\n", - "cp: './frame00534.png' and '/content/frames_storage/init_frame_storage/frame00534.png' are the same file\n", - "cp: './frame00504.png' and '/content/frames_storage/init_frame_storage/frame00504.png' are the same file\n", - "cp: './frame00598.png' and '/content/frames_storage/init_frame_storage/frame00598.png' are the same file\n", - "cp: './frame01041.png' and '/content/frames_storage/init_frame_storage/frame01041.png' are the same file\n", - "cp: './frame00894.png' and '/content/frames_storage/init_frame_storage/frame00894.png' are the same file\n", - "cp: './frame00981.png' and '/content/frames_storage/init_frame_storage/frame00981.png' are the same file\n", - "cp: './frame01134.png' and '/content/frames_storage/init_frame_storage/frame01134.png' are the same file\n", - "cp: './frame00906.png' and '/content/frames_storage/init_frame_storage/frame00906.png' are the same file\n", - "cp: './frame00958.png' and '/content/frames_storage/init_frame_storage/frame00958.png' are the same file\n", - "cp: './frame00278.png' and '/content/frames_storage/init_frame_storage/frame00278.png' are the same file\n", - "cp: './frame00028.png' and '/content/frames_storage/init_frame_storage/frame00028.png' are the same file\n", - "cp: './frame00655.png' and '/content/frames_storage/init_frame_storage/frame00655.png' are the same file\n", - "cp: './frame00098.png' and '/content/frames_storage/init_frame_storage/frame00098.png' are the same file\n", - "cp: './frame00090.png' and '/content/frames_storage/init_frame_storage/frame00090.png' are the same file\n", - "cp: './frame00128.png' and '/content/frames_storage/init_frame_storage/frame00128.png' are the same file\n", - "cp: './frame00461.png' and '/content/frames_storage/init_frame_storage/frame00461.png' are the same file\n", - "cp: './frame00527.png' and '/content/frames_storage/init_frame_storage/frame00527.png' are the same file\n", - "cp: './frame00732.png' and '/content/frames_storage/init_frame_storage/frame00732.png' are the same file\n", - "cp: './frame00831.png' and '/content/frames_storage/init_frame_storage/frame00831.png' are the same file\n", - "cp: './frame00665.png' and '/content/frames_storage/init_frame_storage/frame00665.png' are the same file\n", - "cp: './frame01064.png' and '/content/frames_storage/init_frame_storage/frame01064.png' are the same file\n", - "cp: './frame00602.png' and '/content/frames_storage/init_frame_storage/frame00602.png' are the same file\n", - "cp: './frame00522.png' and '/content/frames_storage/init_frame_storage/frame00522.png' are the same file\n", - "cp: './frame00498.png' and '/content/frames_storage/init_frame_storage/frame00498.png' are the same file\n", - "cp: './frame01125.png' and '/content/frames_storage/init_frame_storage/frame01125.png' are the same file\n", - "cp: './frame01071.png' and '/content/frames_storage/init_frame_storage/frame01071.png' are the same file\n", - "cp: './frame00582.png' and '/content/frames_storage/init_frame_storage/frame00582.png' are the same file\n", - "cp: './frame00106.png' and '/content/frames_storage/init_frame_storage/frame00106.png' are the same file\n", - "cp: './frame01088.png' and '/content/frames_storage/init_frame_storage/frame01088.png' are the same file\n", - "cp: './frame00133.png' and '/content/frames_storage/init_frame_storage/frame00133.png' are the same file\n", - "cp: './frame00526.png' and '/content/frames_storage/init_frame_storage/frame00526.png' are the same file\n", - "cp: './frame01126.png' and '/content/frames_storage/init_frame_storage/frame01126.png' are the same file\n", - "cp: './frame00474.png' and '/content/frames_storage/init_frame_storage/frame00474.png' are the same file\n", - "cp: './frame00389.png' and '/content/frames_storage/init_frame_storage/frame00389.png' are the same file\n", - "cp: './frame00131.png' and '/content/frames_storage/init_frame_storage/frame00131.png' are the same file\n", - "cp: './frame00434.png' and '/content/frames_storage/init_frame_storage/frame00434.png' are the same file\n", - "cp: './frame00455.png' and '/content/frames_storage/init_frame_storage/frame00455.png' are the same file\n", - "cp: './frame01175.png' and '/content/frames_storage/init_frame_storage/frame01175.png' are the same file\n", - "cp: './frame00742.png' and '/content/frames_storage/init_frame_storage/frame00742.png' are the same file\n", - "cp: './frame00618.png' and '/content/frames_storage/init_frame_storage/frame00618.png' are the same file\n", - "cp: './frame00722.png' and '/content/frames_storage/init_frame_storage/frame00722.png' are the same file\n", - "cp: './frame00026.png' and '/content/frames_storage/init_frame_storage/frame00026.png' are the same file\n", - "cp: './frame01000.png' and '/content/frames_storage/init_frame_storage/frame01000.png' are the same file\n", - "cp: './frame00174.png' and '/content/frames_storage/init_frame_storage/frame00174.png' are the same file\n", - "cp: './frame00315.png' and '/content/frames_storage/init_frame_storage/frame00315.png' are the same file\n", - "cp: './frame00206.png' and '/content/frames_storage/init_frame_storage/frame00206.png' are the same file\n", - "cp: './frame00433.png' and '/content/frames_storage/init_frame_storage/frame00433.png' are the same file\n", - "cp: './frame00057.png' and '/content/frames_storage/init_frame_storage/frame00057.png' are the same file\n", - "cp: './frame00681.png' and '/content/frames_storage/init_frame_storage/frame00681.png' are the same file\n", - "cp: './frame00118.png' and '/content/frames_storage/init_frame_storage/frame00118.png' are the same file\n", - "cp: './frame00823.png' and '/content/frames_storage/init_frame_storage/frame00823.png' are the same file\n", - "cp: './frame00068.png' and '/content/frames_storage/init_frame_storage/frame00068.png' are the same file\n", - "cp: './frame00760.png' and '/content/frames_storage/init_frame_storage/frame00760.png' are the same file\n", - "cp: './frame00138.png' and '/content/frames_storage/init_frame_storage/frame00138.png' are the same file\n", - "cp: './frame00581.png' and '/content/frames_storage/init_frame_storage/frame00581.png' are the same file\n", - "cp: './frame00135.png' and '/content/frames_storage/init_frame_storage/frame00135.png' are the same file\n", - "cp: './frame00052.png' and '/content/frames_storage/init_frame_storage/frame00052.png' are the same file\n", - "cp: './frame00275.png' and '/content/frames_storage/init_frame_storage/frame00275.png' are the same file\n", - "cp: './frame01099.png' and '/content/frames_storage/init_frame_storage/frame01099.png' are the same file\n", - "cp: './frame00161.png' and '/content/frames_storage/init_frame_storage/frame00161.png' are the same file\n", - "cp: './frame00652.png' and '/content/frames_storage/init_frame_storage/frame00652.png' are the same file\n", - "cp: './frame00544.png' and '/content/frames_storage/init_frame_storage/frame00544.png' are the same file\n", - "cp: './frame00432.png' and '/content/frames_storage/init_frame_storage/frame00432.png' are the same file\n", - "cp: './frame00555.png' and '/content/frames_storage/init_frame_storage/frame00555.png' are the same file\n", - "cp: './frame00453.png' and '/content/frames_storage/init_frame_storage/frame00453.png' are the same file\n", - "cp: './frame01085.png' and '/content/frames_storage/init_frame_storage/frame01085.png' are the same file\n", - "cp: './frame00553.png' and '/content/frames_storage/init_frame_storage/frame00553.png' are the same file\n", - "cp: './frame01253.png' and '/content/frames_storage/init_frame_storage/frame01253.png' are the same file\n", - "cp: './frame00844.png' and '/content/frames_storage/init_frame_storage/frame00844.png' are the same file\n", - "cp: './frame00682.png' and '/content/frames_storage/init_frame_storage/frame00682.png' are the same file\n", - "cp: './frame00438.png' and '/content/frames_storage/init_frame_storage/frame00438.png' are the same file\n", - "cp: './frame00830.png' and '/content/frames_storage/init_frame_storage/frame00830.png' are the same file\n", - "cp: './frame00738.png' and '/content/frames_storage/init_frame_storage/frame00738.png' are the same file\n", - "cp: './frame00035.png' and '/content/frames_storage/init_frame_storage/frame00035.png' are the same file\n", - "cp: './frame00371.png' and '/content/frames_storage/init_frame_storage/frame00371.png' are the same file\n", - "cp: './frame00695.png' and '/content/frames_storage/init_frame_storage/frame00695.png' are the same file\n", - "cp: './frame00478.png' and '/content/frames_storage/init_frame_storage/frame00478.png' are the same file\n", - "cp: './frame00416.png' and '/content/frames_storage/init_frame_storage/frame00416.png' are the same file\n", - "cp: './frame00059.png' and '/content/frames_storage/init_frame_storage/frame00059.png' are the same file\n", - "cp: './frame00700.png' and '/content/frames_storage/init_frame_storage/frame00700.png' are the same file\n", - "cp: './frame01034.png' and '/content/frames_storage/init_frame_storage/frame01034.png' are the same file\n", - "cp: './frame00146.png' and '/content/frames_storage/init_frame_storage/frame00146.png' are the same file\n", - "cp: './frame00826.png' and '/content/frames_storage/init_frame_storage/frame00826.png' are the same file\n", - "cp: './frame01037.png' and '/content/frames_storage/init_frame_storage/frame01037.png' are the same file\n", - "cp: './frame00464.png' and '/content/frames_storage/init_frame_storage/frame00464.png' are the same file\n", - "cp: './frame00362.png' and '/content/frames_storage/init_frame_storage/frame00362.png' are the same file\n", - "cp: './frame01049.png' and '/content/frames_storage/init_frame_storage/frame01049.png' are the same file\n", - "cp: './frame00215.png' and '/content/frames_storage/init_frame_storage/frame00215.png' are the same file\n", - "cp: './frame00733.png' and '/content/frames_storage/init_frame_storage/frame00733.png' are the same file\n", - "cp: './frame01066.png' and '/content/frames_storage/init_frame_storage/frame01066.png' are the same file\n", - "cp: './frame00925.png' and '/content/frames_storage/init_frame_storage/frame00925.png' are the same file\n", - "cp: './frame00145.png' and '/content/frames_storage/init_frame_storage/frame00145.png' are the same file\n", - "cp: './frame00764.png' and '/content/frames_storage/init_frame_storage/frame00764.png' are the same file\n", - "cp: './frame01078.png' and '/content/frames_storage/init_frame_storage/frame01078.png' are the same file\n", - "cp: './frame00162.png' and '/content/frames_storage/init_frame_storage/frame00162.png' are the same file\n", - "cp: './frame01091.png' and '/content/frames_storage/init_frame_storage/frame01091.png' are the same file\n", - "cp: './frame00116.png' and '/content/frames_storage/init_frame_storage/frame00116.png' are the same file\n", - "cp: './frame01222.png' and '/content/frames_storage/init_frame_storage/frame01222.png' are the same file\n", - "cp: './frame00572.png' and '/content/frames_storage/init_frame_storage/frame00572.png' are the same file\n", - "cp: './frame00157.png' and '/content/frames_storage/init_frame_storage/frame00157.png' are the same file\n", - "cp: './frame00148.png' and '/content/frames_storage/init_frame_storage/frame00148.png' are the same file\n", - "cp: './frame01230.png' and '/content/frames_storage/init_frame_storage/frame01230.png' are the same file\n", - "cp: './frame00173.png' and '/content/frames_storage/init_frame_storage/frame00173.png' are the same file\n", - "cp: './frame00935.png' and '/content/frames_storage/init_frame_storage/frame00935.png' are the same file\n", - "cp: './frame00992.png' and '/content/frames_storage/init_frame_storage/frame00992.png' are the same file\n", - "cp: './frame00919.png' and '/content/frames_storage/init_frame_storage/frame00919.png' are the same file\n", - "cp: './frame00154.png' and '/content/frames_storage/init_frame_storage/frame00154.png' are the same file\n", - "cp: './frame01072.png' and '/content/frames_storage/init_frame_storage/frame01072.png' are the same file\n", - "cp: './frame01021.png' and '/content/frames_storage/init_frame_storage/frame01021.png' are the same file\n", - "cp: './frame01249.png' and '/content/frames_storage/init_frame_storage/frame01249.png' are the same file\n", - "cp: './frame00819.png' and '/content/frames_storage/init_frame_storage/frame00819.png' are the same file\n", - "cp: './frame01220.png' and '/content/frames_storage/init_frame_storage/frame01220.png' are the same file\n", - "cp: './frame00396.png' and '/content/frames_storage/init_frame_storage/frame00396.png' are the same file\n", - "cp: './frame00506.png' and '/content/frames_storage/init_frame_storage/frame00506.png' are the same file\n", - "cp: './frame00383.png' and '/content/frames_storage/init_frame_storage/frame00383.png' are the same file\n", - "cp: './frame00864.png' and '/content/frames_storage/init_frame_storage/frame00864.png' are the same file\n", - "cp: './frame00014.png' and '/content/frames_storage/init_frame_storage/frame00014.png' are the same file\n", - "cp: './frame01215.png' and '/content/frames_storage/init_frame_storage/frame01215.png' are the same file\n", - "cp: './frame00972.png' and '/content/frames_storage/init_frame_storage/frame00972.png' are the same file\n", - "cp: './frame01199.png' and '/content/frames_storage/init_frame_storage/frame01199.png' are the same file\n", - "cp: './frame00829.png' and '/content/frames_storage/init_frame_storage/frame00829.png' are the same file\n", - "cp: './frame01198.png' and '/content/frames_storage/init_frame_storage/frame01198.png' are the same file\n", - "cp: './frame01176.png' and '/content/frames_storage/init_frame_storage/frame01176.png' are the same file\n", - "cp: './frame01207.png' and '/content/frames_storage/init_frame_storage/frame01207.png' are the same file\n", - "cp: './frame00477.png' and '/content/frames_storage/init_frame_storage/frame00477.png' are the same file\n", - "cp: './frame00815.png' and '/content/frames_storage/init_frame_storage/frame00815.png' are the same file\n", - "cp: './frame01136.png' and '/content/frames_storage/init_frame_storage/frame01136.png' are the same file\n", - "cp: './frame00040.png' and '/content/frames_storage/init_frame_storage/frame00040.png' are the same file\n", - "cp: './frame00609.png' and '/content/frames_storage/init_frame_storage/frame00609.png' are the same file\n", - "cp: './frame01053.png' and '/content/frames_storage/init_frame_storage/frame01053.png' are the same file\n", - "cp: './frame01140.png' and '/content/frames_storage/init_frame_storage/frame01140.png' are the same file\n", - "cp: './frame00702.png' and '/content/frames_storage/init_frame_storage/frame00702.png' are the same file\n", - "cp: './frame01127.png' and '/content/frames_storage/init_frame_storage/frame01127.png' are the same file\n", - "cp: './frame01098.png' and '/content/frames_storage/init_frame_storage/frame01098.png' are the same file\n", - "cp: './frame00832.png' and '/content/frames_storage/init_frame_storage/frame00832.png' are the same file\n", - "cp: './frame01032.png' and '/content/frames_storage/init_frame_storage/frame01032.png' are the same file\n", - "cp: './frame00952.png' and '/content/frames_storage/init_frame_storage/frame00952.png' are the same file\n", - "cp: './frame00802.png' and '/content/frames_storage/init_frame_storage/frame00802.png' are the same file\n", - "cp: './frame00542.png' and '/content/frames_storage/init_frame_storage/frame00542.png' are the same file\n", - "cp: './frame00810.png' and '/content/frames_storage/init_frame_storage/frame00810.png' are the same file\n", - "cp: './frame01046.png' and '/content/frames_storage/init_frame_storage/frame01046.png' are the same file\n", - "cp: './frame00367.png' and '/content/frames_storage/init_frame_storage/frame00367.png' are the same file\n", - "cp: './frame00637.png' and '/content/frames_storage/init_frame_storage/frame00637.png' are the same file\n", - "cp: './frame00845.png' and '/content/frames_storage/init_frame_storage/frame00845.png' are the same file\n", - "cp: './frame01113.png' and '/content/frames_storage/init_frame_storage/frame01113.png' are the same file\n", - "cp: './frame00258.png' and '/content/frames_storage/init_frame_storage/frame00258.png' are the same file\n", - "cp: './frame00670.png' and '/content/frames_storage/init_frame_storage/frame00670.png' are the same file\n", - "cp: './frame01152.png' and '/content/frames_storage/init_frame_storage/frame01152.png' are the same file\n", - "cp: './frame00651.png' and '/content/frames_storage/init_frame_storage/frame00651.png' are the same file\n", - "cp: './frame00102.png' and '/content/frames_storage/init_frame_storage/frame00102.png' are the same file\n", - "cp: './frame00412.png' and '/content/frames_storage/init_frame_storage/frame00412.png' are the same file\n", - "cp: './frame01138.png' and '/content/frames_storage/init_frame_storage/frame01138.png' are the same file\n", - "cp: './frame00448.png' and '/content/frames_storage/init_frame_storage/frame00448.png' are the same file\n", - "cp: './frame00751.png' and '/content/frames_storage/init_frame_storage/frame00751.png' are the same file\n", - "cp: './frame00470.png' and '/content/frames_storage/init_frame_storage/frame00470.png' are the same file\n", - "cp: './frame00926.png' and '/content/frames_storage/init_frame_storage/frame00926.png' are the same file\n", - "cp: './frame00210.png' and '/content/frames_storage/init_frame_storage/frame00210.png' are the same file\n", - "cp: './frame00977.png' and '/content/frames_storage/init_frame_storage/frame00977.png' are the same file\n", - "cp: './frame00888.png' and '/content/frames_storage/init_frame_storage/frame00888.png' are the same file\n", - "cp: './frame00207.png' and '/content/frames_storage/init_frame_storage/frame00207.png' are the same file\n", - "cp: './frame00467.png' and '/content/frames_storage/init_frame_storage/frame00467.png' are the same file\n", - "cp: './frame01096.png' and '/content/frames_storage/init_frame_storage/frame01096.png' are the same file\n", - "cp: './frame01254.png' and '/content/frames_storage/init_frame_storage/frame01254.png' are the same file\n", - "cp: './frame00349.png' and '/content/frames_storage/init_frame_storage/frame00349.png' are the same file\n", - "cp: './frame00429.png' and '/content/frames_storage/init_frame_storage/frame00429.png' are the same file\n", - "cp: './frame00233.png' and '/content/frames_storage/init_frame_storage/frame00233.png' are the same file\n", - "cp: './frame00363.png' and '/content/frames_storage/init_frame_storage/frame00363.png' are the same file\n", - "cp: './frame00021.png' and '/content/frames_storage/init_frame_storage/frame00021.png' are the same file\n", - "cp: './frame00083.png' and '/content/frames_storage/init_frame_storage/frame00083.png' are the same file\n", - "cp: './frame00610.png' and '/content/frames_storage/init_frame_storage/frame00610.png' are the same file\n", - "cp: './frame00436.png' and '/content/frames_storage/init_frame_storage/frame00436.png' are the same file\n", - "cp: './frame00936.png' and '/content/frames_storage/init_frame_storage/frame00936.png' are the same file\n", - "cp: './frame00701.png' and '/content/frames_storage/init_frame_storage/frame00701.png' are the same file\n", - "cp: './frame00074.png' and '/content/frames_storage/init_frame_storage/frame00074.png' are the same file\n", - "cp: './frame00793.png' and '/content/frames_storage/init_frame_storage/frame00793.png' are the same file\n", - "cp: './frame01190.png' and '/content/frames_storage/init_frame_storage/frame01190.png' are the same file\n", - "cp: './frame01229.png' and '/content/frames_storage/init_frame_storage/frame01229.png' are the same file\n", - "cp: './frame00781.png' and '/content/frames_storage/init_frame_storage/frame00781.png' are the same file\n", - "cp: './frame00570.png' and '/content/frames_storage/init_frame_storage/frame00570.png' are the same file\n", - "cp: './frame00281.png' and '/content/frames_storage/init_frame_storage/frame00281.png' are the same file\n", - "cp: './frame00789.png' and '/content/frames_storage/init_frame_storage/frame00789.png' are the same file\n", - "cp: './frame01156.png' and '/content/frames_storage/init_frame_storage/frame01156.png' are the same file\n", - "cp: './frame00833.png' and '/content/frames_storage/init_frame_storage/frame00833.png' are the same file\n", - "cp: './frame00939.png' and '/content/frames_storage/init_frame_storage/frame00939.png' are the same file\n", - "cp: './frame00921.png' and '/content/frames_storage/init_frame_storage/frame00921.png' are the same file\n", - "cp: './frame00046.png' and '/content/frames_storage/init_frame_storage/frame00046.png' are the same file\n", - "cp: './frame00821.png' and '/content/frames_storage/init_frame_storage/frame00821.png' are the same file\n", - "cp: './frame01114.png' and '/content/frames_storage/init_frame_storage/frame01114.png' are the same file\n", - "cp: './frame00889.png' and '/content/frames_storage/init_frame_storage/frame00889.png' are the same file\n", - "cp: './frame00458.png' and '/content/frames_storage/init_frame_storage/frame00458.png' are the same file\n", - "cp: './frame01106.png' and '/content/frames_storage/init_frame_storage/frame01106.png' are the same file\n", - "cp: './frame00748.png' and '/content/frames_storage/init_frame_storage/frame00748.png' are the same file\n", - "cp: './frame00508.png' and '/content/frames_storage/init_frame_storage/frame00508.png' are the same file\n", - "cp: './frame01030.png' and '/content/frames_storage/init_frame_storage/frame01030.png' are the same file\n", - "cp: './frame00530.png' and '/content/frames_storage/init_frame_storage/frame00530.png' are the same file\n", - "cp: './frame00562.png' and '/content/frames_storage/init_frame_storage/frame00562.png' are the same file\n", - "cp: './frame00623.png' and '/content/frames_storage/init_frame_storage/frame00623.png' are the same file\n", - "cp: './frame00318.png' and '/content/frames_storage/init_frame_storage/frame00318.png' are the same file\n", - "cp: './frame01011.png' and '/content/frames_storage/init_frame_storage/frame01011.png' are the same file\n", - "cp: './frame00099.png' and '/content/frames_storage/init_frame_storage/frame00099.png' are the same file\n", - "cp: './frame00115.png' and '/content/frames_storage/init_frame_storage/frame00115.png' are the same file\n", - "cp: './frame00065.png' and '/content/frames_storage/init_frame_storage/frame00065.png' are the same file\n", - "cp: './frame00953.png' and '/content/frames_storage/init_frame_storage/frame00953.png' are the same file\n", - "cp: './frame00063.png' and '/content/frames_storage/init_frame_storage/frame00063.png' are the same file\n", - "cp: './frame00316.png' and '/content/frames_storage/init_frame_storage/frame00316.png' are the same file\n", - "cp: './frame00560.png' and '/content/frames_storage/init_frame_storage/frame00560.png' are the same file\n", - "cp: './frame00494.png' and '/content/frames_storage/init_frame_storage/frame00494.png' are the same file\n", - "cp: './frame00235.png' and '/content/frames_storage/init_frame_storage/frame00235.png' are the same file\n", - "cp: './frame00559.png' and '/content/frames_storage/init_frame_storage/frame00559.png' are the same file\n", - "cp: './frame00909.png' and '/content/frames_storage/init_frame_storage/frame00909.png' are the same file\n", - "cp: './frame01028.png' and '/content/frames_storage/init_frame_storage/frame01028.png' are the same file\n", - "cp: './frame01242.png' and '/content/frames_storage/init_frame_storage/frame01242.png' are the same file\n", - "cp: './frame00948.png' and '/content/frames_storage/init_frame_storage/frame00948.png' are the same file\n", - "cp: './frame00884.png' and '/content/frames_storage/init_frame_storage/frame00884.png' are the same file\n", - "cp: './frame00954.png' and '/content/frames_storage/init_frame_storage/frame00954.png' are the same file\n", - "cp: './frame01216.png' and '/content/frames_storage/init_frame_storage/frame01216.png' are the same file\n", - "cp: './frame00421.png' and '/content/frames_storage/init_frame_storage/frame00421.png' are the same file\n", - "cp: './frame00025.png' and '/content/frames_storage/init_frame_storage/frame00025.png' are the same file\n", - "cp: './frame00008.png' and '/content/frames_storage/init_frame_storage/frame00008.png' are the same file\n", - "cp: './frame01006.png' and '/content/frames_storage/init_frame_storage/frame01006.png' are the same file\n", - "cp: './frame00226.png' and '/content/frames_storage/init_frame_storage/frame00226.png' are the same file\n", - "cp: './frame00078.png' and '/content/frames_storage/init_frame_storage/frame00078.png' are the same file\n", - "cp: './frame00820.png' and '/content/frames_storage/init_frame_storage/frame00820.png' are the same file\n", - "cp: './frame00072.png' and '/content/frames_storage/init_frame_storage/frame00072.png' are the same file\n", - "cp: './frame00694.png' and '/content/frames_storage/init_frame_storage/frame00694.png' are the same file\n", - "cp: './frame00662.png' and '/content/frames_storage/init_frame_storage/frame00662.png' are the same file\n", - "cp: './frame01065.png' and '/content/frames_storage/init_frame_storage/frame01065.png' are the same file\n", - "cp: './frame00794.png' and '/content/frames_storage/init_frame_storage/frame00794.png' are the same file\n", - "cp: './frame00714.png' and '/content/frames_storage/init_frame_storage/frame00714.png' are the same file\n", - "cp: './frame00240.png' and '/content/frames_storage/init_frame_storage/frame00240.png' are the same file\n", - "cp: './frame01164.png' and '/content/frames_storage/init_frame_storage/frame01164.png' are the same file\n", - "cp: './frame00758.png' and '/content/frames_storage/init_frame_storage/frame00758.png' are the same file\n", - "cp: './frame00991.png' and '/content/frames_storage/init_frame_storage/frame00991.png' are the same file\n", - "cp: './frame00337.png' and '/content/frames_storage/init_frame_storage/frame00337.png' are the same file\n", - "cp: './frame01170.png' and '/content/frames_storage/init_frame_storage/frame01170.png' are the same file\n", - "cp: './frame00425.png' and '/content/frames_storage/init_frame_storage/frame00425.png' are the same file\n", - "cp: './frame00393.png' and '/content/frames_storage/init_frame_storage/frame00393.png' are the same file\n", - "cp: './frame00097.png' and '/content/frames_storage/init_frame_storage/frame00097.png' are the same file\n", - "cp: './frame01084.png' and '/content/frames_storage/init_frame_storage/frame01084.png' are the same file\n", - "cp: './frame01089.png' and '/content/frames_storage/init_frame_storage/frame01089.png' are the same file\n", - "cp: './frame00929.png' and '/content/frames_storage/init_frame_storage/frame00929.png' are the same file\n", - "cp: './frame00743.png' and '/content/frames_storage/init_frame_storage/frame00743.png' are the same file\n", - "cp: './frame00255.png' and '/content/frames_storage/init_frame_storage/frame00255.png' are the same file\n", - "cp: './frame00386.png' and '/content/frames_storage/init_frame_storage/frame00386.png' are the same file\n", - "cp: './frame00256.png' and '/content/frames_storage/init_frame_storage/frame00256.png' are the same file\n", - "cp: './frame01117.png' and '/content/frames_storage/init_frame_storage/frame01117.png' are the same file\n", - "/content/frames_storage/init_frame_storage\n", - "mv: './frame00053.png' and './frame00053.png' are the same file\n", - "mv: './frame00951.png' and './frame00951.png' are the same file\n", - "mv: './frame00137.png' and './frame00137.png' are the same file\n", - "mv: './frame01237.png' and './frame01237.png' are the same file\n", - "mv: './frame00414.png' and './frame00414.png' are the same file\n", - "mv: './frame00727.png' and './frame00727.png' are the same file\n", - "mv: './frame00251.png' and './frame00251.png' are the same file\n", - "mv: './frame00711.png' and './frame00711.png' are the same file\n", - "mv: './frame01118.png' and './frame01118.png' are the same file\n", - "mv: './frame00238.png' and './frame00238.png' are the same file\n", - "mv: './frame00747.png' and './frame00747.png' are the same file\n", - "mv: './frame01027.png' and './frame01027.png' are the same file\n", - "mv: './frame00050.png' and './frame00050.png' are the same file\n", - "mv: './frame01182.png' and './frame01182.png' are the same file\n", - "mv: './frame00997.png' and './frame00997.png' are the same file\n", - "mv: './frame00027.png' and './frame00027.png' are the same file\n", - "mv: './frame00717.png' and './frame00717.png' are the same file\n", - "mv: './frame00370.png' and './frame00370.png' are the same file\n", - "mv: './frame01008.png' and './frame01008.png' are the same file\n", - "mv: './frame00375.png' and './frame00375.png' are the same file\n", - "mv: './frame00022.png' and './frame00022.png' are the same file\n", - "mv: './frame00973.png' and './frame00973.png' are the same file\n", - "mv: './frame00175.png' and './frame00175.png' are the same file\n", - "mv: './frame00182.png' and './frame00182.png' are the same file\n", - "mv: './frame00692.png' and './frame00692.png' are the same file\n", - "mv: './frame01035.png' and './frame01035.png' are the same file\n", - "mv: './frame00976.png' and './frame00976.png' are the same file\n", - "mv: './frame01250.png' and './frame01250.png' are the same file\n", - "mv: './frame00089.png' and './frame00089.png' are the same file\n", - "mv: './frame00634.png' and './frame00634.png' are the same file\n", - "mv: './frame00227.png' and './frame00227.png' are the same file\n", - "mv: './frame00305.png' and './frame00305.png' are the same file\n", - "mv: './frame00746.png' and './frame00746.png' are the same file\n", - "mv: './frame00846.png' and './frame00846.png' are the same file\n", - "mv: './frame00189.png' and './frame00189.png' are the same file\n", - "mv: './frame00978.png' and './frame00978.png' are the same file\n", - "mv: './frame00001.png' and './frame00001.png' are the same file\n", - "mv: './frame01205.png' and './frame01205.png' are the same file\n", - "mv: './frame00016.png' and './frame00016.png' are the same file\n", - "mv: './frame00788.png' and './frame00788.png' are the same file\n", - "mv: './frame00606.png' and './frame00606.png' are the same file\n", - "mv: './frame00627.png' and './frame00627.png' are the same file\n", - "mv: './frame00202.png' and './frame00202.png' are the same file\n", - "mv: './frame00579.png' and './frame00579.png' are the same file\n", - "mv: './frame00615.png' and './frame00615.png' are the same file\n", - "mv: './frame00923.png' and './frame00923.png' are the same file\n", - "mv: './frame00141.png' and './frame00141.png' are the same file\n", - "mv: './frame00647.png' and './frame00647.png' are the same file\n", - "mv: './frame01092.png' and './frame01092.png' are the same file\n", - "mv: './frame00988.png' and './frame00988.png' are the same file\n", - "mv: './frame00417.png' and './frame00417.png' are the same file\n", - "mv: './frame00489.png' and './frame00489.png' are the same file\n", - "mv: './frame00930.png' and './frame00930.png' are the same file\n", - "mv: './frame01236.png' and './frame01236.png' are the same file\n", - "mv: './frame01075.png' and './frame01075.png' are the same file\n", - "mv: './frame00243.png' and './frame00243.png' are the same file\n", - "mv: './frame01130.png' and './frame01130.png' are the same file\n", - "mv: './frame00220.png' and './frame00220.png' are the same file\n", - "mv: './frame00005.png' and './frame00005.png' are the same file\n", - "mv: './frame01168.png' and './frame01168.png' are the same file\n", - "mv: './frame00486.png' and './frame00486.png' are the same file\n", - "mv: './frame00079.png' and './frame00079.png' are the same file\n", - "mv: './frame00015.png' and './frame00015.png' are the same file\n", - "mv: './frame00949.png' and './frame00949.png' are the same file\n", - "mv: './frame00441.png' and './frame00441.png' are the same file\n", - "mv: './frame00197.png' and './frame00197.png' are the same file\n", - "mv: './frame00679.png' and './frame00679.png' are the same file\n", - "mv: './frame00411.png' and './frame00411.png' are the same file\n", - "mv: './frame00543.png' and './frame00543.png' are the same file\n", - "mv: './frame01248.png' and './frame01248.png' are the same file\n", - "mv: './frame00765.png' and './frame00765.png' are the same file\n", - "mv: './frame00739.png' and './frame00739.png' are the same file\n", - "mv: './frame00772.png' and './frame00772.png' are the same file\n", - "mv: './frame00482.png' and './frame00482.png' are the same file\n", - "mv: './frame01105.png' and './frame01105.png' are the same file\n", - "mv: './frame00761.png' and './frame00761.png' are the same file\n", - "mv: './frame00391.png' and './frame00391.png' are the same file\n", - "mv: './frame01042.png' and './frame01042.png' are the same file\n", - "mv: './frame00668.png' and './frame00668.png' are the same file\n", - "mv: './frame00535.png' and './frame00535.png' are the same file\n", - "mv: './frame01157.png' and './frame01157.png' are the same file\n", - "mv: './frame01244.png' and './frame01244.png' are the same file\n", - "mv: './frame01185.png' and './frame01185.png' are the same file\n", - "mv: './frame00431.png' and './frame00431.png' are the same file\n", - "mv: './frame00030.png' and './frame00030.png' are the same file\n", - "mv: './frame01214.png' and './frame01214.png' are the same file\n", - "mv: './frame01054.png' and './frame01054.png' are the same file\n", - "mv: './frame00487.png' and './frame00487.png' are the same file\n", - "mv: './frame00548.png' and './frame00548.png' are the same file\n", - "mv: './frame00285.png' and './frame00285.png' are the same file\n", - "mv: './frame00413.png' and './frame00413.png' are the same file\n", - "mv: './frame00468.png' and './frame00468.png' are the same file\n", - "mv: './frame00172.png' and './frame00172.png' are the same file\n", - "mv: './frame01251.png' and './frame01251.png' are the same file\n", - "mv: './frame00932.png' and './frame00932.png' are the same file\n", - "mv: './frame00268.png' and './frame00268.png' are the same file\n", - "mv: './frame01133.png' and './frame01133.png' are the same file\n", - "mv: './frame00649.png' and './frame00649.png' are the same file\n", - "mv: './frame00891.png' and './frame00891.png' are the same file\n", - "mv: './frame00917.png' and './frame00917.png' are the same file\n", - "mv: './frame00254.png' and './frame00254.png' are the same file\n", - "mv: './frame00274.png' and './frame00274.png' are the same file\n", - "mv: './frame00286.png' and './frame00286.png' are the same file\n", - "mv: './frame01159.png' and './frame01159.png' are the same file\n", - "mv: './frame00580.png' and './frame00580.png' are the same file\n", - "mv: './frame00325.png' and './frame00325.png' are the same file\n", - "mv: './frame00342.png' and './frame00342.png' are the same file\n", - "mv: './frame00261.png' and './frame00261.png' are the same file\n", - "mv: './frame00899.png' and './frame00899.png' are the same file\n", - "mv: './frame00415.png' and './frame00415.png' are the same file\n", - "mv: './frame00804.png' and './frame00804.png' are the same file\n", - "mv: './frame00336.png' and './frame00336.png' are the same file\n", - "mv: './frame00763.png' and './frame00763.png' are the same file\n", - "mv: './frame00533.png' and './frame00533.png' are the same file\n", - "mv: './frame00388.png' and './frame00388.png' are the same file\n", - "mv: './frame00513.png' and './frame00513.png' are the same file\n", - "mv: './frame00269.png' and './frame00269.png' are the same file\n", - "mv: './frame00728.png' and './frame00728.png' are the same file\n", - "mv: './frame00688.png' and './frame00688.png' are the same file\n", - "mv: './frame01073.png' and './frame01073.png' are the same file\n", - "mv: './frame00076.png' and './frame00076.png' are the same file\n", - "mv: './frame00402.png' and './frame00402.png' are the same file\n", - "mv: './frame00450.png' and './frame00450.png' are the same file\n", - "mv: './frame01160.png' and './frame01160.png' are the same file\n", - "mv: './frame00622.png' and './frame00622.png' are the same file\n", - "mv: './frame00854.png' and './frame00854.png' are the same file\n", - "mv: './frame01095.png' and './frame01095.png' are the same file\n", - "mv: './frame00152.png' and './frame00152.png' are the same file\n", - "mv: './frame00029.png' and './frame00029.png' are the same file\n", - "mv: './frame01129.png' and './frame01129.png' are the same file\n", - "mv: './frame00730.png' and './frame00730.png' are the same file\n", - "mv: './frame00927.png' and './frame00927.png' are the same file\n", - "mv: './frame00964.png' and './frame00964.png' are the same file\n", - "mv: './frame00216.png' and './frame00216.png' are the same file\n", - "mv: './frame00092.png' and './frame00092.png' are the same file\n", - "mv: './frame00835.png' and './frame00835.png' are the same file\n", - "mv: './frame00066.png' and './frame00066.png' are the same file\n", - "mv: './frame00038.png' and './frame00038.png' are the same file\n", - "mv: './frame00510.png' and './frame00510.png' are the same file\n", - "mv: './frame00205.png' and './frame00205.png' are the same file\n", - "mv: './frame00735.png' and './frame00735.png' are the same file\n", - "mv: './frame00221.png' and './frame00221.png' are the same file\n", - "mv: './frame00308.png' and './frame00308.png' are the same file\n", - "mv: './frame01178.png' and './frame01178.png' are the same file\n", - "mv: './frame00435.png' and './frame00435.png' are the same file\n", - "mv: './frame00153.png' and './frame00153.png' are the same file\n", - "mv: './frame00374.png' and './frame00374.png' are the same file\n", - "mv: './frame00149.png' and './frame00149.png' are the same file\n", - "mv: './frame00780.png' and './frame00780.png' are the same file\n", - "mv: './frame00874.png' and './frame00874.png' are the same file\n", - "mv: './frame00577.png' and './frame00577.png' are the same file\n", - "mv: './frame00798.png' and './frame00798.png' are the same file\n", - "mv: './frame00479.png' and './frame00479.png' are the same file\n", - "mv: './frame00524.png' and './frame00524.png' are the same file\n", - "mv: './frame00556.png' and './frame00556.png' are the same file\n", - "mv: './frame00774.png' and './frame00774.png' are the same file\n", - "mv: './frame01147.png' and './frame01147.png' are the same file\n", - "mv: './frame01002.png' and './frame01002.png' are the same file\n", - "mv: './frame00990.png' and './frame00990.png' are the same file\n", - "mv: './frame00938.png' and './frame00938.png' are the same file\n", - "mv: './frame01144.png' and './frame01144.png' are the same file\n", - "mv: './frame00597.png' and './frame00597.png' are the same file\n", - "mv: './frame00034.png' and './frame00034.png' are the same file\n", - "mv: './frame00847.png' and './frame00847.png' are the same file\n", - "mv: './frame01069.png' and './frame01069.png' are the same file\n", - "mv: './frame01240.png' and './frame01240.png' are the same file\n", - "mv: './frame01015.png' and './frame01015.png' are the same file\n", - "mv: './frame00628.png' and './frame00628.png' are the same file\n", - "mv: './frame01231.png' and './frame01231.png' are the same file\n", - "mv: './frame00449.png' and './frame00449.png' are the same file\n", - "mv: './frame00283.png' and './frame00283.png' are the same file\n", - "mv: './frame00818.png' and './frame00818.png' are the same file\n", - "mv: './frame00697.png' and './frame00697.png' are the same file\n", - "mv: './frame00126.png' and './frame00126.png' are the same file\n", - "mv: './frame00693.png' and './frame00693.png' are the same file\n", - "mv: './frame00309.png' and './frame00309.png' are the same file\n", - "mv: './frame01007.png' and './frame01007.png' are the same file\n", - "mv: './frame00418.png' and './frame00418.png' are the same file\n", - "mv: './frame00883.png' and './frame00883.png' are the same file\n", - "mv: './frame00588.png' and './frame00588.png' are the same file\n", - "mv: './frame00104.png' and './frame00104.png' are the same file\n", - "mv: './frame01189.png' and './frame01189.png' are the same file\n", - "mv: './frame01057.png' and './frame01057.png' are the same file\n", - "mv: './frame00181.png' and './frame00181.png' are the same file\n", - "mv: './frame00575.png' and './frame00575.png' are the same file\n", - "mv: './frame00704.png' and './frame00704.png' are the same file\n", - "mv: './frame01040.png' and './frame01040.png' are the same file\n", - "mv: './frame00091.png' and './frame00091.png' are the same file\n", - "mv: './frame00184.png' and './frame00184.png' are the same file\n", - "mv: './frame00452.png' and './frame00452.png' are the same file\n", - "mv: './frame00263.png' and './frame00263.png' are the same file\n", - "mv: './frame00667.png' and './frame00667.png' are the same file\n", - "mv: './frame01212.png' and './frame01212.png' are the same file\n", - "mv: './frame00463.png' and './frame00463.png' are the same file\n", - "mv: './frame00183.png' and './frame00183.png' are the same file\n", - "mv: './frame00279.png' and './frame00279.png' are the same file\n", - "mv: './frame00658.png' and './frame00658.png' are the same file\n", - "mv: './frame01018.png' and './frame01018.png' are the same file\n", - "mv: './frame00493.png' and './frame00493.png' are the same file\n", - "mv: './frame00902.png' and './frame00902.png' are the same file\n", - "mv: './frame01211.png' and './frame01211.png' are the same file\n", - "mv: './frame00142.png' and './frame00142.png' are the same file\n", - "mv: './frame00569.png' and './frame00569.png' are the same file\n", - "mv: './frame01225.png' and './frame01225.png' are the same file\n", - "mv: './frame00190.png' and './frame00190.png' are the same file\n", - "mv: './frame01227.png' and './frame01227.png' are the same file\n", - "mv: './frame01197.png' and './frame01197.png' are the same file\n", - "mv: './frame00088.png' and './frame00088.png' are the same file\n", - "mv: './frame00130.png' and './frame00130.png' are the same file\n", - "mv: './frame00749.png' and './frame00749.png' are the same file\n", - "mv: './frame00241.png' and './frame00241.png' are the same file\n", - "mv: './frame01146.png' and './frame01146.png' are the same file\n", - "mv: './frame01014.png' and './frame01014.png' are the same file\n", - "mv: './frame01187.png' and './frame01187.png' are the same file\n", - "mv: './frame00552.png' and './frame00552.png' are the same file\n", - "mv: './frame00520.png' and './frame00520.png' are the same file\n", - "mv: './frame01149.png' and './frame01149.png' are the same file\n", - "mv: './frame00775.png' and './frame00775.png' are the same file\n", - "mv: './frame01252.png' and './frame01252.png' are the same file\n", - "mv: './frame00869.png' and './frame00869.png' are the same file\n", - "mv: './frame00492.png' and './frame00492.png' are the same file\n", - "mv: './frame00945.png' and './frame00945.png' are the same file\n", - "mv: './frame00073.png' and './frame00073.png' are the same file\n", - "mv: './frame00139.png' and './frame00139.png' are the same file\n", - "mv: './frame00420.png' and './frame00420.png' are the same file\n", - "mv: './frame01044.png' and './frame01044.png' are the same file\n", - "mv: './frame00660.png' and './frame00660.png' are the same file\n", - "mv: './frame00094.png' and './frame00094.png' are the same file\n", - "mv: './frame01173.png' and './frame01173.png' are the same file\n", - "mv: './frame00445.png' and './frame00445.png' are the same file\n", - "mv: './frame00905.png' and './frame00905.png' are the same file\n", - "mv: './frame00299.png' and './frame00299.png' are the same file\n", - "mv: './frame00806.png' and './frame00806.png' are the same file\n", - "mv: './frame00515.png' and './frame00515.png' are the same file\n", - "mv: './frame00129.png' and './frame00129.png' are the same file\n", - "mv: './frame00032.png' and './frame00032.png' are the same file\n", - "mv: './frame01228.png' and './frame01228.png' are the same file\n", - "mv: './frame00656.png' and './frame00656.png' are the same file\n", - "mv: './frame00971.png' and './frame00971.png' are the same file\n", - "mv: './frame00801.png' and './frame00801.png' are the same file\n", - "mv: './frame00496.png' and './frame00496.png' are the same file\n", - "mv: './frame00200.png' and './frame00200.png' are the same file\n", - "mv: './frame01191.png' and './frame01191.png' are the same file\n", - "mv: './frame00350.png' and './frame00350.png' are the same file\n", - "mv: './frame00673.png' and './frame00673.png' are the same file\n", - "mv: './frame00878.png' and './frame00878.png' are the same file\n", - "mv: './frame00394.png' and './frame00394.png' are the same file\n", - "mv: './frame00120.png' and './frame00120.png' are the same file\n", - "mv: './frame01142.png' and './frame01142.png' are the same file\n", - "mv: './frame00501.png' and './frame00501.png' are the same file\n", - "mv: './frame00177.png' and './frame00177.png' are the same file\n", - "mv: './frame00442.png' and './frame00442.png' are the same file\n", - "mv: './frame00841.png' and './frame00841.png' are the same file\n", - "mv: './frame00551.png' and './frame00551.png' are the same file\n", - "mv: './frame00653.png' and './frame00653.png' are the same file\n", - "mv: './frame00708.png' and './frame00708.png' are the same file\n", - "mv: './frame00108.png' and './frame00108.png' are the same file\n", - "mv: './frame00931.png' and './frame00931.png' are the same file\n", - "mv: './frame01174.png' and './frame01174.png' are the same file\n", - "mv: './frame00956.png' and './frame00956.png' are the same file\n", - "mv: './frame01016.png' and './frame01016.png' are the same file\n", - "mv: './frame01108.png' and './frame01108.png' are the same file\n", - "mv: './frame01255.png' and './frame01255.png' are the same file\n", - "mv: './frame00934.png' and './frame00934.png' are the same file\n", - "mv: './frame00250.png' and './frame00250.png' are the same file\n", - "mv: './frame01234.png' and './frame01234.png' are the same file\n", - "mv: './frame00147.png' and './frame00147.png' are the same file\n", - "mv: './frame01121.png' and './frame01121.png' are the same file\n", - "mv: './frame00273.png' and './frame00273.png' are the same file\n", - "mv: './frame00245.png' and './frame00245.png' are the same file\n", - "mv: './frame00288.png' and './frame00288.png' are the same file\n", - "mv: './frame00633.png' and './frame00633.png' are the same file\n", - "mv: './frame00012.png' and './frame00012.png' are the same file\n", - "mv: './frame00554.png' and './frame00554.png' are the same file\n", - "mv: './frame00943.png' and './frame00943.png' are the same file\n", - "mv: './frame00985.png' and './frame00985.png' are the same file\n", - "mv: './frame01208.png' and './frame01208.png' are the same file\n", - "mv: './frame00262.png' and './frame00262.png' are the same file\n", - "mv: './frame00998.png' and './frame00998.png' are the same file\n", - "mv: './frame00179.png' and './frame00179.png' are the same file\n", - "mv: './frame00054.png' and './frame00054.png' are the same file\n", - "mv: './frame00011.png' and './frame00011.png' are the same file\n", - "mv: './frame01060.png' and './frame01060.png' are the same file\n", - "mv: './frame00687.png' and './frame00687.png' are the same file\n", - "mv: './frame00698.png' and './frame00698.png' are the same file\n", - "mv: './frame00232.png' and './frame00232.png' are the same file\n", - "mv: './frame01213.png' and './frame01213.png' are the same file\n", - "mv: './frame00483.png' and './frame00483.png' are the same file\n", - "mv: './frame01247.png' and './frame01247.png' are the same file\n", - "mv: './frame00824.png' and './frame00824.png' are the same file\n", - "mv: './frame00339.png' and './frame00339.png' are the same file\n", - "mv: './frame00873.png' and './frame00873.png' are the same file\n", - "mv: './frame00860.png' and './frame00860.png' are the same file\n", - "mv: './frame01090.png' and './frame01090.png' are the same file\n", - "mv: './frame00547.png' and './frame00547.png' are the same file\n", - "mv: './frame01019.png' and './frame01019.png' are the same file\n", - "mv: './frame00799.png' and './frame00799.png' are the same file\n", - "mv: './frame01083.png' and './frame01083.png' are the same file\n", - "mv: './frame00132.png' and './frame00132.png' are the same file\n", - "mv: './frame00989.png' and './frame00989.png' are the same file\n", - "mv: './frame01218.png' and './frame01218.png' are the same file\n", - "mv: './frame00657.png' and './frame00657.png' are the same file\n", - "mv: './frame00224.png' and './frame00224.png' are the same file\n", - "mv: './frame01123.png' and './frame01123.png' are the same file\n", - "mv: './frame00328.png' and './frame00328.png' are the same file\n", - "mv: './frame00333.png' and './frame00333.png' are the same file\n", - "mv: './frame00460.png' and './frame00460.png' are the same file\n", - "mv: './frame01177.png' and './frame01177.png' are the same file\n", - "mv: './frame01154.png' and './frame01154.png' are the same file\n", - "mv: './frame00359.png' and './frame00359.png' are the same file\n", - "mv: './frame00344.png' and './frame00344.png' are the same file\n", - "mv: './frame00848.png' and './frame00848.png' are the same file\n", - "mv: './frame00946.png' and './frame00946.png' are the same file\n", - "mv: './frame00770.png' and './frame00770.png' are the same file\n", - "mv: './frame00680.png' and './frame00680.png' are the same file\n", - "mv: './frame00323.png' and './frame00323.png' are the same file\n", - "mv: './frame00249.png' and './frame00249.png' are the same file\n", - "mv: './frame00731.png' and './frame00731.png' are the same file\n", - "mv: './frame00095.png' and './frame00095.png' are the same file\n", - "mv: './frame01093.png' and './frame01093.png' are the same file\n", - "mv: './frame00677.png' and './frame00677.png' are the same file\n", - "mv: './frame00640.png' and './frame00640.png' are the same file\n", - "mv: './frame00619.png' and './frame00619.png' are the same file\n", - "mv: './frame00246.png' and './frame00246.png' are the same file\n", - "mv: './frame00397.png' and './frame00397.png' are the same file\n", - "mv: './frame00771.png' and './frame00771.png' are the same file\n", - "mv: './frame00170.png' and './frame00170.png' are the same file\n", - "mv: './frame00457.png' and './frame00457.png' are the same file\n", - "mv: './frame00462.png' and './frame00462.png' are the same file\n", - "mv: './frame01201.png' and './frame01201.png' are the same file\n", - "mv: './frame00140.png' and './frame00140.png' are the same file\n", - "mv: './frame00419.png' and './frame00419.png' are the same file\n", - "mv: './frame00850.png' and './frame00850.png' are the same file\n", - "mv: './frame00754.png' and './frame00754.png' are the same file\n", - "mv: './frame00892.png' and './frame00892.png' are the same file\n", - "mv: './frame00974.png' and './frame00974.png' are the same file\n", - "mv: './frame00237.png' and './frame00237.png' are the same file\n", - "mv: './frame00707.png' and './frame00707.png' are the same file\n", - "mv: './frame00849.png' and './frame00849.png' are the same file\n", - "mv: './frame00782.png' and './frame00782.png' are the same file\n", - "mv: './frame00195.png' and './frame00195.png' are the same file\n", - "mv: './frame01067.png' and './frame01067.png' are the same file\n", - "mv: './frame00950.png' and './frame00950.png' are the same file\n", - "mv: './frame00803.png' and './frame00803.png' are the same file\n", - "mv: './frame00911.png' and './frame00911.png' are the same file\n", - "mv: './frame00942.png' and './frame00942.png' are the same file\n", - "mv: './frame00112.png' and './frame00112.png' are the same file\n", - "mv: './frame00171.png' and './frame00171.png' are the same file\n", - "mv: './frame00056.png' and './frame00056.png' are the same file\n", - "mv: './frame00745.png' and './frame00745.png' are the same file\n", - "mv: './frame00710.png' and './frame00710.png' are the same file\n", - "mv: './frame00331.png' and './frame00331.png' are the same file\n", - "mv: './frame00721.png' and './frame00721.png' are the same file\n", - "mv: './frame00877.png' and './frame00877.png' are the same file\n", - "mv: './frame00955.png' and './frame00955.png' are the same file\n", - "mv: './frame00769.png' and './frame00769.png' are the same file\n", - "mv: './frame00312.png' and './frame00312.png' are the same file\n", - "mv: './frame00110.png' and './frame00110.png' are the same file\n", - "mv: './frame00594.png' and './frame00594.png' are the same file\n", - "mv: './frame00048.png' and './frame00048.png' are the same file\n", - "mv: './frame00897.png' and './frame00897.png' are the same file\n", - "mv: './frame00641.png' and './frame00641.png' are the same file\n", - "mv: './frame00839.png' and './frame00839.png' are the same file\n", - "mv: './frame00664.png' and './frame00664.png' are the same file\n", - "mv: './frame00723.png' and './frame00723.png' are the same file\n", - "mv: './frame01145.png' and './frame01145.png' are the same file\n", - "mv: './frame00585.png' and './frame00585.png' are the same file\n", - "mv: './frame00169.png' and './frame00169.png' are the same file\n", - "mv: './frame01203.png' and './frame01203.png' are the same file\n", - "mv: './frame00776.png' and './frame00776.png' are the same file\n", - "mv: './frame00678.png' and './frame00678.png' are the same file\n", - "mv: './frame01132.png' and './frame01132.png' are the same file\n", - "mv: './frame00069.png' and './frame00069.png' are the same file\n", - "mv: './frame00481.png' and './frame00481.png' are the same file\n", - "mv: './frame00036.png' and './frame00036.png' are the same file\n", - "mv: './frame00638.png' and './frame00638.png' are the same file\n", - "mv: './frame00726.png' and './frame00726.png' are the same file\n", - "mv: './frame01087.png' and './frame01087.png' are the same file\n", - "mv: './frame01181.png' and './frame01181.png' are the same file\n", - "mv: './frame00166.png' and './frame00166.png' are the same file\n", - "mv: './frame00755.png' and './frame00755.png' are the same file\n", - "mv: './frame00320.png' and './frame00320.png' are the same file\n", - "mv: './frame00811.png' and './frame00811.png' are the same file\n", - "mv: './frame00596.png' and './frame00596.png' are the same file\n", - "mv: './frame00503.png' and './frame00503.png' are the same file\n", - "mv: './frame00814.png' and './frame00814.png' are the same file\n", - "mv: './frame00729.png' and './frame00729.png' are the same file\n", - "mv: './frame00037.png' and './frame00037.png' are the same file\n", - "mv: './frame00294.png' and './frame00294.png' are the same file\n", - "mv: './frame01079.png' and './frame01079.png' are the same file\n", - "mv: './frame01241.png' and './frame01241.png' are the same file\n", - "mv: './frame00571.png' and './frame00571.png' are the same file\n", - "mv: './frame01206.png' and './frame01206.png' are the same file\n", - "mv: './frame01171.png' and './frame01171.png' are the same file\n", - "mv: './frame00343.png' and './frame00343.png' are the same file\n", - "mv: './frame00401.png' and './frame00401.png' are the same file\n", - "mv: './frame00642.png' and './frame00642.png' are the same file\n", - "mv: './frame01010.png' and './frame01010.png' are the same file\n", - "mv: './frame01047.png' and './frame01047.png' are the same file\n", - "mv: './frame00055.png' and './frame00055.png' are the same file\n", - "mv: './frame00020.png' and './frame00020.png' are the same file\n", - "mv: './frame00523.png' and './frame00523.png' are the same file\n", - "mv: './frame00696.png' and './frame00696.png' are the same file\n", - "mv: './frame00671.png' and './frame00671.png' are the same file\n", - "mv: './frame00528.png' and './frame00528.png' are the same file\n", - "mv: './frame00737.png' and './frame00737.png' are the same file\n", - "mv: './frame00223.png' and './frame00223.png' are the same file\n", - "mv: './frame00218.png' and './frame00218.png' are the same file\n", - "mv: './frame00405.png' and './frame00405.png' are the same file\n", - "mv: './frame00659.png' and './frame00659.png' are the same file\n", - "mv: './frame00875.png' and './frame00875.png' are the same file\n", - "mv: './frame00567.png' and './frame00567.png' are the same file\n", - "mv: './frame00573.png' and './frame00573.png' are the same file\n", - "mv: './frame01020.png' and './frame01020.png' are the same file\n", - "mv: './frame00516.png' and './frame00516.png' are the same file\n", - "mv: './frame00907.png' and './frame00907.png' are the same file\n", - "mv: './frame00211.png' and './frame00211.png' are the same file\n", - "mv: './frame00096.png' and './frame00096.png' are the same file\n", - "mv: './frame00369.png' and './frame00369.png' are the same file\n", - "mv: './frame00862.png' and './frame00862.png' are the same file\n", - "mv: './frame00975.png' and './frame00975.png' are the same file\n", - "mv: './frame00185.png' and './frame00185.png' are the same file\n", - "mv: './frame00797.png' and './frame00797.png' are the same file\n", - "mv: './frame00676.png' and './frame00676.png' are the same file\n", - "mv: './frame00768.png' and './frame00768.png' are the same file\n", - "mv: './frame00476.png' and './frame00476.png' are the same file\n", - "mv: './frame00983.png' and './frame00983.png' are the same file\n", - "mv: './frame01080.png' and './frame01080.png' are the same file\n", - "mv: './frame00783.png' and './frame00783.png' are the same file\n", - "mv: './frame00366.png' and './frame00366.png' are the same file\n", - "mv: './frame01101.png' and './frame01101.png' are the same file\n", - "mv: './frame00230.png' and './frame00230.png' are the same file\n", - "mv: './frame00900.png' and './frame00900.png' are the same file\n", - "mv: './frame00632.png' and './frame00632.png' are the same file\n", - "mv: './frame00734.png' and './frame00734.png' are the same file\n", - "mv: './frame00329.png' and './frame00329.png' are the same file\n", - "mv: './frame00376.png' and './frame00376.png' are the same file\n", - "mv: './frame00123.png' and './frame00123.png' are the same file\n", - "mv: './frame00134.png' and './frame00134.png' are the same file\n", - "mv: './frame00428.png' and './frame00428.png' are the same file\n", - "mv: './frame00827.png' and './frame00827.png' are the same file\n", - "mv: './frame00636.png' and './frame00636.png' are the same file\n", - "mv: './frame00033.png' and './frame00033.png' are the same file\n", - "mv: './frame00885.png' and './frame00885.png' are the same file\n", - "mv: './frame01155.png' and './frame01155.png' are the same file\n", - "mv: './frame00406.png' and './frame00406.png' are the same file\n", - "mv: './frame01245.png' and './frame01245.png' are the same file\n", - "mv: './frame01009.png' and './frame01009.png' are the same file\n", - "mv: './frame00473.png' and './frame00473.png' are the same file\n", - "mv: './frame01122.png' and './frame01122.png' are the same file\n", - "mv: './frame00062.png' and './frame00062.png' are the same file\n", - "mv: './frame00042.png' and './frame00042.png' are the same file\n", - "mv: './frame00683.png' and './frame00683.png' are the same file\n", - "mv: './frame00067.png' and './frame00067.png' are the same file\n", - "mv: './frame00611.png' and './frame00611.png' are the same file\n", - "mv: './frame00023.png' and './frame00023.png' are the same file\n", - "mv: './frame00574.png' and './frame00574.png' are the same file\n", - "mv: './frame00198.png' and './frame00198.png' are the same file\n", - "mv: './frame00715.png' and './frame00715.png' are the same file\n", - "mv: './frame00842.png' and './frame00842.png' are the same file\n", - "mv: './frame00607.png' and './frame00607.png' are the same file\n", - "mv: './frame00999.png' and './frame00999.png' are the same file\n", - "mv: './frame00347.png' and './frame00347.png' are the same file\n", - "mv: './frame00334.png' and './frame00334.png' are the same file\n", - "mv: './frame00724.png' and './frame00724.png' are the same file\n", - "mv: './frame00986.png' and './frame00986.png' are the same file\n", - "mv: './frame00912.png' and './frame00912.png' are the same file\n", - "mv: './frame01100.png' and './frame01100.png' are the same file\n", - "mv: './frame01233.png' and './frame01233.png' are the same file\n", - "mv: './frame00947.png' and './frame00947.png' are the same file\n", - "mv: './frame00398.png' and './frame00398.png' are the same file\n", - "mv: './frame00757.png' and './frame00757.png' are the same file\n", - "mv: './frame00914.png' and './frame00914.png' are the same file\n", - "mv: './frame00193.png' and './frame00193.png' are the same file\n", - "mv: './frame00043.png' and './frame00043.png' are the same file\n", - "mv: './frame00345.png' and './frame00345.png' are the same file\n", - "mv: './frame01116.png' and './frame01116.png' are the same file\n", - "mv: './frame01102.png' and './frame01102.png' are the same file\n", - "mv: './frame00558.png' and './frame00558.png' are the same file\n", - "mv: './frame01097.png' and './frame01097.png' are the same file\n", - "mv: './frame00537.png' and './frame00537.png' are the same file\n", - "mv: './frame01209.png' and './frame01209.png' are the same file\n", - "mv: './frame01202.png' and './frame01202.png' are the same file\n", - "mv: './frame00049.png' and './frame00049.png' are the same file\n", - "mv: './frame01204.png' and './frame01204.png' are the same file\n", - "mv: './frame00807.png' and './frame00807.png' are the same file\n", - "mv: './frame00105.png' and './frame00105.png' are the same file\n", - "mv: './frame00060.png' and './frame00060.png' are the same file\n", - "mv: './frame00387.png' and './frame00387.png' are the same file\n", - "mv: './frame00541.png' and './frame00541.png' are the same file\n", - "mv: './frame00379.png' and './frame00379.png' are the same file\n", - "mv: './frame00568.png' and './frame00568.png' are the same file\n", - "mv: './frame01082.png' and './frame01082.png' are the same file\n", - "mv: './frame00521.png' and './frame00521.png' are the same file\n", - "mv: './frame01025.png' and './frame01025.png' are the same file\n", - "mv: './frame00887.png' and './frame00887.png' are the same file\n", - "mv: './frame00817.png' and './frame00817.png' are the same file\n", - "mv: './frame00326.png' and './frame00326.png' are the same file\n", - "mv: './frame01139.png' and './frame01139.png' are the same file\n", - "mv: './frame00437.png' and './frame00437.png' are the same file\n", - "mv: './frame01107.png' and './frame01107.png' are the same file\n", - "mv: './frame00903.png' and './frame00903.png' are the same file\n", - "mv: './frame00812.png' and './frame00812.png' are the same file\n", - "mv: './frame01162.png' and './frame01162.png' are the same file\n", - "mv: './frame01043.png' and './frame01043.png' are the same file\n", - "mv: './frame00540.png' and './frame00540.png' are the same file\n", - "mv: './frame00213.png' and './frame00213.png' are the same file\n", - "mv: './frame00178.png' and './frame00178.png' are the same file\n", - "mv: './frame00125.png' and './frame00125.png' are the same file\n", - "mv: './frame01167.png' and './frame01167.png' are the same file\n", - "mv: './frame00143.png' and './frame00143.png' are the same file\n", - "mv: './frame00876.png' and './frame00876.png' are the same file\n", - "mv: './frame00087.png' and './frame00087.png' are the same file\n", - "mv: './frame01031.png' and './frame01031.png' are the same file\n", - "mv: './frame01120.png' and './frame01120.png' are the same file\n", - "mv: './frame00928.png' and './frame00928.png' are the same file\n", - "mv: './frame00604.png' and './frame00604.png' are the same file\n", - "mv: './frame00809.png' and './frame00809.png' are the same file\n", - "mv: './frame00018.png' and './frame00018.png' are the same file\n", - "mv: './frame00500.png' and './frame00500.png' are the same file\n", - "mv: './frame00150.png' and './frame00150.png' are the same file\n", - "mv: './frame00266.png' and './frame00266.png' are the same file\n", - "mv: './frame00109.png' and './frame00109.png' are the same file\n", - "mv: './frame00358.png' and './frame00358.png' are the same file\n", - "mv: './frame00896.png' and './frame00896.png' are the same file\n", - "mv: './frame00603.png' and './frame00603.png' are the same file\n", - "mv: './frame00777.png' and './frame00777.png' are the same file\n", - "mv: './frame00456.png' and './frame00456.png' are the same file\n", - "mv: './frame00051.png' and './frame00051.png' are the same file\n", - "mv: './frame00335.png' and './frame00335.png' are the same file\n", - "mv: './frame00620.png' and './frame00620.png' are the same file\n", - "mv: './frame01124.png' and './frame01124.png' are the same file\n", - "mv: './frame00247.png' and './frame00247.png' are the same file\n", - "mv: './frame00961.png' and './frame00961.png' are the same file\n", - "mv: './frame01192.png' and './frame01192.png' are the same file\n", - "mv: './frame00893.png' and './frame00893.png' are the same file\n", - "mv: './frame00621.png' and './frame00621.png' are the same file\n", - "mv: './frame00340.png' and './frame00340.png' are the same file\n", - "mv: './frame00576.png' and './frame00576.png' are the same file\n", - "mv: './frame00289.png' and './frame00289.png' are the same file\n", - "mv: './frame01165.png' and './frame01165.png' are the same file\n", - "mv: './frame01036.png' and './frame01036.png' are the same file\n", - "mv: './frame00635.png' and './frame00635.png' are the same file\n", - "mv: './frame00913.png' and './frame00913.png' are the same file\n", - "mv: './frame00122.png' and './frame00122.png' are the same file\n", - "mv: './frame00271.png' and './frame00271.png' are the same file\n", - "mv: './frame00557.png' and './frame00557.png' are the same file\n", - "mv: './frame00838.png' and './frame00838.png' are the same file\n", - "mv: './frame00270.png' and './frame00270.png' are the same file\n", - "mv: './frame01077.png' and './frame01077.png' are the same file\n", - "mv: './frame00684.png' and './frame00684.png' are the same file\n", - "mv: './frame00808.png' and './frame00808.png' are the same file\n", - "mv: './frame00979.png' and './frame00979.png' are the same file\n", - "mv: './frame01024.png' and './frame01024.png' are the same file\n", - "mv: './frame00650.png' and './frame00650.png' are the same file\n", - "mv: './frame00795.png' and './frame00795.png' are the same file\n", - "mv: './frame00081.png' and './frame00081.png' are the same file\n", - "mv: './frame00712.png' and './frame00712.png' are the same file\n", - "mv: './frame00187.png' and './frame00187.png' are the same file\n", - "mv: './frame00365.png' and './frame00365.png' are the same file\n", - "mv: './frame00472.png' and './frame00472.png' are the same file\n", - "mv: './frame00561.png' and './frame00561.png' are the same file\n", - "mv: './frame00962.png' and './frame00962.png' are the same file\n", - "mv: './frame00488.png' and './frame00488.png' are the same file\n", - "mv: './frame00058.png' and './frame00058.png' are the same file\n", - "mv: './frame00410.png' and './frame00410.png' are the same file\n", - "mv: './frame00244.png' and './frame00244.png' are the same file\n", - "mv: './frame00586.png' and './frame00586.png' are the same file\n", - "mv: './frame00740.png' and './frame00740.png' are the same file\n", - "mv: './frame01038.png' and './frame01038.png' are the same file\n", - "mv: './frame00111.png' and './frame00111.png' are the same file\n", - "mv: './frame00353.png' and './frame00353.png' are the same file\n", - "mv: './frame00741.png' and './frame00741.png' are the same file\n", - "mv: './frame00863.png' and './frame00863.png' are the same file\n", - "mv: './frame00400.png' and './frame00400.png' are the same file\n", - "mv: './frame00302.png' and './frame00302.png' are the same file\n", - "mv: './frame00940.png' and './frame00940.png' are the same file\n", - "mv: './frame00882.png' and './frame00882.png' are the same file\n", - "mv: './frame00980.png' and './frame00980.png' are the same file\n", - "mv: './frame00531.png' and './frame00531.png' are the same file\n", - "mv: './frame01119.png' and './frame01119.png' are the same file\n", - "mv: './frame00866.png' and './frame00866.png' are the same file\n", - "mv: './frame01137.png' and './frame01137.png' are the same file\n", - "mv: './frame00248.png' and './frame00248.png' are the same file\n", - "mv: './frame01004.png' and './frame01004.png' are the same file\n", - "mv: './frame01050.png' and './frame01050.png' are the same file\n", - "mv: './frame00706.png' and './frame00706.png' are the same file\n", - "mv: './frame00444.png' and './frame00444.png' are the same file\n", - "mv: './frame00156.png' and './frame00156.png' are the same file\n", - "mv: './frame00384.png' and './frame00384.png' are the same file\n", - "mv: './frame00583.png' and './frame00583.png' are the same file\n", - "mv: './frame00084.png' and './frame00084.png' are the same file\n", - "mv: './frame01141.png' and './frame01141.png' are the same file\n", - "mv: './frame00785.png' and './frame00785.png' are the same file\n", - "mv: './frame01188.png' and './frame01188.png' are the same file\n", - "mv: './frame01052.png' and './frame01052.png' are the same file\n", - "mv: './frame00709.png' and './frame00709.png' are the same file\n", - "mv: './frame01103.png' and './frame01103.png' are the same file\n", - "mv: './frame00691.png' and './frame00691.png' are the same file\n", - "mv: './frame00004.png' and './frame00004.png' are the same file\n", - "mv: './frame00047.png' and './frame00047.png' are the same file\n", - "mv: './frame00265.png' and './frame00265.png' are the same file\n", - "mv: './frame00643.png' and './frame00643.png' are the same file\n", - "mv: './frame00260.png' and './frame00260.png' are the same file\n", - "mv: './frame00404.png' and './frame00404.png' are the same file\n", - "mv: './frame00167.png' and './frame00167.png' are the same file\n", - "mv: './frame00113.png' and './frame00113.png' are the same file\n", - "mv: './frame00996.png' and './frame00996.png' are the same file\n", - "mv: './frame00291.png' and './frame00291.png' are the same file\n", - "mv: './frame01055.png' and './frame01055.png' are the same file\n", - "mv: './frame01112.png' and './frame01112.png' are the same file\n", - "mv: './frame00539.png' and './frame00539.png' are the same file\n", - "mv: './frame00868.png' and './frame00868.png' are the same file\n", - "mv: './frame00451.png' and './frame00451.png' are the same file\n", - "mv: './frame00895.png' and './frame00895.png' are the same file\n", - "mv: './frame00800.png' and './frame00800.png' are the same file\n", - "mv: './frame00591.png' and './frame00591.png' are the same file\n", - "mv: './frame01235.png' and './frame01235.png' are the same file\n", - "mv: './frame00423.png' and './frame00423.png' are the same file\n", - "mv: './frame00865.png' and './frame00865.png' are the same file\n", - "mv: './frame00904.png' and './frame00904.png' are the same file\n", - "mv: './frame00382.png' and './frame00382.png' are the same file\n", - "mv: './frame01026.png' and './frame01026.png' are the same file\n", - "mv: './frame00239.png' and './frame00239.png' are the same file\n", - "mv: './frame00480.png' and './frame00480.png' are the same file\n", - "mv: './frame00186.png' and './frame00186.png' are the same file\n", - "mv: './frame00377.png' and './frame00377.png' are the same file\n", - "mv: './frame00151.png' and './frame00151.png' are the same file\n", - "mv: './frame00430.png' and './frame00430.png' are the same file\n", - "mv: './frame00276.png' and './frame00276.png' are the same file\n", - "mv: './frame00194.png' and './frame00194.png' are the same file\n", - "mv: './frame00898.png' and './frame00898.png' are the same file\n", - "mv: './frame01056.png' and './frame01056.png' are the same file\n", - "mv: './frame00446.png' and './frame00446.png' are the same file\n", - "mv: './frame00886.png' and './frame00886.png' are the same file\n", - "mv: './frame00499.png' and './frame00499.png' are the same file\n", - "mv: './frame00545.png' and './frame00545.png' are the same file\n", - "mv: './frame00941.png' and './frame00941.png' are the same file\n", - "mv: './frame00563.png' and './frame00563.png' are the same file\n", - "mv: './frame00070.png' and './frame00070.png' are the same file\n", - "mv: './frame00993.png' and './frame00993.png' are the same file\n", - "mv: './frame00471.png' and './frame00471.png' are the same file\n", - "mv: './frame00612.png' and './frame00612.png' are the same file\n", - "mv: './frame00321.png' and './frame00321.png' are the same file\n", - "mv: './frame00589.png' and './frame00589.png' are the same file\n", - "mv: './frame00002.png' and './frame00002.png' are the same file\n", - "mv: './frame00117.png' and './frame00117.png' are the same file\n", - "mv: './frame01070.png' and './frame01070.png' are the same file\n", - "mv: './frame00298.png' and './frame00298.png' are the same file\n", - "mv: './frame00490.png' and './frame00490.png' are the same file\n", - "mv: './frame00861.png' and './frame00861.png' are the same file\n", - "mv: './frame00158.png' and './frame00158.png' are the same file\n", - "mv: './frame01166.png' and './frame01166.png' are the same file\n", - "mv: './frame01219.png' and './frame01219.png' are the same file\n", - "mv: './frame00507.png' and './frame00507.png' are the same file\n", - "mv: './frame00267.png' and './frame00267.png' are the same file\n", - "mv: './frame00204.png' and './frame00204.png' are the same file\n", - "mv: './frame00307.png' and './frame00307.png' are the same file\n", - "mv: './frame00100.png' and './frame00100.png' are the same file\n", - "mv: './frame01179.png' and './frame01179.png' are the same file\n", - "mv: './frame00644.png' and './frame00644.png' are the same file\n", - "mv: './frame01033.png' and './frame01033.png' are the same file\n", - "mv: './frame00512.png' and './frame00512.png' are the same file\n", - "mv: './frame01172.png' and './frame01172.png' are the same file\n", - "mv: './frame00236.png' and './frame00236.png' are the same file\n", - "mv: './frame00495.png' and './frame00495.png' are the same file\n", - "mv: './frame00311.png' and './frame00311.png' are the same file\n", - "mv: './frame00351.png' and './frame00351.png' are the same file\n", - "mv: './frame00787.png' and './frame00787.png' are the same file\n", - "mv: './frame00313.png' and './frame00313.png' are the same file\n", - "mv: './frame00944.png' and './frame00944.png' are the same file\n", - "mv: './frame00924.png' and './frame00924.png' are the same file\n", - "mv: './frame00306.png' and './frame00306.png' are the same file\n", - "mv: './frame00908.png' and './frame00908.png' are the same file\n", - "mv: './frame00720.png' and './frame00720.png' are the same file\n", - "mv: './frame01153.png' and './frame01153.png' are the same file\n", - "mv: './frame00378.png' and './frame00378.png' are the same file\n", - "mv: './frame01239.png' and './frame01239.png' are the same file\n", - "mv: './frame00879.png' and './frame00879.png' are the same file\n", - "mv: './frame00280.png' and './frame00280.png' are the same file\n", - "mv: './frame00852.png' and './frame00852.png' are the same file\n", - "mv: './frame00587.png' and './frame00587.png' are the same file\n", - "mv: './frame00191.png' and './frame00191.png' are the same file\n", - "mv: './frame00719.png' and './frame00719.png' are the same file\n", - "mv: './frame00922.png' and './frame00922.png' are the same file\n", - "mv: './frame00459.png' and './frame00459.png' are the same file\n", - "mv: './frame00341.png' and './frame00341.png' are the same file\n", - "mv: './frame00584.png' and './frame00584.png' are the same file\n", - "mv: './frame01161.png' and './frame01161.png' are the same file\n", - "mv: './frame01017.png' and './frame01017.png' are the same file\n", - "mv: './frame00918.png' and './frame00918.png' are the same file\n", - "mv: './frame00872.png' and './frame00872.png' are the same file\n", - "mv: './frame00214.png' and './frame00214.png' are the same file\n", - "mv: './frame01104.png' and './frame01104.png' are the same file\n", - "mv: './frame00497.png' and './frame00497.png' are the same file\n", - "mv: './frame00253.png' and './frame00253.png' are the same file\n", - "mv: './frame00502.png' and './frame00502.png' are the same file\n", - "mv: './frame00242.png' and './frame00242.png' are the same file\n", - "mv: './frame00346.png' and './frame00346.png' are the same file\n", - "mv: './frame00982.png' and './frame00982.png' are the same file\n", - "mv: './frame00426.png' and './frame00426.png' are the same file\n", - "mv: './frame00003.png' and './frame00003.png' are the same file\n", - "mv: './frame01193.png' and './frame01193.png' are the same file\n", - "mv: './frame00759.png' and './frame00759.png' are the same file\n", - "mv: './frame00440.png' and './frame00440.png' are the same file\n", - "mv: './frame00605.png' and './frame00605.png' are the same file\n", - "mv: './frame00766.png' and './frame00766.png' are the same file\n", - "mv: './frame00514.png' and './frame00514.png' are the same file\n", - "mv: './frame00165.png' and './frame00165.png' are the same file\n", - "mv: './frame00890.png' and './frame00890.png' are the same file\n", - "mv: './frame00851.png' and './frame00851.png' are the same file\n", - "mv: './frame00699.png' and './frame00699.png' are the same file\n", - "mv: './frame01094.png' and './frame01094.png' are the same file\n", - "mv: './frame00272.png' and './frame00272.png' are the same file\n", - "mv: './frame00114.png' and './frame00114.png' are the same file\n", - "mv: './frame00163.png' and './frame00163.png' are the same file\n", - "mv: './frame00752.png' and './frame00752.png' are the same file\n", - "mv: './frame00565.png' and './frame00565.png' are the same file\n", - "mv: './frame01135.png' and './frame01135.png' are the same file\n", - "mv: './frame00963.png' and './frame00963.png' are the same file\n", - "mv: './frame00813.png' and './frame00813.png' are the same file\n", - "mv: './frame00736.png' and './frame00736.png' are the same file\n", - "mv: './frame00910.png' and './frame00910.png' are the same file\n", - "mv: './frame00356.png' and './frame00356.png' are the same file\n", - "mv: './frame00791.png' and './frame00791.png' are the same file\n", - "mv: './frame00601.png' and './frame00601.png' are the same file\n", - "mv: './frame01180.png' and './frame01180.png' are the same file\n", - "mv: './frame01003.png' and './frame01003.png' are the same file\n", - "mv: './frame00566.png' and './frame00566.png' are the same file\n", - "mv: './frame00549.png' and './frame00549.png' are the same file\n", - "mv: './frame00871.png' and './frame00871.png' are the same file\n", - "mv: './frame00767.png' and './frame00767.png' are the same file\n", - "mv: './frame00075.png' and './frame00075.png' are the same file\n", - "mv: './frame00690.png' and './frame00690.png' are the same file\n", - "mv: './frame00550.png' and './frame00550.png' are the same file\n", - "mv: './frame00164.png' and './frame00164.png' are the same file\n", - "mv: './frame00672.png' and './frame00672.png' are the same file\n", - "mv: './frame00716.png' and './frame00716.png' are the same file\n", - "mv: './frame00837.png' and './frame00837.png' are the same file\n", - "mv: './frame00199.png' and './frame00199.png' are the same file\n", - "mv: './frame00881.png' and './frame00881.png' are the same file\n", - "mv: './frame00600.png' and './frame00600.png' are the same file\n", - "mv: './frame01148.png' and './frame01148.png' are the same file\n", - "mv: './frame00960.png' and './frame00960.png' are the same file\n", - "mv: './frame00867.png' and './frame00867.png' are the same file\n", - "mv: './frame00385.png' and './frame00385.png' are the same file\n", - "mv: './frame00322.png' and './frame00322.png' are the same file\n", - "mv: './frame00292.png' and './frame00292.png' are the same file\n", - "mv: './frame01232.png' and './frame01232.png' are the same file\n", - "mv: './frame00984.png' and './frame00984.png' are the same file\n", - "mv: './frame01238.png' and './frame01238.png' are the same file\n", - "mv: './frame00295.png' and './frame00295.png' are the same file\n", - "mv: './frame00491.png' and './frame00491.png' are the same file\n", - "mv: './frame00372.png' and './frame00372.png' are the same file\n", - "mv: './frame01048.png' and './frame01048.png' are the same file\n", - "mv: './frame01110.png' and './frame01110.png' are the same file\n", - "mv: './frame00916.png' and './frame00916.png' are the same file\n", - "mv: './frame00297.png' and './frame00297.png' are the same file\n", - "mv: './frame00674.png' and './frame00674.png' are the same file\n", - "mv: './frame00703.png' and './frame00703.png' are the same file\n", - "mv: './frame00968.png' and './frame00968.png' are the same file\n", - "mv: './frame00966.png' and './frame00966.png' are the same file\n", - "mv: './frame00364.png' and './frame00364.png' are the same file\n", - "mv: './frame00427.png' and './frame00427.png' are the same file\n", - "mv: './frame01158.png' and './frame01158.png' are the same file\n", - "mv: './frame00252.png' and './frame00252.png' are the same file\n", - "mv: './frame00654.png' and './frame00654.png' are the same file\n", - "mv: './frame00994.png' and './frame00994.png' are the same file\n", - "mv: './frame00064.png' and './frame00064.png' are the same file\n", - "mv: './frame00180.png' and './frame00180.png' are the same file\n", - "mv: './frame01223.png' and './frame01223.png' are the same file\n", - "mv: './frame00301.png' and './frame00301.png' are the same file\n", - "mv: './frame00368.png' and './frame00368.png' are the same file\n", - "mv: './frame00626.png' and './frame00626.png' are the same file\n", - "mv: './frame00790.png' and './frame00790.png' are the same file\n", - "mv: './frame00538.png' and './frame00538.png' are the same file\n", - "mv: './frame00518.png' and './frame00518.png' are the same file\n", - "mv: './frame00287.png' and './frame00287.png' are the same file\n", - "mv: './frame00103.png' and './frame00103.png' are the same file\n", - "mv: './frame00625.png' and './frame00625.png' are the same file\n", - "mv: './frame00360.png' and './frame00360.png' are the same file\n", - "mv: './frame00920.png' and './frame00920.png' are the same file\n", - "mv: './frame00348.png' and './frame00348.png' are the same file\n", - "mv: './frame01005.png' and './frame01005.png' are the same file\n", - "mv: './frame01184.png' and './frame01184.png' are the same file\n", - "mv: './frame00822.png' and './frame00822.png' are the same file\n", - "mv: './frame00407.png' and './frame00407.png' are the same file\n", - "mv: './frame00443.png' and './frame00443.png' are the same file\n", - "mv: './frame00303.png' and './frame00303.png' are the same file\n", - "mv: './frame00959.png' and './frame00959.png' are the same file\n", - "mv: './frame01183.png' and './frame01183.png' are the same file\n", - "mv: './frame01013.png' and './frame01013.png' are the same file\n", - "mv: './frame00836.png' and './frame00836.png' are the same file\n", - "mv: './frame00645.png' and './frame00645.png' are the same file\n", - "mv: './frame00666.png' and './frame00666.png' are the same file\n", - "mv: './frame00077.png' and './frame00077.png' are the same file\n", - "mv: './frame00399.png' and './frame00399.png' are the same file\n", - "mv: './frame00529.png' and './frame00529.png' are the same file\n", - "mv: './frame00188.png' and './frame00188.png' are the same file\n", - "mv: './frame01243.png' and './frame01243.png' are the same file\n", - "mv: './frame00624.png' and './frame00624.png' are the same file\n", - "mv: './frame01150.png' and './frame01150.png' are the same file\n", - "mv: './frame00786.png' and './frame00786.png' are the same file\n", - "mv: './frame00409.png' and './frame00409.png' are the same file\n", - "mv: './frame01163.png' and './frame01163.png' are the same file\n", - "mv: './frame00395.png' and './frame00395.png' are the same file\n", - "mv: './frame00332.png' and './frame00332.png' are the same file\n", - "mv: './frame00010.png' and './frame00010.png' are the same file\n", - "mv: './frame00725.png' and './frame00725.png' are the same file\n", - "mv: './frame00071.png' and './frame00071.png' are the same file\n", - "mv: './frame00532.png' and './frame00532.png' are the same file\n", - "mv: './frame00403.png' and './frame00403.png' are the same file\n", - "mv: './frame00646.png' and './frame00646.png' are the same file\n", - "mv: './frame00381.png' and './frame00381.png' are the same file\n", - "mv: './frame01001.png' and './frame01001.png' are the same file\n", - "mv: './frame00629.png' and './frame00629.png' are the same file\n", - "mv: './frame01115.png' and './frame01115.png' are the same file\n", - "mv: './frame00675.png' and './frame00675.png' are the same file\n", - "mv: './frame01226.png' and './frame01226.png' are the same file\n", - "mv: './frame00041.png' and './frame00041.png' are the same file\n", - "mv: './frame00390.png' and './frame00390.png' are the same file\n", - "mv: './frame00061.png' and './frame00061.png' are the same file\n", - "mv: './frame01081.png' and './frame01081.png' are the same file\n", - "mv: './frame01058.png' and './frame01058.png' are the same file\n", - "mv: './frame00855.png' and './frame00855.png' are the same file\n", - "mv: './frame00840.png' and './frame00840.png' are the same file\n", - "mv: './frame00608.png' and './frame00608.png' are the same file\n", - "mv: './frame00705.png' and './frame00705.png' are the same file\n", - "mv: './frame00805.png' and './frame00805.png' are the same file\n", - "mv: './frame01169.png' and './frame01169.png' are the same file\n", - "mv: './frame00466.png' and './frame00466.png' are the same file\n", - "mv: './frame00773.png' and './frame00773.png' are the same file\n", - "mv: './frame00614.png' and './frame00614.png' are the same file\n", - "mv: './frame00648.png' and './frame00648.png' are the same file\n", - "mv: './frame00127.png' and './frame00127.png' are the same file\n", - "mv: './frame00217.png' and './frame00217.png' are the same file\n", - "mv: './frame00816.png' and './frame00816.png' are the same file\n", - "mv: './frame00779.png' and './frame00779.png' are the same file\n", - "mv: './frame00447.png' and './frame00447.png' are the same file\n", - "mv: './frame00310.png' and './frame00310.png' are the same file\n", - "mv: './frame00856.png' and './frame00856.png' are the same file\n", - "mv: './frame01068.png' and './frame01068.png' are the same file\n", - "mv: './frame00937.png' and './frame00937.png' are the same file\n", - "mv: './frame00424.png' and './frame00424.png' are the same file\n", - "mv: './frame00439.png' and './frame00439.png' are the same file\n", - "mv: './frame00880.png' and './frame00880.png' are the same file\n", - "mv: './frame00144.png' and './frame00144.png' are the same file\n", - "mv: './frame00203.png' and './frame00203.png' are the same file\n", - "mv: './frame01039.png' and './frame01039.png' are the same file\n", - "mv: './frame00663.png' and './frame00663.png' are the same file\n", - "mv: './frame01224.png' and './frame01224.png' are the same file\n", - "mv: './frame00324.png' and './frame00324.png' are the same file\n", - "mv: './frame00357.png' and './frame00357.png' are the same file\n", - "mv: './frame00282.png' and './frame00282.png' are the same file\n", - "mv: './frame00857.png' and './frame00857.png' are the same file\n", - "mv: './frame00469.png' and './frame00469.png' are the same file\n", - "mv: './frame00044.png' and './frame00044.png' are the same file\n", - "mv: './frame00859.png' and './frame00859.png' are the same file\n", - "mv: './frame01196.png' and './frame01196.png' are the same file\n", - "mv: './frame00969.png' and './frame00969.png' are the same file\n", - "mv: './frame00160.png' and './frame00160.png' are the same file\n", - "mv: './frame00229.png' and './frame00229.png' are the same file\n", - "mv: './frame01109.png' and './frame01109.png' are the same file\n", - "mv: './frame00408.png' and './frame00408.png' are the same file\n", - "mv: './frame00082.png' and './frame00082.png' are the same file\n", - "mv: './frame00762.png' and './frame00762.png' are the same file\n", - "mv: './frame00564.png' and './frame00564.png' are the same file\n", - "mv: './frame00380.png' and './frame00380.png' are the same file\n", - "mv: './frame01194.png' and './frame01194.png' are the same file\n", - "mv: './frame00277.png' and './frame00277.png' are the same file\n", - "mv: './frame00505.png' and './frame00505.png' are the same file\n", - "mv: './frame00080.png' and './frame00080.png' are the same file\n", - "mv: './frame00422.png' and './frame00422.png' are the same file\n", - "mv: './frame00031.png' and './frame00031.png' are the same file\n", - "mv: './frame00019.png' and './frame00019.png' are the same file\n", - "mv: './frame00617.png' and './frame00617.png' are the same file\n", - "mv: './frame00392.png' and './frame00392.png' are the same file\n", - "mv: './frame00155.png' and './frame00155.png' are the same file\n", - "mv: './frame00616.png' and './frame00616.png' are the same file\n", - "mv: './frame00119.png' and './frame00119.png' are the same file\n", - "mv: './frame00009.png' and './frame00009.png' are the same file\n", - "mv: './frame00631.png' and './frame00631.png' are the same file\n", - "mv: './frame00093.png' and './frame00093.png' are the same file\n", - "mv: './frame00509.png' and './frame00509.png' are the same file\n", - "mv: './frame00987.png' and './frame00987.png' are the same file\n", - "mv: './frame00639.png' and './frame00639.png' are the same file\n", - "mv: './frame01074.png' and './frame01074.png' are the same file\n", - "mv: './frame00192.png' and './frame00192.png' are the same file\n", - "mv: './frame00957.png' and './frame00957.png' are the same file\n", - "mv: './frame01195.png' and './frame01195.png' are the same file\n", - "mv: './frame00517.png' and './frame00517.png' are the same file\n", - "mv: './frame00536.png' and './frame00536.png' are the same file\n", - "mv: './frame01143.png' and './frame01143.png' are the same file\n", - "mv: './frame00121.png' and './frame00121.png' are the same file\n", - "mv: './frame01131.png' and './frame01131.png' are the same file\n", - "mv: './frame00296.png' and './frame00296.png' are the same file\n", - "mv: './frame00293.png' and './frame00293.png' are the same file\n", - "mv: './frame00086.png' and './frame00086.png' are the same file\n", - "mv: './frame00661.png' and './frame00661.png' are the same file\n", - "mv: './frame01051.png' and './frame01051.png' are the same file\n", - "mv: './frame00484.png' and './frame00484.png' are the same file\n", - "mv: './frame00915.png' and './frame00915.png' are the same file\n", - "mv: './frame01012.png' and './frame01012.png' are the same file\n", - "mv: './frame00689.png' and './frame00689.png' are the same file\n", - "mv: './frame00338.png' and './frame00338.png' are the same file\n", - "mv: './frame00995.png' and './frame00995.png' are the same file\n", - "mv: './frame01059.png' and './frame01059.png' are the same file\n", - "mv: './frame01217.png' and './frame01217.png' are the same file\n", - "mv: './frame00843.png' and './frame00843.png' are the same file\n", - "mv: './frame00465.png' and './frame00465.png' are the same file\n", - "mv: './frame00219.png' and './frame00219.png' are the same file\n", - "mv: './frame00136.png' and './frame00136.png' are the same file\n", - "mv: './frame01210.png' and './frame01210.png' are the same file\n", - "mv: './frame00024.png' and './frame00024.png' are the same file\n", - "mv: './frame00599.png' and './frame00599.png' are the same file\n", - "mv: './frame00595.png' and './frame00595.png' are the same file\n", - "mv: './frame00085.png' and './frame00085.png' are the same file\n", - "mv: './frame00317.png' and './frame00317.png' are the same file\n", - "mv: './frame00361.png' and './frame00361.png' are the same file\n", - "mv: './frame00208.png' and './frame00208.png' are the same file\n", - "mv: './frame00750.png' and './frame00750.png' are the same file\n", - "mv: './frame01151.png' and './frame01151.png' are the same file\n", - "mv: './frame01200.png' and './frame01200.png' are the same file\n", - "mv: './frame00168.png' and './frame00168.png' are the same file\n", - "mv: './frame00933.png' and './frame00933.png' are the same file\n", - "mv: './frame00327.png' and './frame00327.png' are the same file\n", - "mv: './frame00525.png' and './frame00525.png' are the same file\n", - "mv: './frame00713.png' and './frame00713.png' are the same file\n", - "mv: './frame00013.png' and './frame00013.png' are the same file\n", - "mv: './frame00685.png' and './frame00685.png' are the same file\n", - "mv: './frame00511.png' and './frame00511.png' are the same file\n", - "mv: './frame00475.png' and './frame00475.png' are the same file\n", - "mv: './frame00853.png' and './frame00853.png' are the same file\n", - "mv: './frame00792.png' and './frame00792.png' are the same file\n", - "mv: './frame00201.png' and './frame00201.png' are the same file\n", - "mv: './frame01045.png' and './frame01045.png' are the same file\n", - "mv: './frame00858.png' and './frame00858.png' are the same file\n", - "mv: './frame00970.png' and './frame00970.png' are the same file\n", - "mv: './frame00017.png' and './frame00017.png' are the same file\n", - "mv: './frame00593.png' and './frame00593.png' are the same file\n", - "mv: './frame01063.png' and './frame01063.png' are the same file\n", - "mv: './frame00454.png' and './frame00454.png' are the same file\n", - "mv: './frame00519.png' and './frame00519.png' are the same file\n", - "mv: './frame00284.png' and './frame00284.png' are the same file\n", - "mv: './frame01029.png' and './frame01029.png' are the same file\n", - "mv: './frame00107.png' and './frame00107.png' are the same file\n", - "mv: './frame00354.png' and './frame00354.png' are the same file\n", - "mv: './frame00578.png' and './frame00578.png' are the same file\n", - "mv: './frame00319.png' and './frame00319.png' are the same file\n", - "mv: './frame00744.png' and './frame00744.png' are the same file\n", - "mv: './frame01086.png' and './frame01086.png' are the same file\n", - "mv: './frame00101.png' and './frame00101.png' are the same file\n", - "mv: './frame00222.png' and './frame00222.png' are the same file\n", - "mv: './frame00257.png' and './frame00257.png' are the same file\n", - "mv: './frame00330.png' and './frame00330.png' are the same file\n", - "mv: './frame00870.png' and './frame00870.png' are the same file\n", - "mv: './frame00834.png' and './frame00834.png' are the same file\n", - "mv: './frame00828.png' and './frame00828.png' are the same file\n", - "mv: './frame00039.png' and './frame00039.png' are the same file\n", - "mv: './frame00778.png' and './frame00778.png' are the same file\n", - "mv: './frame01128.png' and './frame01128.png' are the same file\n", - "mv: './frame00825.png' and './frame00825.png' are the same file\n", - "mv: './frame01111.png' and './frame01111.png' are the same file\n", - "mv: './frame00264.png' and './frame00264.png' are the same file\n", - "mv: './frame00007.png' and './frame00007.png' are the same file\n", - "mv: './frame00965.png' and './frame00965.png' are the same file\n", - "mv: './frame00124.png' and './frame00124.png' are the same file\n", - "mv: './frame00290.png' and './frame00290.png' are the same file\n", - "mv: './frame00314.png' and './frame00314.png' are the same file\n", - "mv: './frame00718.png' and './frame00718.png' are the same file\n", - "mv: './frame00176.png' and './frame00176.png' are the same file\n", - "mv: './frame00225.png' and './frame00225.png' are the same file\n", - "mv: './frame00234.png' and './frame00234.png' are the same file\n", - "mv: './frame00753.png' and './frame00753.png' are the same file\n", - "mv: './frame00485.png' and './frame00485.png' are the same file\n", - "mv: './frame00686.png' and './frame00686.png' are the same file\n", - "mv: './frame01076.png' and './frame01076.png' are the same file\n", - "mv: './frame00209.png' and './frame00209.png' are the same file\n", - "mv: './frame01221.png' and './frame01221.png' are the same file\n", - "mv: './frame00304.png' and './frame00304.png' are the same file\n", - "mv: './frame01246.png' and './frame01246.png' are the same file\n", - "mv: './frame00212.png' and './frame00212.png' are the same file\n", - "mv: './frame00196.png' and './frame00196.png' are the same file\n", - "mv: './frame00967.png' and './frame00967.png' are the same file\n", - "mv: './frame00901.png' and './frame00901.png' are the same file\n", - "mv: './frame00300.png' and './frame00300.png' are the same file\n", - "mv: './frame01062.png' and './frame01062.png' are the same file\n", - "mv: './frame00613.png' and './frame00613.png' are the same file\n", - "mv: './frame00756.png' and './frame00756.png' are the same file\n", - "mv: './frame01022.png' and './frame01022.png' are the same file\n", - "mv: './frame00355.png' and './frame00355.png' are the same file\n", - "mv: './frame01186.png' and './frame01186.png' are the same file\n", - "mv: './frame00592.png' and './frame00592.png' are the same file\n", - "mv: './frame00373.png' and './frame00373.png' are the same file\n", - "mv: './frame00630.png' and './frame00630.png' are the same file\n", - "mv: './frame00159.png' and './frame00159.png' are the same file\n", - "mv: './frame00006.png' and './frame00006.png' are the same file\n", - "mv: './frame00228.png' and './frame00228.png' are the same file\n", - "mv: './frame00546.png' and './frame00546.png' are the same file\n", - "mv: './frame00590.png' and './frame00590.png' are the same file\n", - "mv: './frame00231.png' and './frame00231.png' are the same file\n", - "mv: './frame01023.png' and './frame01023.png' are the same file\n", - "mv: './frame00259.png' and './frame00259.png' are the same file\n", - "mv: './frame01061.png' and './frame01061.png' are the same file\n", - "mv: './frame00796.png' and './frame00796.png' are the same file\n", - "mv: './frame00784.png' and './frame00784.png' are the same file\n", - "mv: './frame00669.png' and './frame00669.png' are the same file\n", - "mv: './frame00352.png' and './frame00352.png' are the same file\n", - "mv: './frame00045.png' and './frame00045.png' are the same file\n", - "mv: './frame00534.png' and './frame00534.png' are the same file\n", - "mv: './frame00504.png' and './frame00504.png' are the same file\n", - "mv: './frame00598.png' and './frame00598.png' are the same file\n", - "mv: './frame01041.png' and './frame01041.png' are the same file\n", - "mv: './frame00894.png' and './frame00894.png' are the same file\n", - "mv: './frame00981.png' and './frame00981.png' are the same file\n", - "mv: './frame01134.png' and './frame01134.png' are the same file\n", - "mv: './frame00906.png' and './frame00906.png' are the same file\n", - "mv: './frame00958.png' and './frame00958.png' are the same file\n", - "mv: './frame00278.png' and './frame00278.png' are the same file\n", - "mv: './frame00028.png' and './frame00028.png' are the same file\n", - "mv: './frame00655.png' and './frame00655.png' are the same file\n", - "mv: './frame00098.png' and './frame00098.png' are the same file\n", - "mv: './frame00090.png' and './frame00090.png' are the same file\n", - "mv: './frame00128.png' and './frame00128.png' are the same file\n", - "mv: './frame00461.png' and './frame00461.png' are the same file\n", - "mv: './frame00527.png' and './frame00527.png' are the same file\n", - "mv: './frame00732.png' and './frame00732.png' are the same file\n", - "mv: './frame00831.png' and './frame00831.png' are the same file\n", - "mv: './frame00665.png' and './frame00665.png' are the same file\n", - "mv: './frame01064.png' and './frame01064.png' are the same file\n", - "mv: './frame00602.png' and './frame00602.png' are the same file\n", - "mv: './frame00522.png' and './frame00522.png' are the same file\n", - "mv: './frame00498.png' and './frame00498.png' are the same file\n", - "mv: './frame01125.png' and './frame01125.png' are the same file\n", - "mv: './frame01071.png' and './frame01071.png' are the same file\n", - "mv: './frame00582.png' and './frame00582.png' are the same file\n", - "mv: './frame00106.png' and './frame00106.png' are the same file\n", - "mv: './frame01088.png' and './frame01088.png' are the same file\n", - "mv: './frame00133.png' and './frame00133.png' are the same file\n", - "mv: './frame00526.png' and './frame00526.png' are the same file\n", - "mv: './frame01126.png' and './frame01126.png' are the same file\n", - "mv: './frame00474.png' and './frame00474.png' are the same file\n", - "mv: './frame00389.png' and './frame00389.png' are the same file\n", - "mv: './frame00131.png' and './frame00131.png' are the same file\n", - "mv: './frame00434.png' and './frame00434.png' are the same file\n", - "mv: './frame00455.png' and './frame00455.png' are the same file\n", - "mv: './frame01175.png' and './frame01175.png' are the same file\n", - "mv: './frame00742.png' and './frame00742.png' are the same file\n", - "mv: './frame00618.png' and './frame00618.png' are the same file\n", - "mv: './frame00722.png' and './frame00722.png' are the same file\n", - "mv: './frame00026.png' and './frame00026.png' are the same file\n", - "mv: './frame01000.png' and './frame01000.png' are the same file\n", - "mv: './frame00174.png' and './frame00174.png' are the same file\n", - "mv: './frame00315.png' and './frame00315.png' are the same file\n", - "mv: './frame00206.png' and './frame00206.png' are the same file\n", - "mv: './frame00433.png' and './frame00433.png' are the same file\n", - "mv: './frame00057.png' and './frame00057.png' are the same file\n", - "mv: './frame00681.png' and './frame00681.png' are the same file\n", - "mv: './frame00118.png' and './frame00118.png' are the same file\n", - "mv: './frame00823.png' and './frame00823.png' are the same file\n", - "mv: './frame00068.png' and './frame00068.png' are the same file\n", - "mv: './frame00760.png' and './frame00760.png' are the same file\n", - "mv: './frame00138.png' and './frame00138.png' are the same file\n", - "mv: './frame00581.png' and './frame00581.png' are the same file\n", - "mv: './frame00135.png' and './frame00135.png' are the same file\n", - "mv: './frame00052.png' and './frame00052.png' are the same file\n", - "mv: './frame00275.png' and './frame00275.png' are the same file\n", - "mv: './frame01099.png' and './frame01099.png' are the same file\n", - "mv: './frame00161.png' and './frame00161.png' are the same file\n", - "mv: './frame00652.png' and './frame00652.png' are the same file\n", - "mv: './frame00544.png' and './frame00544.png' are the same file\n", - "mv: './frame00432.png' and './frame00432.png' are the same file\n", - "mv: './frame00555.png' and './frame00555.png' are the same file\n", - "mv: './frame00453.png' and './frame00453.png' are the same file\n", - "mv: './frame01085.png' and './frame01085.png' are the same file\n", - "mv: './frame00553.png' and './frame00553.png' are the same file\n", - "mv: './frame01253.png' and './frame01253.png' are the same file\n", - "mv: './frame00844.png' and './frame00844.png' are the same file\n", - "mv: './frame00682.png' and './frame00682.png' are the same file\n", - "mv: './frame00438.png' and './frame00438.png' are the same file\n", - "mv: './frame00830.png' and './frame00830.png' are the same file\n", - "mv: './frame00738.png' and './frame00738.png' are the same file\n", - "mv: './frame00035.png' and './frame00035.png' are the same file\n", - "mv: './frame00371.png' and './frame00371.png' are the same file\n", - "mv: './frame00695.png' and './frame00695.png' are the same file\n", - "mv: './frame00478.png' and './frame00478.png' are the same file\n", - "mv: './frame00416.png' and './frame00416.png' are the same file\n", - "mv: './frame00059.png' and './frame00059.png' are the same file\n", - "mv: './frame00700.png' and './frame00700.png' are the same file\n", - "mv: './frame01034.png' and './frame01034.png' are the same file\n", - "mv: './frame00146.png' and './frame00146.png' are the same file\n", - "mv: './frame00826.png' and './frame00826.png' are the same file\n", - "mv: './frame01037.png' and './frame01037.png' are the same file\n", - "mv: './frame00464.png' and './frame00464.png' are the same file\n", - "mv: './frame00362.png' and './frame00362.png' are the same file\n", - "mv: './frame01049.png' and './frame01049.png' are the same file\n", - "mv: './frame00215.png' and './frame00215.png' are the same file\n", - "mv: './frame00733.png' and './frame00733.png' are the same file\n", - "mv: './frame01066.png' and './frame01066.png' are the same file\n", - "mv: './frame00925.png' and './frame00925.png' are the same file\n", - "mv: './frame00145.png' and './frame00145.png' are the same file\n", - "mv: './frame00764.png' and './frame00764.png' are the same file\n", - "mv: './frame01078.png' and './frame01078.png' are the same file\n", - "mv: './frame00162.png' and './frame00162.png' are the same file\n", - "mv: './frame01091.png' and './frame01091.png' are the same file\n", - "mv: './frame00116.png' and './frame00116.png' are the same file\n", - "mv: './frame01222.png' and './frame01222.png' are the same file\n", - "mv: './frame00572.png' and './frame00572.png' are the same file\n", - "mv: './frame00157.png' and './frame00157.png' are the same file\n", - "mv: './frame00148.png' and './frame00148.png' are the same file\n", - "mv: './frame01230.png' and './frame01230.png' are the same file\n", - "mv: './frame00173.png' and './frame00173.png' are the same file\n", - "mv: './frame00935.png' and './frame00935.png' are the same file\n", - "mv: './frame00992.png' and './frame00992.png' are the same file\n", - "mv: './frame00919.png' and './frame00919.png' are the same file\n", - "mv: './frame00154.png' and './frame00154.png' are the same file\n", - "mv: './frame01072.png' and './frame01072.png' are the same file\n", - "mv: './frame01021.png' and './frame01021.png' are the same file\n", - "mv: './frame01249.png' and './frame01249.png' are the same file\n", - "mv: './frame00819.png' and './frame00819.png' are the same file\n", - "mv: './frame01220.png' and './frame01220.png' are the same file\n", - "mv: './frame00396.png' and './frame00396.png' are the same file\n", - "mv: './frame00506.png' and './frame00506.png' are the same file\n", - "mv: './frame00383.png' and './frame00383.png' are the same file\n", - "mv: './frame00864.png' and './frame00864.png' are the same file\n", - "mv: './frame00014.png' and './frame00014.png' are the same file\n", - "mv: './frame01215.png' and './frame01215.png' are the same file\n", - "mv: './frame00972.png' and './frame00972.png' are the same file\n", - "mv: './frame01199.png' and './frame01199.png' are the same file\n", - "mv: './frame00829.png' and './frame00829.png' are the same file\n", - "mv: './frame01198.png' and './frame01198.png' are the same file\n", - "mv: './frame01176.png' and './frame01176.png' are the same file\n", - "mv: './frame01207.png' and './frame01207.png' are the same file\n", - "mv: './frame00477.png' and './frame00477.png' are the same file\n", - "mv: './frame00815.png' and './frame00815.png' are the same file\n", - "mv: './frame01136.png' and './frame01136.png' are the same file\n", - "mv: './frame00040.png' and './frame00040.png' are the same file\n", - "mv: './frame00609.png' and './frame00609.png' are the same file\n", - "mv: './frame01053.png' and './frame01053.png' are the same file\n", - "mv: './frame01140.png' and './frame01140.png' are the same file\n", - "mv: './frame00702.png' and './frame00702.png' are the same file\n", - "mv: './frame01127.png' and './frame01127.png' are the same file\n", - "mv: './frame01098.png' and './frame01098.png' are the same file\n", - "mv: './frame00832.png' and './frame00832.png' are the same file\n", - "mv: './frame01032.png' and './frame01032.png' are the same file\n", - "mv: './frame00952.png' and './frame00952.png' are the same file\n", - "mv: './frame00802.png' and './frame00802.png' are the same file\n", - "mv: './frame00542.png' and './frame00542.png' are the same file\n", - "mv: './frame00810.png' and './frame00810.png' are the same file\n", - "mv: './frame01046.png' and './frame01046.png' are the same file\n", - "mv: './frame00367.png' and './frame00367.png' are the same file\n", - "mv: './frame00637.png' and './frame00637.png' are the same file\n", - "mv: './frame00845.png' and './frame00845.png' are the same file\n", - "mv: './frame01113.png' and './frame01113.png' are the same file\n", - "mv: './frame00258.png' and './frame00258.png' are the same file\n", - "mv: './frame00670.png' and './frame00670.png' are the same file\n", - "mv: './frame01152.png' and './frame01152.png' are the same file\n", - "mv: './frame00651.png' and './frame00651.png' are the same file\n", - "mv: './frame00102.png' and './frame00102.png' are the same file\n", - "mv: './frame00412.png' and './frame00412.png' are the same file\n", - "mv: './frame01138.png' and './frame01138.png' are the same file\n", - "mv: './frame00448.png' and './frame00448.png' are the same file\n", - "mv: './frame00751.png' and './frame00751.png' are the same file\n", - "mv: './frame00470.png' and './frame00470.png' are the same file\n", - "mv: './frame00926.png' and './frame00926.png' are the same file\n", - "mv: './frame00210.png' and './frame00210.png' are the same file\n", - "mv: './frame00977.png' and './frame00977.png' are the same file\n", - "mv: './frame00888.png' and './frame00888.png' are the same file\n", - "mv: './frame00207.png' and './frame00207.png' are the same file\n", - "mv: './frame00467.png' and './frame00467.png' are the same file\n", - "mv: './frame01096.png' and './frame01096.png' are the same file\n", - "mv: './frame01254.png' and './frame01254.png' are the same file\n", - "mv: './frame00349.png' and './frame00349.png' are the same file\n", - "mv: './frame00429.png' and './frame00429.png' are the same file\n", - "mv: './frame00233.png' and './frame00233.png' are the same file\n", - "mv: './frame00363.png' and './frame00363.png' are the same file\n", - "mv: './frame00021.png' and './frame00021.png' are the same file\n", - "mv: './frame00083.png' and './frame00083.png' are the same file\n", - "mv: './frame00610.png' and './frame00610.png' are the same file\n", - "mv: './frame00436.png' and './frame00436.png' are the same file\n", - "mv: './frame00936.png' and './frame00936.png' are the same file\n", - "mv: './frame00701.png' and './frame00701.png' are the same file\n", - "mv: './frame00074.png' and './frame00074.png' are the same file\n", - "mv: './frame00793.png' and './frame00793.png' are the same file\n", - "mv: './frame01190.png' and './frame01190.png' are the same file\n", - "mv: './frame01229.png' and './frame01229.png' are the same file\n", - "mv: './frame00781.png' and './frame00781.png' are the same file\n", - "mv: './frame00570.png' and './frame00570.png' are the same file\n", - "mv: './frame00281.png' and './frame00281.png' are the same file\n", - "mv: './frame00789.png' and './frame00789.png' are the same file\n", - "mv: './frame01156.png' and './frame01156.png' are the same file\n", - "mv: './frame00833.png' and './frame00833.png' are the same file\n", - "mv: './frame00939.png' and './frame00939.png' are the same file\n", - "mv: './frame00921.png' and './frame00921.png' are the same file\n", - "mv: './frame00046.png' and './frame00046.png' are the same file\n", - "mv: './frame00821.png' and './frame00821.png' are the same file\n", - "mv: './frame01114.png' and './frame01114.png' are the same file\n", - "mv: './frame00889.png' and './frame00889.png' are the same file\n", - "mv: './frame00458.png' and './frame00458.png' are the same file\n", - "mv: './frame01106.png' and './frame01106.png' are the same file\n", - "mv: './frame00748.png' and './frame00748.png' are the same file\n", - "mv: './frame00508.png' and './frame00508.png' are the same file\n", - "mv: './frame01030.png' and './frame01030.png' are the same file\n", - "mv: './frame00530.png' and './frame00530.png' are the same file\n", - "mv: './frame00562.png' and './frame00562.png' are the same file\n", - "mv: './frame00623.png' and './frame00623.png' are the same file\n", - "mv: './frame00318.png' and './frame00318.png' are the same file\n", - "mv: './frame01011.png' and './frame01011.png' are the same file\n", - "mv: './frame00099.png' and './frame00099.png' are the same file\n", - "mv: './frame00115.png' and './frame00115.png' are the same file\n", - "mv: './frame00065.png' and './frame00065.png' are the same file\n", - "mv: './frame00953.png' and './frame00953.png' are the same file\n", - "mv: './frame00063.png' and './frame00063.png' are the same file\n", - "mv: './frame00316.png' and './frame00316.png' are the same file\n", - "mv: './frame00560.png' and './frame00560.png' are the same file\n", - "mv: './frame00494.png' and './frame00494.png' are the same file\n", - "mv: './frame00235.png' and './frame00235.png' are the same file\n", - "mv: './frame00559.png' and './frame00559.png' are the same file\n", - "mv: './frame00909.png' and './frame00909.png' are the same file\n", - "mv: './frame01028.png' and './frame01028.png' are the same file\n", - "mv: './frame01242.png' and './frame01242.png' are the same file\n", - "mv: './frame00948.png' and './frame00948.png' are the same file\n", - "mv: './frame00884.png' and './frame00884.png' are the same file\n", - "mv: './frame00954.png' and './frame00954.png' are the same file\n", - "mv: './frame01216.png' and './frame01216.png' are the same file\n", - "mv: './frame00421.png' and './frame00421.png' are the same file\n", - "mv: './frame00025.png' and './frame00025.png' are the same file\n", - "mv: './frame00008.png' and './frame00008.png' are the same file\n", - "mv: './frame01006.png' and './frame01006.png' are the same file\n", - "mv: './frame00226.png' and './frame00226.png' are the same file\n", - "mv: './frame00078.png' and './frame00078.png' are the same file\n", - "mv: './frame00820.png' and './frame00820.png' are the same file\n", - "mv: './frame00072.png' and './frame00072.png' are the same file\n", - "mv: './frame00694.png' and './frame00694.png' are the same file\n", - "mv: './frame00662.png' and './frame00662.png' are the same file\n", - "mv: './frame01065.png' and './frame01065.png' are the same file\n", - "mv: './frame00794.png' and './frame00794.png' are the same file\n", - "mv: './frame00714.png' and './frame00714.png' are the same file\n", - "mv: './frame00240.png' and './frame00240.png' are the same file\n", - "mv: './frame01164.png' and './frame01164.png' are the same file\n", - "mv: './frame00758.png' and './frame00758.png' are the same file\n", - "mv: './frame00991.png' and './frame00991.png' are the same file\n", - "mv: './frame00337.png' and './frame00337.png' are the same file\n", - "mv: './frame01170.png' and './frame01170.png' are the same file\n", - "mv: './frame00425.png' and './frame00425.png' are the same file\n", - "mv: './frame00393.png' and './frame00393.png' are the same file\n", - "mv: './frame00097.png' and './frame00097.png' are the same file\n", - "mv: './frame01084.png' and './frame01084.png' are the same file\n", - "mv: './frame01089.png' and './frame01089.png' are the same file\n", - "mv: './frame00929.png' and './frame00929.png' are the same file\n", - "mv: './frame00743.png' and './frame00743.png' are the same file\n", - "mv: './frame00255.png' and './frame00255.png' are the same file\n", - "mv: './frame00386.png' and './frame00386.png' are the same file\n", - "mv: './frame00256.png' and './frame00256.png' are the same file\n", - "mv: './frame01117.png' and './frame01117.png' are the same file\n", - "Finished copying frames to /content/frames_storage/init_frame_storage.\n", - "/content\n", - "NOTICE: skip_upscaling is checked. Skipping Real-ESRGAN upscaling...\n", - "NOTICE: Running frames2video\n", - "/content/frames_storage/upscaled_frame_storage\n", - "ffmpeg version 3.4.8-0ubuntu0.2 Copyright (c) 2000-2020 the FFmpeg developers\n", - " built with gcc 7 (Ubuntu 7.5.0-3ubuntu1~18.04)\n", - " configuration: --prefix=/usr --extra-version=0ubuntu0.2 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-librsvg --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared\n", - " libavutil 55. 78.100 / 55. 78.100\n", - " libavcodec 57.107.100 / 57.107.100\n", - " libavformat 57. 83.100 / 57. 83.100\n", - " libavdevice 57. 10.100 / 57. 10.100\n", - " libavfilter 6.107.100 / 6.107.100\n", - " libavresample 3. 7. 0 / 3. 7. 0\n", - " libswscale 4. 8.100 / 4. 8.100\n", - " libswresample 2. 9.100 / 2. 9.100\n", - " libpostproc 54. 7.100 / 54. 7.100\n", - "Input #0, image2, from '*.png':\n", - " Duration: 00:00:52.29, start: 0.000000, bitrate: N/A\n", - " Stream #0:0: Video: png, rgb24(pc), 1600x896, 24 fps, 24 tbr, 24 tbn, 24 tbc\n", - "Stream mapping:\n", - " Stream #0:0 -> #0:0 (png (native) -> h264 (libx264))\n", - "Press [q] to stop, [?] for help\n", - "\u001b[1;36m[libx264 @ 0x55c004b0fe00] \u001b[0musing cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2\n", - "\u001b[1;36m[libx264 @ 0x55c004b0fe00] \u001b[0mprofile High 4:4:4 Predictive, level 4.0, 4:4:4 8-bit\n", - "\u001b[1;36m[libx264 @ 0x55c004b0fe00] \u001b[0m264 - core 152 r2854 e9a5903 - H.264/MPEG-4 AVC codec - Copyleft 2003-2017 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=4 threads=3 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=24 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00\n", - "Output #0, mp4, to '/content/drive/MyDrive/pytti_test/videos/fb-upscale.mp4':\n", - " Metadata:\n", - " encoder : Lavf57.83.100\n", - " Stream #0:0: Video: h264 (libx264) (avc1 / 0x31637661), yuv444p, 1600x896, q=-1--1, 24 fps, 12288 tbn, 24 tbc\n", - " Metadata:\n", - " encoder : Lavc57.107.100 libx264\n", - " Side data:\n", - " cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1\n", - "frame= 1255 fps=6.3 q=-1.0 Lsize= 16487kB time=00:00:52.16 bitrate=2589.1kbits/s speed=0.263x \n", - "video:16472kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.093453%\n", - "\u001b[1;36m[libx264 @ 0x55c004b0fe00] \u001b[0mframe I:22 Avg QP:20.92 size: 34906\n", - "\u001b[1;36m[libx264 @ 0x55c004b0fe00] \u001b[0mframe P:350 Avg QP:23.93 size: 23326\n", - "\u001b[1;36m[libx264 @ 0x55c004b0fe00] \u001b[0mframe B:883 Avg QP:26.07 size: 8986\n", - "\u001b[1;36m[libx264 @ 0x55c004b0fe00] \u001b[0mconsecutive B-frames: 5.6% 1.0% 2.6% 90.8%\n", - "\u001b[1;36m[libx264 @ 0x55c004b0fe00] \u001b[0mmb I I16..4: 64.2% 0.0% 35.8%\n", - "\u001b[1;36m[libx264 @ 0x55c004b0fe00] \u001b[0mmb P I16..4: 37.1% 0.0% 10.2% P16..4: 27.6% 8.6% 2.7% 0.0% 0.0% skip:13.9%\n", - "\u001b[1;36m[libx264 @ 0x55c004b0fe00] \u001b[0mmb B I16..4: 2.5% 0.0% 0.5% B16..8: 44.3% 3.9% 0.5% direct: 2.6% skip:45.7% L0:45.0% L1:51.7% BI: 3.3%\n", - "\u001b[1;36m[libx264 @ 0x55c004b0fe00] \u001b[0mcoded y,u,v intra: 16.7% 5.1% 3.8% inter: 6.9% 2.8% 1.8%\n", - "\u001b[1;36m[libx264 @ 0x55c004b0fe00] \u001b[0mi16 v,h,dc,p: 26% 19% 9% 46%\n", - "\u001b[1;36m[libx264 @ 0x55c004b0fe00] \u001b[0mi4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 23% 20% 28% 5% 6% 5% 6% 4% 3%\n", - "\u001b[1;36m[libx264 @ 0x55c004b0fe00] \u001b[0mWeighted P-Frames: Y:0.3% UV:0.0%\n", - "\u001b[1;36m[libx264 @ 0x55c004b0fe00] \u001b[0mref P L0: 68.1% 8.7% 18.0% 5.2% 0.0%\n", - "\u001b[1;36m[libx264 @ 0x55c004b0fe00] \u001b[0mref B L0: 94.8% 4.5% 0.7%\n", - "\u001b[1;36m[libx264 @ 0x55c004b0fe00] \u001b[0mref B L1: 97.7% 2.3%\n", - "\u001b[1;36m[libx264 @ 0x55c004b0fe00] \u001b[0mkb/s:2580.39\n", - "NOTICE: Finished running frames2video\n", - "End of upscaling phase.\n", - "------------------------------------\n", - "Beginning RIFE motion smoothing phase...\n", - "/content/Practical-RIFE\n", - "Detected average FPS of /content/drive/MyDrive/fb_video.mp4 is 1499\n", - "Detected duration INTEGER (in seconds) is 41\n", - "NOTICE: You have 'match_source_length' checked, meaning 'target_length seconds' and 'skip_static_frames' will be ignored.\n", - "Un-rounded --exp is -5.964822167226704\n", - "Rounding up to an --exp of 1\n", - "Warning: Target duration currently rounds to the closest --exp RIFE can handle. \n", - "/content/Practical-RIFE\n", - "Loaded v3.x HD model.\n", - "/content/drive/MyDrive/pytti_test/videos/fb-upscale.mp4, 1255.0 frames in total, 24.0FPS to 24FPS\n", - "Will not merge audio because using png, fps or skip flag!\n", - " 40% 497/1255.0 [00:42<01:44, 7.28it/s]" - ] - } - ] - }, - { - "cell_type": "code", - "metadata": { - "id": "Ib-Xj_zt9AI-", - "outputId": "7c5bda43-d519-4ea5-c417-7e47f28bcbaf", - "colab": { - "base_uri": "https://localhost:8080/" - } - }, - "source": [ - "contains_extension = (output_filename.endswith('.mp4'))\n", - "print(contains_extension)" - ], - "execution_count": 12, - "outputs": [ - { - "output_type": "stream", - "name": "stdout", - "text": [ - "False\n" - ] - } - ] + "outputs": [] }, { "cell_type": "markdown",