hparlak

Results 8 comments of hparlak

- Additional system info: my gnome runs on Wayland - I open any source video (type of source & destination profile doesn't seem to matter) hit start, after a few...

@jstebbins @sr55 I upgraded my system to Fedora 36 (Fresh install). The issue still happens. The only difference is that Handbrake just disappears without any crash messages now. It's still...

@jstebbins Here is the log: [07:30:31] Starting Task: Encoding Pass [07:30:31] Skipping crop/scale filter [07:30:31] job configuration: [07:30:31] * source [07:30:31] + /home/***/***/***.mp4 [07:30:31] + title 1, chapter(s) 1 to...

@jstebbins Just to make sure i'm not misunderstood: This happens only when the job is stopped. If i let it run till the end, it completes without error.

There was a typo in my original question which I corrected now. To be sure that I'm understood correctly: I check the "Folder Name" box in the extensions setup. Then...

> For anyone looking for a workaround, add this before calling `render_pillow()`: > > ``` > import PIL.ImageDraw > > def textsize(self: PIL.ImageDraw.ImageDraw, *args, **kwargs): > x, y, w, h...

> Hello, > > I had the same problem, and I fixed it by commenting out line 930 in `extension.js`: > > ```js > log('_selectImage: ' + this.selected_image + '...