-
-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frame extraction failed! #178
Comments
Same for me I was able to interpolate one video, and then it started showing me 'Total Number Of Frames: 0' for every file, even for same video source I interpolated first time [4419] [9-22-2022 9:29:6]: Selected video/directory: Loraks.1972.DUAL.BDRip.XviD.AC3.-HQCLUB.avi |
Re-installation fixed this issue |
Guys help! :(( Here is my log file |
EDIT: I found that the root cause is starting interpolation before metadata finishes loading. You still need to restart the program if this error occurs. An easy solution to this would be to disable the interpolate button until loading is complete. |
same for me |
I experienced this issue too but it fixed after restarting it a few times. I don't really know what happened |
Not an issue on latest codebase. |
Hi n00mKrad, I'm still dealing with the same issues as mentioned above and it's now June. I installed FlowFrames version 1.36.0 and it still keeps telling me that the frames were not extracted properly. I will be more than happy to attach the logs if needed. |
You need to do it manually, check app settings.
Then it will not fail
… 11 черв. 2023 р. о 18:25 Andie-Squirrel ***@***.***> написав(ла):
Not an issue on latest codebase. Compile it yourself, get the latest version on Patreon, or wait for the free version bump
Hi n00mKrad,
I'm still dealing with the same issues as mentioned above and it's now June. I installed FlowFrames version 1.36.0 and it still keeps telling me that the frames were not extracted properly.
Unfortunately, I do not know how to compile the software and at the moment I cannot afford to sign up on Patreon.
I will be more than happy to attach the logs if needed.
Any help is greatly appreciated!
—
Reply to this email directly, view it on GitHub <#178 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AMKP24K5P3R6OXBQXULSTGTXKXPO3ANCNFSM6AAAAAAQSNJTGA>.
You are receiving this because you commented.
|
Are you referring to the compiling? I have gone through the settings within the application and nothing seems to work. This definitely seems like an issue with ffmpeg and not the models. It doesn't show me the total amount of frames but it does detect frame rate. Also, after importing a video, several cmd terminals pop up and then disappear without giving me time to see whatever they might be outputting. This hasn't happened for 1.35.0. |
Manual mode
… 11 черв. 2023 р. о 18:40 Andie-Squirrel ***@***.***> написав(ла):
You need to do it manually, check app settings. Then it will not fail
… <x-msg://3/#>
11 черв. 2023 р. о 18:25 Andie-Squirrel @.***> написав(ла): Not an issue on latest codebase. Compile it yourself, get the latest version on Patreon, or wait for the free version bump Hi n00mKrad, I'm still dealing with the same issues as mentioned above and it's now June. I installed FlowFrames version 1.36.0 and it still keeps telling me that the frames were not extracted properly. Unfortunately, I do not know how to compile the software and at the moment I cannot afford to sign up on Patreon. I will be more than happy to attach the logs if needed. Any help is greatly appreciated! — Reply to this email directly, view it on GitHub <#178 (comment) <#178 (comment)>>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMKP24K5P3R6OXBQXULSTGTXKXPO3ANCNFSM6AAAAAAQSNJTGA. You are receiving this because you commented.
Are you referring to the compiling? I have gone through the settings within the application and nothing seems to work. This definitely seems like an issue with ffmpeg and not the models. It doesn't show me the total amount of frames but it does detect frame rate. Also, after importing a video, several cmd terminals pop up and then disappear without giving me time to see whatever they might be outputting. This hasn't happened for 1.35.0.
—
Reply to this email directly, view it on GitHub <#178 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AMKP24IF7CJZT2LDM24OGSTXKXRGTANCNFSM6AAAAAAQSNJTGA>.
You are receiving this because you commented.
|
My apologies, but I do not know how to enable manual mode. Is that a new feature? |
у меня уже 3 часа как показывает 0 процентов рендеринга. |
процессор pentium g2030 но и видео не большое |
In version 1.36.0 I had the same problem and solved by entering the settings and change "Processing Style" (first parameter) in the "Application" tab from "Do all steps at one.." to "Run each step separately (For Manually...)". After a first run where I had to execute each step manually I switched it back to "Do all steps.." and now it works, |
v1.36重启,不选择模型,然后好了 |
I just closed the app and then started admin mode it worked |
this happened for me because if you have the file names not correctly padded eg: say you have 1200 frames then all the frames would need to have 4 characters. so the first image would need to be called 0000.png and up to 1200.png for ffmpeg to sequence the images correctly. then 0001.png sequentially etc. Also i noticed that a temporary folder is created that is hidden by default during the interpolation process. If the interpolation/ or frame extraction fails, sometimes this folder will not get automatically deleted after restarting flowframes or shutting down the pc or restarting flow frames. i had to manually delete the folder which was my input folder with -temp suffix in the same directory, but once i did, and i had the file names padded correctly, i dont have issues with 1.36.0 and was able to continue my workflow hopefully that helps. |
I had this error because the drive I had the video stored on was too slow to do the operation for 4k / 120fps. I have a 10 TB SAN that although is local to the machine, is HDD and not SSD. Once I copied the file over to my NVME, I was able to process the operation without error. |
hello everyone i have a solution run flowframes as admin and change the ai model to RIFE 3.9 that worked for me on version 1.36.0 and it should work for everyone with this version or newer version or even an older version I hope this helped :) |
for those who still have this problem with latest output models, the solution is: this how i fixed the problem on my pc idk if there is an update that fixed the issue but the i think the bug is with drag and drop feature. |
HI, I also experienced the same thing, the solution is actually very easy, namely just changing the name of your video to be shorter. for example by using just one letter or one number. |
Same issue. Tried some suggestions here that didn't help:
I had previously changed extracted frame type from png to jpg to gain speed and changed it back. Didn't help either. Finally I ran it in Admin mode and it worked. THANKS, ozcanpng ! |
I know this isn't really a thing related to the issue but more a user error but it might save someone else a lot of time: When you want to process multiple files, selecting the directory is the wrong way. You need to batch process every single item, not select their parent dir. The error message is not very clear about this thats how I got here. To do this the correct way, select all files in the explorer and then drag n drop them into the input box |
After opening the program, leave it be for at least 20 seconds. after that it will say "env ready" then click on the Interpolate tab (not the button) and select your file or folder -_- |
Hi no matter what I do I cannot get this program to work with any video I use, every video it says the error 'cancelled: Frame extraction failed! Your input file might be incomptaible'
here is my log file:
[0] [9-21-2022 16:47:29]: Command Line: "C:\Users\XXXX\AppData\Local\Flowframes\Flowframes.exe"
[1] [9-21-2022 16:47:29]: Files: None
[2] [9-21-2022 16:47:29]: Args: None
[3] [9-21-2022 16:47:30]: Initialized Nvidia API. GPU: NVIDIA GeForce RTX 3070
[4] [9-21-2022 16:47:30]: SetWorking(True)
[5] [9-21-2022 16:47:30]: [Servers] Ping to nmkd-hz.de: 29 ms
[6] [9-21-2022 16:47:30]: Parsing Patrons from CSV...
[7] [9-21-2022 16:47:30]: Found 23 Gold Patrons, 655 Silver Patrons
[8] [9-21-2022 16:47:30]: [UI] Compressing python runtime. This only needs to be done once.
[9] [9-21-2022 16:47:30]: [Servers] Ping to nmkd-cb.de: 103 ms
[10] [9-21-2022 16:47:30]: [Servers] Closest Server: Germany (Nürnberg) (29 ms)
[11] [9-21-2022 16:47:30]: [UI] You are running Flowframes 1.36.0. The latest Patreon version is 1.39.0, the latest free version is 1.36.0.
[12] [9-21-2022 16:47:30]: [GetGpus] Found GPU: NVIDIA GeForce RTX 3070
[13] [9-21-2022 16:47:40]: [UI] This can take up to a few minutes, but only needs to be done once. (Elapsed: 10s)
[14] [9-21-2022 16:47:41]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 11s)
[15] [9-21-2022 16:47:42]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 12s)
[16] [9-21-2022 16:47:43]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 13s)
[17] [9-21-2022 16:47:44]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 14s)
[18] [9-21-2022 16:47:45]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 15s)
[19] [9-21-2022 16:47:46]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 16s)
[20] [9-21-2022 16:47:47]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 17s)
[21] [9-21-2022 16:47:48]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 18s)
[22] [9-21-2022 16:47:49]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 19s)
[23] [9-21-2022 16:47:50]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 20s)
[24] [9-21-2022 16:47:51]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 21s)
[25] [9-21-2022 16:47:52]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 22s)
[26] [9-21-2022 16:47:53]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 23s)
[27] [9-21-2022 16:47:55]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 24s)
[28] [9-21-2022 16:47:56]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 25s)
[29] [9-21-2022 16:47:57]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 26s)
[30] [9-21-2022 16:47:58]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 27s)
[31] [9-21-2022 16:47:59]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 28s)
[32] [9-21-2022 16:48:0]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 29s)
[33] [9-21-2022 16:48:1]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 30s)
[34] [9-21-2022 16:48:2]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 31s)
[35] [9-21-2022 16:48:3]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 32s)
[36] [9-21-2022 16:48:4]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 33s)
[37] [9-21-2022 16:48:5]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 34s)
[38] [9-21-2022 16:48:6]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 35s)
[39] [9-21-2022 16:48:7]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 36s)
[40] [9-21-2022 16:48:8]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 37s)
[41] [9-21-2022 16:48:9]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 38s)
[42] [9-21-2022 16:48:10]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 39s)
[43] [9-21-2022 16:48:11]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 40s)
[44] [9-21-2022 16:48:12]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 42s)
[45] [9-21-2022 16:48:13]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 43s)
[46] [9-21-2022 16:48:14]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 44s)
[47] [9-21-2022 16:48:15]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 45s)
[48] [9-21-2022 16:48:16]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 46s)
[49] [9-21-2022 16:48:17]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 47s)
[50] [9-21-2022 16:48:18]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 48s)
[51] [9-21-2022 16:48:19]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 49s)
[52] [9-21-2022 16:48:20]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 50s)
[53] [9-21-2022 16:48:21]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 51s)
[54] [9-21-2022 16:48:22]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 52s)
[55] [9-21-2022 16:48:23]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 53s)
[56] [9-21-2022 16:48:24]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 54s)
[57] [9-21-2022 16:48:25]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 55s)
[58] [9-21-2022 16:48:26]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 56s)
[59] [9-21-2022 16:48:27]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 57s)
[60] [9-21-2022 16:48:28]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 58s)
[61] [9-21-2022 16:48:29]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 59s)
[62] [9-21-2022 16:48:30]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:00)
[63] [9-21-2022 16:48:31]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:01)
[64] [9-21-2022 16:48:32]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:02)
[65] [9-21-2022 16:48:33]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:03)
[66] [9-21-2022 16:48:34]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:04)
[67] [9-21-2022 16:48:35]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:05)
[68] [9-21-2022 16:48:37]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:06)
[69] [9-21-2022 16:48:38]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:07)
[70] [9-21-2022 16:48:39]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:08)
[71] [9-21-2022 16:48:40]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:09)
[72] [9-21-2022 16:48:41]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:10)
[73] [9-21-2022 16:48:42]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:11)
[74] [9-21-2022 16:48:43]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:12)
[75] [9-21-2022 16:48:44]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:13)
[76] [9-21-2022 16:48:45]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:14)
[77] [9-21-2022 16:48:46]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:15)
[78] [9-21-2022 16:48:47]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:16)
[79] [9-21-2022 16:48:48]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:17)
[80] [9-21-2022 16:48:49]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:18)
[81] [9-21-2022 16:48:50]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:19)
[82] [9-21-2022 16:48:51]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:20)
[83] [9-21-2022 16:48:52]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:21)
[84] [9-21-2022 16:48:53]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:22)
[85] [9-21-2022 16:48:54]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:23)
[86] [9-21-2022 16:48:55]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:24)
[87] [9-21-2022 16:48:56]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:25)
[88] [9-21-2022 16:48:57]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:26)
[89] [9-21-2022 16:48:58]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:27)
[90] [9-21-2022 16:48:59]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:28)
[91] [9-21-2022 16:49:0]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:29)
[92] [9-21-2022 16:49:1]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:31)
[93] [9-21-2022 16:49:2]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:32)
[94] [9-21-2022 16:49:3]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:33)
[95] [9-21-2022 16:49:4]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:34)
[96] [9-21-2022 16:49:5]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:35)
[97] [9-21-2022 16:49:6]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:36)
[98] [9-21-2022 16:49:7]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:37)
[99] [9-21-2022 16:49:8]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:38)
[100] [9-21-2022 16:49:9]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:39)
[101] [9-21-2022 16:49:10]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:40)
[102] [9-21-2022 16:49:11]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:41)
[103] [9-21-2022 16:49:12]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:42)
[104] [9-21-2022 16:49:13]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:43)
[105] [9-21-2022 16:49:14]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:44)
[106] [9-21-2022 16:49:15]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:45)
[107] [9-21-2022 16:49:16]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:46)
[108] [9-21-2022 16:49:17]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:47)
[109] [9-21-2022 16:49:18]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:48)
[110] [9-21-2022 16:49:19]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:49)
[111] [9-21-2022 16:49:20]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:50)
[112] [9-21-2022 16:49:21]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:51)
[113] [9-21-2022 16:49:22]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:52)
[114] [9-21-2022 16:49:23]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:53)
[115] [9-21-2022 16:49:24]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:54)
[116] [9-21-2022 16:49:26]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:55)
[117] [9-21-2022 16:49:27]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:56)
[118] [9-21-2022 16:49:28]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:57)
[119] [9-21-2022 16:49:29]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:58)
[120] [9-21-2022 16:49:30]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 01:59)
[121] [9-21-2022 16:49:31]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 02:00)
[122] [9-21-2022 16:49:32]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 02:01)
[123] [9-21-2022 16:49:33]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 02:02)
[124] [9-21-2022 16:49:34]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 02:03)
[125] [9-21-2022 16:49:35]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 02:04)
[126] [9-21-2022 16:49:36]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 02:05)
[127] [9-21-2022 16:49:37]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 02:06)
[128] [9-21-2022 16:49:38]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 02:07)
[129] [9-21-2022 16:49:39]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 02:08)
[130] [9-21-2022 16:49:40]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 02:09)
[131] [9-21-2022 16:49:41]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 02:10)
[132] [9-21-2022 16:49:42]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 02:11)
[133] [9-21-2022 16:49:43]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 02:12)
[134] [9-21-2022 16:49:44]: [UI] [REPL] This can take up to a few minutes, but only needs to be done once. (Elapsed: 02:13)
[135] [9-21-2022 16:49:44]: [UI] Done compressing python runtime.
[136] [9-21-2022 16:49:44]: SetWorking(False)
[137] [9-21-2022 16:49:44]: SymlinksAllowed: False
[138] [9-21-2022 16:49:44]: Trying to enable dev mode.
[139] [9-21-2022 16:49:54]: Enabled Windows Developer Mode.
[140] [9-21-2022 16:49:58]: Failed to parse "Normal Speed" to int: Input string was not in a correct format.
[141] [9-21-2022 16:49:58]: Failed to reduce fraction (0/0): Attempted to divide by zero.
[142] [9-21-2022 16:49:58]: Tried to create InterpSettings struct without an inpath. Can't set tempFolder, framesFolder and interpFolder.
[143] [9-21-2022 16:49:58]: RefreshExtensions(Both) - alpha = False pngOutput = False aviHqChroma = False proresHqChroma = False
[144] [9-21-2022 16:49:58]: RefreshExtensions - Using '.jpg' for imported frames, using '.png' for interpolated frames
[145] [9-21-2022 16:49:58]: SetWorking(True)
[146] [9-21-2022 16:49:59]: Message: Input path is not valid!
[147] [9-21-2022 16:49:59]: Canceled.
[148] [9-21-2022 16:49:59]: SetWorking(False)
[149] [9-21-2022 16:49:59]: [BgTaskMgr] Task 'TryDeleteIfExistsAsync ' has finished after 4ms (Timeout 120s)
[150] [9-21-2022 16:49:59]: [UI] Canceled interpolation.
[151] [9-21-2022 20:43:58]: Selected video/directory: ELDEN RING 2 intro cutscene menu fiddling.mp4
[152] [9-21-2022 20:43:58]: [UI] Loading metadata...
[155] [9-21-2022 20:43:58]: Getting frame count (D:\Video\FutureNet\Elder_Ring_Secrets\Footage\ELDEN RING 2 intro cutscene menu fiddling.mp4)
[156] [9-21-2022 20:43:58]: Hash not cached, reading frame count.
[163] [9-21-2022 20:44:0]: [UI] Failed to get total frame count of video.
[164] [9-21-2022 20:44:0]: Adding hash with value 0 to cache.
[167] [9-21-2022 20:44:0]: Getting output for cmd.exe /C cd /D "C:\Users\XXXX\AppData\Local\Flowframes\FlowframesData\pkgs\av" & ffprobe -v quiet -show_streams "D:\Video\FutureNet\Elder_Ring_Secrets\Footage\ELDEN RING 2 intro cutscene menu fiddling.mp4"
[168] [9-21-2022 20:44:0]: Output (after 118ms): [STREAM] / index=0 / codec_name=h264 / codec_long_name=H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 / profile=Main / codec_type=video / codec_tag_string=avc1 / codec_tag=0x31637661 / width=1920 / height=1080 / coded_width=1920 / coded_height=1080 / clos…
[171] [9-21-2022 20:44:0]: Getting output for cmd.exe /C cd /D "C:\Users\Micha\AppData\Local\Flowframes\FlowframesData\pkgs\av" & ffmpeg.exe -hide_banner -y -stats -i "D:\Video\FutureNet\Elder_Ring_Secrets\Footage\ELDEN RING 2 intro cutscene menu fiddling.mp4"
[172] [9-21-2022 20:44:1]: Output (after 128ms): Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'D:\Video\FutureNet\Elder_Ring_Secrets\Footage\ELDEN RING 2 intro cutscene menu fiddling.mp4': / Metadata: / major_brand : mp42 / minor_version : 0 / compatible_brands: mp41isom / creati…
[174] [9-21-2022 20:44:1]: Converted float 31.02 to Fraction 1551/50
[175] [9-21-2022 20:44:1]: Detected FPS of ELDEN RING 2 intro cutscene menu fiddling.mp4 as 60/1 FPS
[176] [9-21-2022 20:44:1]: [UI] [REPL] Video FPS: 60/1 (~60) - Total Number Of Frames: 0
[177] [9-21-2022 20:44:1]: Getting media resolution (D:\Video\FutureNet\Elder_Ring_Secrets\Footage\ELDEN RING 2 intro cutscene menu fiddling.mp4)
[178] [9-21-2022 20:44:1]: Hash not cached, reading resolution.
[181] [9-21-2022 20:44:1]: Detected video size of ELDEN RING 2 intro cutscene menu fiddling.mp4 as 1920x1080
[182] [9-21-2022 20:44:1]: Adding hash with value {Width=1920, Height=1080} to cache.
[183] [9-21-2022 20:44:1]: [UI] Input Resolution: 1920x1080
[185] [9-21-2022 20:44:42]: Failed to parse "Normal Speed" to int: Input string was not in a correct format.
[186] [9-21-2022 20:44:42]: RefreshExtensions(Both) - alpha = False pngOutput = False aviHqChroma = False proresHqChroma = False
[187] [9-21-2022 20:44:42]: RefreshExtensions - Using '.jpg' for imported frames, using '.png' for interpolated frames
[188] [9-21-2022 20:44:42]: SetWorking(True)
[189] [9-21-2022 20:44:42]: Getting frame count (D:\Video\FutureNet\Elder_Ring_Secrets\Footage\ELDEN RING 2 intro cutscene menu fiddling.mp4)
[190] [9-21-2022 20:44:42]: Cache contains this hash, using cached value.
[191] [9-21-2022 20:44:42]: Starting...
[192] [9-21-2022 20:44:42]: RefreshAlpha: model.supportsAlpha = True - outputSupportsAlpha = False - input ext: .mp4 => alpha = False
[193] [9-21-2022 20:44:42]: RefreshExtensions(Import) - alpha = False pngOutput = False aviHqChroma = False proresHqChroma = False
[194] [9-21-2022 20:44:42]: RefreshExtensions - Using '.jpg' for imported frames, using '.png' for interpolated frames
[195] [9-21-2022 20:44:42]: Extracting scenes from video...
[196] [9-21-2022 20:44:42]: [UI] Extracting scene changes...
[197] [9-21-2022 20:44:42]: Getting frame count (D:\Video\FutureNet\Elder_Ring_Secrets\Footage\ELDEN RING 2 intro cutscene menu fiddling.mp4)
[198] [9-21-2022 20:44:42]: Cache contains this hash, using cached value.
[226] [9-21-2022 20:44:53]: Getting frame count (D:\Video\FutureNet\Elder_Ring_Secrets\Footage\ELDEN RING 2 intro cutscene menu fiddling.mp4)
[227] [9-21-2022 20:44:53]: Cache contains this hash, using cached value.
[228] [9-21-2022 20:44:53]: [UI] Detected 4 scene changes.
[229] [9-21-2022 20:44:53]: Extracting frames from video...
[230] [9-21-2022 20:44:53]: RefreshExtensions(Import) - alpha = False pngOutput = False aviHqChroma = False proresHqChroma = False
[231] [9-21-2022 20:44:53]: RefreshExtensions - Using '.jpg' for imported frames, using '.png' for interpolated frames
[232] [9-21-2022 20:44:53]: Getting media resolution (D:\Video\FutureNet\Elder_Ring_Secrets\Footage\ELDEN RING 2 intro cutscene menu fiddling.mp4)
[233] [9-21-2022 20:44:53]: Cache contains this hash, using cached value.
[234] [9-21-2022 20:44:53]: [UI] Extracting video frames from input video...
[236] [9-21-2022 20:44:53]: Getting frame count (D:\Video\FutureNet\Elder_Ring_Secrets\Footage\ELDEN RING 2 intro cutscene menu fiddling.mp4)
[237] [9-21-2022 20:44:53]: Cache contains this hash, using cached value.
[370] [9-21-2022 20:45:57]: [UI] [REPL] Extracted 13072 frames from input.
[371] [9-21-2022 20:45:57]: Processing frames...
[372] [9-21-2022 20:45:57]: Canceled.
[373] [9-21-2022 20:45:57]: SetWorking(False)
[374] [9-21-2022 20:45:57]: [UI] Canceled interpolation.
[375] [9-21-2022 20:45:58]: [BgTaskMgr] Task 'TryDeleteIfExistsAsync D:\Video\FutureNet\Elder_Ring_Secrets\Footage\ELDENRING2introcutscenemenufid-temp_' has finished after 935ms (Timeout 120s)
[376] [9-21-2022 20:46:7]: Message: Canceled: Frame extraction failed! Extracted 13072 frames. Your input file might be incompatible.
ight be incompatible.
The text was updated successfully, but these errors were encountered: