You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: posts/TranscodeMuxHowto.md
+18-13Lines changed: 18 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,9 @@
1
1
**[`ffmpeg`](https://github.com/FFmpeg/FFmpeg) is [FLOSS](https://wikipedia.org/wiki/FLOSS) (no cost), plus is the best tool to transcode/trim/demux/mux. `ffmpeg` is on [_**MS** Windows_](https://wikipedia.org/wiki/Windows)&[_Linux_](https://wikipedia.org/wiki/Linux)&[_Android OS_](https://wikipedia.org/wiki/Android_(operating_system))&[_iOS_](https://wikipedia.org/wiki/iOS)&[_macOS_](https://wikipedia.org/wiki/macOS).**
2
2
3
-
\[This post (which [is also on *SubStack*](https://swudususuwu.substack.com/p/ffmpeg-is-floss-no-cost-mux-tool)) allows [all uses](https://creativecommons.org/licenses/by/2.0/).\]
4
-
5
-
Tools compatible with this howto:
6
-
- For `/bin/sh`: `apt install ffmpeg`
7
-
- For _Android OS_: [_FFmpeg Media Encoder_ - Apps on _Google_](https://play.google.com/store/apps/details?id=com.silentlexx.ffmpeggui) (_SilentLexx_) with much success; has a visual interface to `ffmpeg` but can process commands through console.
8
-
-\[Alternative (have not used): [_FFmpeg_ - Apps on _Google_](https://play.google.com/store/apps/details?id=com.crossplat.ffmpegmobile) (_FFmpeg_ from _CrossPlat_).\]
9
-
- For misc _Linux_ OSs (suchas [_Ubuntu_](https://ubuntu.com/) or [_Android OS_ +_Termux_](https://play.google.com/store/apps/details?id=com.termux)): `apt install ffmpeg`.
10
-
- For _iOS_: [https://shaunhevey.com/posts/how-to-use-ffmpeg-on-ios/](https://shaunhevey.com/posts/how-to-use-ffmpeg-on-ios/).
- For _Microsoft Windows_: [_FFmpeg_ - Official app in the _Microsoft Store_](https://apps.microsoft.com/detail/9nb2flx7x7wg?hl=en-za&gl=ZA).
3
+
\[[This post](./TranscodeMuxHowto.md) is [released through *Creative Commons Generic Attribution 2* (which allows all uses)](https://creativecommons.org/licenses/by/2.0/). **Notice**: not affiliated to `ffmpeg`, just skilled user.\]
13
4
14
5
# Table of Contents
6
+
-[Requisites](#Requisites)
15
7
-[Howto](#howto)
16
8
-[Produce `.mp4`](#produce-mp4)
17
9
-[Produce `.m4a`](#produce-m4a)
@@ -21,6 +13,18 @@ Tools compatible with this howto:
21
13
-[Produce `.gif`](#produce-gif)
22
14
-[Synopsis](#synopsis)
23
15
16
+
******************************************
17
+
# Requisites
18
+
Tools compatible with this howto:
19
+
- For `/bin/sh`: `apt install ffmpeg`
20
+
- For _Android OS_: [_FFmpeg Media Encoder_ - Apps on _Google_](https://play.google.com/store/apps/details?id=com.silentlexx.ffmpeggui) (`ffmpeg` wrapper from _SilentLexx_) with much success; has a visual interface to `ffmpeg` but can process commands through console.
21
+
-\[Alternative (have not used): [_FFmpeg_ - Apps on _Google_](https://play.google.com/store/apps/details?id=com.crossplat.ffmpegmobile) (`ffmpeg` wrapper from _CrossPlat_).\]
22
+
- For misc _Linux_ OSs (suchas [_Ubuntu_](https://ubuntu.com/) or [_Android OS_ +_Termux_](https://play.google.com/store/apps/details?id=com.termux)): `apt install ffmpeg`.
23
+
- For _iOS_: [https://shaunhevey.com/posts/how-to-use-ffmpeg-on-ios/](https://shaunhevey.com/posts/how-to-use-ffmpeg-on-ios/).
0 commit comments