Eddie

Results 83 comments of Eddie

Just wanted to say that this is an issue still.

`Client Error: 400 Client Error: Bad Request for url: https://graph.microsoft.com/v1.0//sites/mytenant.sharepoint.com,ba805102-49d8-47ab-8aad-7d14db214a60,e19ca39c-5aa9-4639-9b54-7966cd9c088b/drive/root:my/test/root/a/b/c | Error Message: Resource not found for the segment 'root:my'. | Error Code: ` ``` if status_code == 4 and...

In case this changes your decision: while creating pr #1081 I noticed that the client error isn't actually `400`, but `404`. `404 Client Error: Not Found for url: https://graph.microsoft.com/v1.0//sites/mysite.sharepoint.com,ba872102-39d8-47ab-8aad-7d14db214b60,e18ca39c-5ac9-4639-9b54-7966cc9c088b/drive/root:/myfiles/i/dont/exist |...

``` $ ffmpeg -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -i myfile-AsRequested-Obfuscated.mkv -map 0:v -map 0:a -map 0:s? -map 0:d? -map 0:t? -c copy -c:v:0 hevc_vaapi -b:v 6595k -minrate 4616k -maxrate...

Since `tdarr-ffmpeg` and `ffmpeg` are the same binary (containerside) the results are the same. On the host ffmpeg version `ffmpeg version 6.1.1-3ubuntu5` is installed. That leads to the following output...

Forgot to add: This is my APU: `AMD Ryzen 5 2400G with Radeon Vega Graphics`

It's already running with ffmpeg 7 :) ``` environment: - TZ=Europe/Copenhagen - PUID=1000 - PGID=1000 - UMASK_SET=002 - serverIP=0.0.0.0 - serverPort=8266 - webUIPort=8265 - internalNode=true - inContainer=true - ffmpegVersion=7 -...

Makes no difference restarting the container with `ffmpegVersion=7` Are there any other logs that could help?

> > I'll see if setting it to 6 makes a difference. > > Makes no difference restarting the container with ffmpegVersion=7 > > Did using `ffmpegVersion=6` work better? Apologies,...