1. FFmpeg command generator: https://alfg.github.io/ffmpeg-commander/
2. Web-based MP4 File Inspector: https://github.com/alfg/mp4-inspector
3. Web-based FFProbe: https://github.com/alfg/ffprobe-wasm
4. Rust MP4 library: https://github.com/alfg/mp4-rust
Also, trying to get a bit more familiar with Rust and Web Assembly.
E.g I use these
> youtube-dl -g "youtubelink"
> ffmpeg -ss 12:15 -i "1st-URL" -ss 12:15 -i "2nd-URL" -t 5:15 -map 0:v -map 1:a -c:v libx264 -c:a aac output.mkv
Both urls are for audio and video.
1. FFmpeg command generator: https://alfg.github.io/ffmpeg-commander/
2. Web-based MP4 File Inspector: https://github.com/alfg/mp4-inspector
3. Web-based FFProbe: https://github.com/alfg/ffprobe-wasm
4. Rust MP4 library: https://github.com/alfg/mp4-rust
Also, trying to get a bit more familiar with Rust and Web Assembly.