qencoder icon indicating copy to clipboard operation
qencoder copied to clipboard

filename or extension is too long

Open Milliarde89 opened this issue 4 years ago • 0 comments

HI there, I am running Win10 and recently installed your software by downloading the 7z file. Upon my first try with a new file I get the following error. File name is "F:~ Raw Movies\High Noon (1952).mkv", doesn't seem like it should be too long or anything wrong with the extension.

Running 100%|████████████████████████████████████████████████████████████████████▉| 122448/122469 [19:24<00:00, 105.11frames/s] [WinError 206] The filename or extension is too long Traceback (most recent call last): File "qencoder\window.py", line 1159, in runInternal File "concurrent\futures_base.py", line 432, in result File "concurrent\futures_base.py", line 388, in __get_result File "concurrent\futures\thread.py", line 57, in run File "qencoder\window.py", line 1149, in runProcessing File "parallelencode\run.py", line 24, in run File "parallelencode\core\encode.py", line 49, in encode_file File "parallelencode\chunks\chunk_queue.py", line 59, in load_or_gen_chunk_queue File "parallelencode\chunks\chunk_queue.py", line 78, in create_encoding_queue File "parallelencode\chunks\chunk_queue.py", line 159, in create_video_queue_segment File "parallelencode\chunks\split.py", line 93, in segment File "subprocess.py", line 854, in init File "subprocess.py", line 1307, in _execute_child FileNotFoundError: [WinError 206] The filename or extension is too long

In case it matters, my encode settings: --threads=4 --kf-max-dist=240 --tile-columns=1 --tile-rows=1 --cpu-used=4 --end-usage=q --cq-level=40 --bit-depth=10 --i420 --lag-in-frames=28 --sharpness=0 --enable-keyframe-filtering=1 --enable-qm=1 --quant-b-adapt=3 --mv-cost-upd-freq=2 --enable-chroma-deltaq=1 --enable-fwd-kf=1

Milliarde89 avatar Apr 18 '21 04:04 Milliarde89