asakura42

Results 34 comments of asakura42

Try it yourself with any file from this folder: https://mega.nz/folder/oW8ihKCZ#sHuu63kset-BAn-XqFa7Nw Condensing doesn't work tho. But it's because of bmp fonts I guess. But that's not critical.

>language: spa Where they are incorrectly named?

For example, here it chooses `Forzados` subtitle while should choose `4`: ``` Index Language Title Type 0 unknown unknown video 1 spa unknown audio 2 eng unknown audio 3 spa...

@tatsumoto-ren You can use smth like: ``` function subs() { mkdir -p /tmp/impd_subs movie="${1}" filename="${1%.*}" mappings=`ffprobe -loglevel error -select_streams s -show_entries stream=index:stream_tags=language -of csv=p=0 "${movie}"` OLDIFS=$IFS IFS=, ( while read...

Or much simpler: ```bash while IFS=',' read -r idx lang; do printf "$idx " && ffmpeg -nostdin -hide_banner -loglevel quiet -i "la_directora_S01E02.mkv" -map 0:"$idx" -f srt - | wc -l;...

For 379mb mkv file output of `time` for this snippet at my old laptop is `0.32s user 0.34s system 108% cpu 0.607 total`

Same error at official instance. File name is fully latin (axis.pdf)

I propose to create some textbox in settings to paste this mirror. Because hosting own instance became painful.

@AnonymousWP I just disabled these apps manually. Anyway, "system" Google packages (Services, Chrome etc) uad-ng detects and disables like a charm. But these packages - not.

These env lines seems to work, but having a GUI changer may be a good option: ``` export HTTP_PROXY=http://127.0.0.1:9099 export http_proxy=http://127.0.0.1:9099 export HTTPS_PROXY=http://127.0.0.1:9099 export https_proxy=http://127.0.0.1:9099 export SOCKS_PROXY=socks5://127.0.0.1:9099 export socks_proxy=socks5://127.0.0.1:9099 export...