Oneric
Oneric
> [The resulting binary] has the same shared object dependencies (although in slightly different order) according to ldd All libs changing order are additional ones added by `--static --libs`'s recursive...
I made an oupsie in previous post by using `ldd` to check what's linked in: `ldd` also shows transitive dependecies *(if they can be resolved)*, which explains the ""weirdness"". Checking...
That something being the compiler defaults itself as a test . It didn't do this when I first tested this iirc, but I upgraded my system since *(I even wrote...
likely related: https://github.com/Aegisub/Aegisub/pull/128 and https://github.com/wangqr/Aegisub/commit/e7b64aa7414c821b620e049f3a0ed70fd9d2be4c
> Would you be interested in making a pull request of this? When applying the following two commits to ass_renderer, the screenshot now matches the expected output save for the...
I created an anamorphic sample linked below. The storage size is `720×576` while the display size is `1024×576` Since GitHub for some reason refused to accept this file with a...
> The context lines in your patch suggest it defaults to `yes` if unset, which isn’t correct. I missed the second parameter of `get` before. Does it provide a default?...
In case you missed it @rr-, I did open a PR for the storage size and issue for the defaults in ass_renderer’s repo.
> You can refer to https://github.com/Masaiki/xy-VSFilter/commit/30afd3b5a5e32970b5b5cbc947a73049e72ead78 to write GHA workflow, the key point is VSYASM and ExecutablePath Thanks! I tried VSYASM before to no avail, but copying the `ExecutablePath` bits...
Sorry for the delay, I didn't manage to finish this yesterday. > Why not just add a function to Aegisub to adjust an existing sub for a new video? Just...