Posts: 3
Threads: 1
Joined: Jun 2019
Whenever I try to load a large file (around 1gb) the program freezes for a few minutes until it's eventually done reading the file and becomes operational again. Is there any trick to make the files to be read faster? (The files were on my HD and not on my SSD)
Posts: 10.981
Threads: 57
Joined: May 2017
No clue about the characteristics of the file, your OS, your Hybrid settings.
I probably will need a debug output level 9 of the loading of the file to see why Hybrid is 'freezing',..
Might be due to Hybrid extracting time codes, extracting subtitles,... mplayer trying to build a font cache,... no way to know from your description.
-> Can't really help atm. Read the sticky about what infos are needed.
Cu Selur
Posts: 3
Threads: 1
Joined: Jun 2019
(26.06.2019, 16:44)Selur Wrote: No clue about the characteristics of the file, your OS, your Hybrid settings.
I probably will need a debug output level 9 of the loading of the file to see why Hybrid is 'freezing',..
Might be due to Hybrid extracting time codes, extracting subtitles,... mplayer trying to build a font cache,... no way to know from your description.
-> Can't really help atm. Read the sticky about what infos are needed.
Cu Selur
I'm using a Windows 10 Pro. The freezing to read files might be my PC, which is a bit old (AMD FXtm 8320 eight core 3.5gHz; 3x 4gb 1333mHz RAM; GPU: AMD Radeon HD 6570; Hybrid and video files in a HD)
File types are pretty much any large video I at first thought were any large files but doesn't seem to be the case. Some read quickly even though they are larger.
The settings I've changed in Hybrid:
- Audio passthrough all; x264 encoding mode constant rate factor 1 pass, Quantization factor 16; AVC profile/level unrestricted; filtering i'm using AVIsynth to change videos to 60fps
Here's the debug output file (I've closed Hybrid right after it "froze". If you want I can generate another one waiting until it loads completely.
https://www.dropbox.com/s/eacvi3msaxxxb8...t.txt?dl=0
Posts: 10.981
Threads: 57
Joined: May 2017
File is reported as vfr by Mediainfo:
Frame rate mode : VFR
Frame rate mode : Variable
Frame rate : 25.000
Frame rate : 25.000 FPS
Minimum frame rate : 3.571
Minimum frame rate : 3.571 FPS
Maximum frame rate : 25.000
Maximum frame rate : 25.000 FPS
which is why Hybrid extracts the timecodes using:
"C:\Program Files\Hybrid\32bit\mp4fpsmod.exe" -p "C:\Users\Kuroki Tsubasa\AppData\Local\Temp\Deadpool 2_timecodes_v2.txt" "H:\Organizar\Deadpool 2.mp4"
this is probably what takes so long.
Using the collected data, Hybrid checks whether the source is really vfr.
If you are sure your source if cfr you can enable 'Config->Internals->Ignore all input timecodes' to tell Hybrid to never extract time codes.
Your other sources are probably indicated as cfr which is why they load faster.
Cu Selur
Posts: 3
Threads: 1
Joined: Jun 2019
(26.06.2019, 17:36)Selur Wrote: File is reported as vfr by Mediainfo:
Frame rate mode : VFR
Frame rate mode : Variable
Frame rate : 25.000
Frame rate : 25.000 FPS
Minimum frame rate : 3.571
Minimum frame rate : 3.571 FPS
Maximum frame rate : 25.000
Maximum frame rate : 25.000 FPS
which is why Hybrid extracts the timecodes using:
"C:\Program Files\Hybrid\32bit\mp4fpsmod.exe" -p "C:\Users\Kuroki Tsubasa\AppData\Local\Temp\Deadpool 2_timecodes_v2.txt" "H:\Organizar\Deadpool 2.mp4"
this is probably what takes so long.
Using the collected data, Hybrid checks whether the source is really vfr.
If you are sure your source if cfr you can enable 'Config->Internals->Ignore all input timecodes' to tell Hybrid to never extract time codes.
Your other sources are probably indicated as cfr which is why they load faster.
Cu Selur
Ohh it worked! Thanks a lot!