Arnaud Loonstra

Results 166 comments of Arnaud Loonstra

file upload is too big I'm afraid. Here's a screenshot ![subtitle](https://user-images.githubusercontent.com/832465/199217321-80a06f99-5093-4201-81dc-1bd7ae888f28.png)

And media info: ``` Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '566c0c52d12a624ed55bdc12fd4b69960a594f19c80e5a31446f9100388914e0.m4v': Metadata: major_brand : mp42 minor_version : 512 compatible_brands: mp42iso2avc1mp41 creation_time : 2022-10-11T13:22:48.000000Z encoder : HandBrake 1.5.1 2022011000 Duration: 01:54:14.06, start: 0.000000,...

Used this cmd to also copy subtitles and audio. There's at least a subtitle event at 7:00 `ffmpeg -i 566c0c52d12a624ed55bdc12fd4b69960a594f19c80e5a31446f9100388914e0.m4v -c:a copy -c:v copy -c:s copy -t 600 -strict -2...

Sorry I don't understand what you want me to do? Do I need to cut the file again?

Same situation here: This is an image that's not displaying ``` ```

Any pointers where to start? I know uae4arm-rpi has some shader support. I'm not even sure yet if Amiberry is even using OpenGLES. :thinking:

It would be a great addition. For example after the initial transcode you could change transcode settings and re-transcode. I just found a job which didn't catch subtitles. Now I...

Btw, any pointers where this would/could be implemented are very welcome as well. I'm just getting used to the codebase

Seems this is already fixed with latest releases: ``` ldd libopenvr_api.so linux-vdso.so.1 (0x00007ffe68fe6000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f206fdd1000) /lib64/ld-linux-x86-64.so.2 (0x00007f206fefa000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f206fdcc000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f206fced000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6...