Andrew Falgout

Results 33 comments of Andrew Falgout

[conversion.log](https://github.com/jlesage/docker-handbrake/files/12560834/conversion.log) The conversion says "Invalid preset" [presets.json.txt](https://github.com/jlesage/docker-handbrake/files/12560855/presets.json.txt) But the auto system adds the preset loading in the command line right? "PresetName": "Fast1080p30h265", And it's defined.

Took a bit for me to get back around to this: [conversion.log](https://github.com/jlesage/docker-handbrake/files/12566527/conversion.log) Again, the error is showing invalid preset, but when I run it manually, the preset is there and...

[conversion.log](https://github.com/jlesage/docker-handbrake/files/12611446/conversion.log) [failed_conversions.txt](https://github.com/jlesage/docker-handbrake/files/12611447/failed_conversions.txt) I created a custom category, and changed the name of the profile. Saved it.. made it default, tried using the watch directory again with the attached results.

Here is my docker-compose.yml for it: version: '3.4' services: handbrake: image: jlesage/handbrake ports: - "5800:5800" environment: - TZ=America/Chicago - AUTOMATED_CONVERSION_PRESET="custom/1080p30h265" volumes: - "/home/ansible/handbrake/config:/config:rw" - "/opt/md2/handbrake/output:/output:rw" - "/opt/md2/handbrake/storage:/storage:ro" - "/opt/md2/handbrake/trash:/trash:rw" -...

*bump* Is it my docker compose that's wrong?

Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 46 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 24 On-line CPU(s) list: 0-23 Vendor ID: GenuineIntel Model name: Intel(R)...

Well the T620 isn't goping to work I don't think as it doesn't support the avx2 instruction set. I had the same issue with privateGPT, and debugging the two projects...

Great description. Since you can state some information, then give a question and that information would be in that prompt "session" if you will. I thought that's what the -f...

I'll try to craft the file that way.

Oh it's definately that. I ran this through gdb: draeician@vivy:~/git/privateGPT$ . venv/bin/activate (venv) draeician@vivy:~/git/privateGPT$ gdb python --->lots of start up messagelots of [New Thread 0x7fffd2ff3640 (LWP 129334)] messages