Sheck's Software

  • MKVCleaver 
    • MKVCleaver How To
      • Run from source
      • Examples
    • Downloads
    • Comments & Questions
    • Vote Here
  • Viruses
  • Bugs & Requests
  • Contact
  • Donations
Home » Bugs » High CPU usage

Site Navigation

  • Donations Test
  • MKVCleaver 
    • MKVCleaver How To
      • Run from source
      • Examples
    • Downloads
    • Comments & Questions
    • Vote Here
  • Bugs & Requests
  • Viruses
  • Contact
  • Donations

Recent Posts

  • v 0.8.0.1 Released May 3, 2024
  • Development Resumes… May 25, 2020
  • New Poll November 25, 2018
  • New Inno Installer October 19, 2018

Recent Comments

  • Ilia Bakhmoutski on MKVCleaver How To
  • errorsys on MKVCleaver How To
  • Ilia Bakhmoutski on Problems with path+name are longer than 256 characters.
  • Schizo on Problems with path+name are longer than 256 characters.
  • Ilia Bakhmoutski on Problems with path+name are longer than 256 characters.
All Items » MKVCleaver Installer » Bug #367
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
Reporterhyuga
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.

  1. Ilia Bakhmoutski
    Ilia Bakhmoutski
    July 25, 2016, 13:37 | #

    Does the CPU usage stay high or does it only happen at the beginning, while MKVCleaver starting up. The later is normal.

  2. hyuga
    hyuga
    July 25, 2016, 23:43 | #

    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.

  3. Ilia Bakhmoutski
    Ilia Bakhmoutski
    May 10, 2017, 08:31 | #

    Can you test the latest version and let me know if it’s fixed.

    Thx.

    • hyuga
      hyuga
      May 13, 2017, 08:26 | #

      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

      • Ilia Bakhmoutski
        Ilia Bakhmoutski
        May 13, 2017, 10:57 | #

        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 ?

        • hyuga
          hyuga
          May 13, 2017, 11:37 | #

          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

          • Ilia Bakhmoutski
            Ilia Bakhmoutski
            May 13, 2017, 11:46 | #

            Can you try “timecodes with tracks” mode with the same file ?

  4. hyuga
    hyuga
    May 14, 2017, 09:09 | #

    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

  5. hyuga
    hyuga
    May 14, 2017, 09:21 | #

    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.

    • Ilia Bakhmoutski
      Ilia Bakhmoutski
      May 14, 2017, 11:15 | #

      No, the problem is the comma on the last line before ].

      I will look into it.

      Thanks for taking time to look into it.

    • Ilia Bakhmoutski
      Ilia Bakhmoutski
      May 14, 2017, 11:19 | #

      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.

  6. Ilia Bakhmoutski
    Ilia Bakhmoutski
    May 19, 2017, 15:28 | #

    Hyuga,

    Please test the latest version.

  7. Ilia Bakhmoutski
    Ilia Bakhmoutski
    May 23, 2017, 08:48 | #

    Closing ticket since CPU idle issue was resolved.

Comments are closed.

Sheck's Software