by Quy ẩn sơn lâm
Version 7 (March 14, 2026)
Download (10 downloads)
Non-premium 30 blocks 11/03/2026
Using Termux command
Step 1: Run Command (no root/plugin): Termux
https://llamalab.com/automate/community/flows/41995
Step 2:
pkg install termux-api
pkg install ffmpeg
termux-setup-storage
Step 3: Start this flow
---
Audios:
"\\( -name \"*.wav\" -o -name \"*.opus\" -o -name \"*.flac\" -o -name \"*.aac\" -o -name \"*.ogg\" -o -name \"*.m4a\" \\) "
---
Command:
termux-wake-lock && while IFS= read -r path; do [ -f "$path" ] && mp3="${path%.*}.mp3" && ffmpeg -nostdin -y -i "$path" -vn -q:a 0 "$mp3" && { rm "$path"; echo "✔ $path -> $mp3"; } || echo "✘ lỗi: $path"; done < "/storage/emulated/0/m4a_paths.txt"
---
Facebook: Kimsang719
Feedback: tdong3017@gmail.com
| 5 stars | 1 | |
| 4 stars | 0 | |
| 3 stars | 0 | |
| 2 stars | 0 | |
| 1 star | 0 | |
| Reports | 0 |
Rate and review within the app in the Community section.