Page 1 of 1

Batch Scan Issue

Posted: Tue Mar 07, 2023 4:34 pm
by spetrillo
Hello all,

I am running Handbrake 1.6.1 on my Windows 11(22H2) PC. I am trying to transcode video files that exist on a network share to my NAS. I can pull up the share and the file system to transcode, but Handbrake errors out that there are no valid source or titles found. If I look at the activity log it tells me that it cannot open the folder, with CSS authentication not available. What does this mean and how do I resolve this?

Thanks,
Steve

Code: Select all

HandBrake 1.6.1 (2023012300)
OS: Microsoft Windows NT 10.0.22621.0
CPU: Intel(R) Core(TM) i7-8559U CPU @ 2.70GHz
Ram: 16279 MB, 
GPU Information:
  Intel(R) Iris(R) Plus Graphics 655 - 31.0.101.2111
Screen: 2560x1440
Temp Dir: C:\Users\steve\AppData\Local\Temp\
Install Dir: C:\Program Files\HandBrake\
Data Dir: C:\Users\steve\AppData\Roaming\HandBrake

-------------------------------------------
[11:32:46] hb_init: starting libhb thread

 # Starting Scan ...

[11:32:46] CPU: Intel(R) Core(TM) i7-8559U CPU @ 2.70GHz
[11:32:46]  - Intel microarchitecture Kaby Lake
[11:32:46]  - logical processor count: 8
[11:32:46] Intel Quick Sync Video support: yes, gpu list: 0
[11:32:46] Intel Quick Sync Video integrated adapter with index 0
[11:32:46] Impl mfxhw64 library path: C:\WINDOWS\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_8b52ca6e576cbfa9\libmfxhw64.dll
[11:32:46]  - Intel Media SDK hardware: API 1.35 (minimum: 1.3)
[11:32:46]  - Decode support:  h264 hevc (8bit: yes, 10bit: yes)
[11:32:46]  - H.264 encoder: yes
[11:32:46]     - preferred implementation: hardware (1) via D3D11
[11:32:46]     - capabilities (hardware):  breftype icq+la+i+downs vsinfo chromalocinfo opt1 opt2+mbbrc+extbrc+trellis+repeatpps+ib_adapt+nmpslice
[11:32:46]  - H.265 encoder: yes (8bit: yes, 10bit: yes)
[11:32:46]     - preferred implementation: hardware (1) via D3D11
[11:32:46]     - capabilities (hardware):  bpyramid icq vsinfo masteringinfo cllinfo opt1
[11:32:46]  - AV1 encoder: no
[11:32:46] hb_scan: path=Z:\Media Files\Transcode\Pre\TV Shows, title_index=0
src/libbluray/disc/disc.c:437: error opening file BDMV\index.bdmv
src/libbluray/disc/disc.c:437: error opening file BDMV\BACKUP\index.bdmv
[11:32:46] bd: not a bd - trying as a stream/file instead
libdvdread: Could not open input:
libdvdread: Can't open Z:\Media Files\Transcode\Pre\TV Shows for reading
libdvdread: Device Z:\Media Files\Transcode\Pre\TV Shows inaccessible, CSS authentication not available.
libdvdread: DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdnav: vm: vm: failed to read VIDEO_TS.IFO
[11:32:46] dvd: not a dvd - trying as a stream/file instead
[11:32:46] hb_stream_open: open Z:\Media Files\Transcode\Pre\TV Shows failed
[11:32:46] scan: unrecognized file type
[11:32:46] libhb: scan thread found 0 valid title(s)

 # Scan Finished ...



Re: Batch Scan Issue

Posted: Tue Mar 07, 2023 4:40 pm
by rollin_eng
What files are in that folder? Can you post a screenshot somewhere?

Re: Batch Scan Issue

Posted: Wed Mar 08, 2023 3:50 pm
by spetrillo
Ok the screenshot shows my folder structure. I pointed Handbrake at the TV Shows folder, bc below it are the TV shows that I want to convert from MKV to MP4. As shown TV Shows folder opens to multiple TV shows, and then below one of the TV shows you will see the Season. In the Season folder is the actual video file to be converted.

I was using another tool, VideoProc, and it allows me to set my input at the TV Shows folder and it will get the files to be converted.

Image

Re: Batch Scan Issue

Posted: Wed Mar 08, 2023 4:27 pm
by rollin_eng
Handbrake will not scan sub folders, so your files will need to be in a single folder.

If you need to scan multiple folders you can script the CLI to do it.

Re: Batch Scan Issue

Posted: Thu Mar 09, 2023 4:31 pm
by spetrillo
OK thanks! VideoProc does support sub folders.