schaecsn
schaecsn
I'm not convinced yet that the problem lies in ffmpeg. It's just blindly merging two streams. I fail to find the right sync options, though. yt-dl is basically invoking ```...
I believe Arte is exposing some implementation details to yt-dlp which they hide on their on website video player. All the [fr] tags make me believe the audio tracks are...
I'm somewhat against automatically fixing code. Let's have a look at "Add some protection against NULL pointer dereference". if aad_len > 0 then aad should be not NULL. Let's assume...
Uh, that are quite a lot of changes. I worry that this will result in a lot of merge conflicts with upstream code.
For the the distribution cross-compiler to be found, one also needs something like this. Do you have that in your long patch? ``` diff --git a/make_scripts_riscv/toolchain.mk b/make_scripts_riscv/toolchain.mk index 5b61d705..0fd6da49 100644...
The Linux Binary from #25 is something else. I noticed that when building from Debian 9: ``` bl_iot_sdk/customer_app/bl602_demo_event$ ./genromap ****** Please SET BL60X_SDK_PATH ****** ****** Trying SDK PATH [/opt/bl_iot_sdk/customer_app/bl602_demo_event/../..] use...