code:ffmpeg
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | code:ffmpeg [2020/01/02 11:21] (current) – created michfiel | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== ffmpeg ====== | ||
| + | |||
| + | TS-Videos ohne Recodierung ins MP4-Format umwandeln | ||
| + | |||
| + | TS-Dateien – als Produkt eines Downloads einer Sendung – sollten nur noch in den seltensten Fällen auftreten. Falls dieses Medienformat doch auftritt, kann selbiges auf allen Plattformen ohne Qualitätsverlust, | ||
| + | |||
| + | ffmpeg -i input-video.ts -vcodec copy -acodec copy -absf aac_adtstoasc output-video.mp4 | ||
| + | |||
| + | |||
| + | ===== Links ===== | ||
| + | |||
| + | * https:// | ||
| + | * http:// | ||
| + | * https:// | ||
| + | * https:// | ||
code/ffmpeg.txt · Last modified: by michfiel
