Tõnis Tiigi

Results 605 comments of Tõnis Tiigi

> cross fyi, I did some initial work for Dockerfile cross-compile support via `--platform` in tonistiigi/xx#27 . There are no custom wrapper tools or prebuilt images with toolchains. Only `rustup`...

@fenollp `xx` is not meant to be a replacement for this project. It is a helper for adding native cross-compile to Dockerfiles so that they work with any `--platform` configuration....

What is the error message when you just manually run the ffmpeg command?

I'm not quite sure what may be the issue here. Can you also post your platform and ffmpeg and libvorbis version. This thread https://stackoverflow.com/questions/28626506/error-while-converting-mp4-to-ogg-usr-bin-ffmpeg-invalid-argument (very last comment from LordNeckbeard) suggests...

This is to get all the sprites starting at a full second. So if your first file is `2.3s` long then next one will start at `4.0s`, after `1.7s` of...

You mean like "sprite_clip1" and "sprite_clip2"? Maybe that makes sense in some case but I don't want to break it for people already using this. I would accept it as...

Problem with that is that one could have many sprites(for example for different game levels) that share some clips and could easily get mixed up. Also it could overwrite the...

Under regular Apple M1 the command seems to work fine: ``` # uname -a Darwin MacBook-Pro.local 21.4.0 Darwin Kernel Version 21.4.0: Mon Feb 21 20:35:58 PST 2022; root:xnu-8020.101.4~2/RELEASE_ARM64_T6000 arm64 #...

Looks like this binary sets the `e_ident[EI_ABIVERSION]` bit at byte 0x8 ``` root@647d2460ce00:/go# xxd /bin/bash | head 00000000: 7f45 4c46 0201 0100 0000 0000 0000 0000 .ELF............ 00000010: 0300 0800...