render order is wrong, am i doing something wrong?

HandBrake for Windows support
Forum rules
An Activity Log is required for support requests. Please read How-to get an activity log? for details on how and why this should be provided.
Post Reply
fedroga
Posts: 3
Joined: Wed Sep 08, 2021 3:30 pm

render order is wrong, am i doing something wrong?

Post by fedroga »

why does the imported clips do not queue and render in the same order they were imported from the folder?
i just import from folder, add all to queue and they end up being rendered in another order differente from the initial one.

HandBrake version 1.5.1 (2022011000)




windows 11




HandBrake Activity Log ***required*** (see How-to get an activity log)

Code: Select all

[13:20:37] base preset: Fast 1080p30
[13:20:37] Remote Process started with Process ID: 4288 using port: 8037. Max Allowed Instances: 1
[13:20:37] Worker: Starting HandBrake Engine ...
[13:20:38] Worker: Starting Web Server on port 8037 ...
[13:20:38] Worker: Disconnected worker monitoring enabled!
[13:20:38] Compile-time hardening features are enabled
Cannot load nvEncodeAPI64.dll
Cannot load nvEncodeAPI64.dll
Cannot load nvEncodeAPI64.dll
Cannot load nvEncodeAPI64.dll
[13:20:38] hb_init: starting libhb thread
[13:20:38] Starting work at: Fri Aug 05 13:20:38 2022
[13:20:38] 1 job(s) to process
[13:20:38] json job:
{
  "Audio": {
    "AudioList": [
      {
        "Bitrate": 160,
        "DRC": 0,
        "Encoder": "av_aac",
        "Gain": 0,
        "Mixdown": 4,
        "NormalizeMixLevel": false,
        "Samplerate": 0,
        "Track": 0,
        "DitherMethod": 0
      }
    ],
    "CopyMask": [
      "copy:aac",
      "copy:ac3",
      "copy:dtshd",
      "copy:dts",
      "copy:eac3",
      "copy:flac",
      "copy:mp3",
      "copy:truehd",
      "copy:mp2"
    ],
    "FallbackEncoder": "ac3"
  },
  "Destination": {
    "ChapterList": [
      {
        "Name": "Chapter 1"
      }
    ],
    "ChapterMarkers": true,
    "AlignAVStart": true,
    "File": "D:\\YOUTUBE\\TIKTOK CHARTS\\GMG ENCODED\\ @Tommyunold 7127767203113454891.m4v",
    "Mp4Options": {
      "IpodAtom": false,
      "Mp4Optimize": false
    },
    "Mux": "av_mp4"
  },
  "Filters": {
    "FilterList": [
      {
        "ID": 4,
        "Settings": {
          "mode": "7"
        }
      },
      {
        "ID": 3,
        "Settings": {
          "block-height": "16",
          "block-thresh": "40",
          "block-width": "16",
          "filter-mode": "2",
          "mode": "3",
          "motion-thresh": "1",
          "spatial-metric": "2",
          "spatial-thresh": "1"
        }
      },
      {
        "ID": 13,
        "Settings": {
          "crop-bottom": "0",
          "crop-left": "0",
          "crop-right": "0",
          "crop-top": "0",
          "height": "1024",
          "width": "576"
        }
      },
      {
        "ID": 6,
        "Settings": {
          "mode": "2",
          "rate": "27000000/900000"
        }
      }
    ]
  },
  "PAR": {
    "Num": 1,
    "Den": 1
  },
  "Metadata": {},
  "SequenceID": 0,
  "Source": {
    "Angle": 1,
    "Range": {
      "Type": "chapter",
      "Start": 1,
      "End": 1
    },
    "Title": 12,
    "Path": "D:\\YOUTUBE\\TIKTOK CHARTS\\GMG\\test j downloader\\New Folder (2)\\_@tommyunold_7127767203113454891.mp4"
  },
  "Subtitle": {
    "Search": {
      "Burn": true,
      "Default": false,
      "Enable": true,
      "Forced": true
    },
    "SubtitleList": []
  },
  "Video": {
    "Encoder": "x264",
    "Level": "4.0",
    "TwoPass": false,
    "Turbo": false,
    "ColorMatrixCode": 0,
    "Options": "",
    "Preset": "fast",
    "Profile": "main",
    "Quality": 22,
    "QSV": {
      "Decode": false
    }
  }
}
Woodstock
Veteran User
Posts: 4613
Joined: Tue Aug 27, 2013 6:39 am

Re: render order is wrong, am i doing something wrong?

Post by Woodstock »

Since your file name sample include leading spaces, @ signs, and other anomalies, it's hard to say what is happening.
Post Reply