Bug |
High CPU usage |
ID: 367Status: ResolvedVersion: 0.6.0.7Report Date: July 25, 2016Product: MKVCleaver Installer Resolution Date: May 23, 2017Resolution Version: 0.7.0.0 | |
Reporter | hyuga |
Assignee | |
Description Starting MKVCleaver program and the mouse cursor is only moving over it (hover on GUI), CPU usage is increased relatively high. Though I never realize this behavior before because never check it on Task Manager and never had any speed down issues. Is it only me? if not please fix this. I use Windows 8.1 pro x86. Apologize this is not my mother language. |
Comments are closed.
Does the CPU usage stay high or does it only happen at the beginning, while MKVCleaver starting up. The later is normal.
It is high whenever the cursor hover on active GUI. Today, I start the program and minimize to taskbar, then show normal again after more than 5 minutes minimized, the problem still exist, mouse cursor movement on ‘active’ gui make high cpu usage.
Can you test the latest version and let me know if it’s fixed.
Thx.
Thank You. Using MKVCleaver 0.7.0.0
CPU usage is now 0 to 1 % when hovering.
But now I encountered problems with Timecodes extraction.
—————————————————
Log:
2017-05-13 21:01:23.837: Extraction started
2017-05-13 21:01:23.852: File: oploverz_-_787_[mini]_[CD4614D6].mkv
2017-05-13 21:01:23.868: Extracting Tracks (Timecodes Only Mode)
2017-05-13 21:01:24.477: Video 1
2017-05-13 21:01:24.509: (cfr)
2017-05-13 21:01:24.524: Extracting Items
2017-05-13 21:01:24.618: Timecodes
2017-05-13 21:01:24.994: (error)
2017-05-13 21:01:25.088: Error: The JSON option file “C:\Users\hYu\AppData\Local\MKVCleaver\mkv_cmd1.json” contains an error: parse error – unexpected “]”.
2017-05-13 21:01:25.103: Extraction failed
2017-05-13 21:01:25.150: Extraction finished
—————————————————
I also try to change some MKVCleaver Settings (option)
(running MKVCleaver from source)
Scite logs:
! SQLite.au3 Error
–> Function: _SQLite_Query
–> Query: select item_handle from batch_item_handles where text=’Timecodes’;
–> Error: no such table: batch_item_handles
! SQLite.au3 Error
–> Function: _SQLite_Query
–> Query: select rowid from batch_item_handles where item_handle=’8′;
–> Error: no such table: batch_item_handles
! SQLite.au3 Error
–> Function: _SQLite_Query
–> Query: select rowid from batch_item_handles where item_handle=’11’;
–> Error: no such table: batch_item_handles
! SQLite.au3 Error
–> Function: _SQLite_Query
–> Query: select rowid from batch_item_handles where item_handle=’22’;
–> Error: no such table: batch_item_handles
etc
—————————————————
Also when I located MKVToolNix folder, log:
! SQLite.au3 Error
–> Function: _SQLite_Query
–> Query: select count(rowid) from batch_item_handles where selected=’True’;
–> Error: no such table: batch_item_handles
! SQLite.au3 Error
–> Function: _SQLite_Query
–> Query: select rowid from batch_item_handles where item_handle=’52’;
–> Error: no such table: batch_item_handles
Does that file have an apostrophe in the file name, by any chance ?
As for the Sqlite errors. The table that is mentioned only created after at least one file is added. Were there any files added ?
I renamed the file to only 1 character, timecodes succesfuly generated although msgbox error appeared:
MKVCleaver log:
2017-05-14 00:27:54.495: Extraction started
2017-05-14 00:27:54.519: File: a.mkv
2017-05-14 00:27:54.533: Extracting Tracks (Timecodes Only Mode)
2017-05-14 00:27:55.395: Video 1
2017-05-14 00:27:57.668: (cfr)
2017-05-14 00:27:57.711: Extracting Items
2017-05-14 00:27:58.052: Timecodes
2017-05-14 00:27:58.423: (error)
2017-05-14 00:27:58.496: Error: The JSON option file “C:\Users\hYu\AppData\Local\MKVCleaver\mkv_cmd1.json” contains an error: parse error – unexpected “]”.
2017-05-14 00:27:58.512: Extraction failed
2017-05-14 00:27:58.569: Extraction finished
Can you try “timecodes with tracks” mode with the same file ?
With “timecodes with tracks”, it able generates 2 files just fine, but msgbox error after extraction finished is still there.
a.mkv –> a_Track01_Timecodes.txt and a_Track01.h264
Logs:
2017-05-14 22:00:51.572: Extraction started
2017-05-14 22:00:51.622: File: a.mkv
2017-05-14 22:00:51.633: Extracting Tracks
2017-05-14 22:00:52.752: Video 1
2017-05-14 22:00:54.872: (cfr)
2017-05-14 22:00:54.918: Extraction result
2017-05-14 22:00:57.095: (ok)
2017-05-14 22:00:57.123: Extracting Items
2017-05-14 22:00:57.545: Timecodes
2017-05-14 22:00:57.919: (error)
2017-05-14 22:00:58.018: Error: The JSON option file “C:\Users\hYu\AppData\Local\MKVCleaver\mkv_cmd1.json” contains an error: parse error – unexpected “]”.
2017-05-14 22:00:58.031: Extraction failed
2017-05-14 22:00:58.124: Extraction finished
mkv_cmd1.json
[
“timecodes_v2”,
“D:\\a.mkv”,
]
I don’t know how to script, so maybe its stupid question..
Is , before ] character is required?
I just thought “D:\\a.mkv” is the last line.
No, the problem is the comma on the last line before ].
I will look into it.
Thanks for taking time to look into it.
Lol. Sorry. I answered your very on the spot question with the answer which first negates it then answers it in the same manner as you posted.
Hyuga,
Please test the latest version.
Closing ticket since CPU idle issue was resolved.