Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
c3tracker:repair [2025/09/14 12:15] – v0tti | c3tracker:repair [2025/09/14 12:38] (current) – v0tti | ||
---|---|---|---|
Line 103: | Line 103: | ||
-map 0:a -c:a mp2 -b:a 192k -ac:a 1 -ar:a 48000 \ | -map 0:a -c:a mp2 -b:a 192k -ac:a 1 -ar:a 48000 \ | ||
-f mpegts output.ts | -f mpegts output.ts | ||
+ | </ | ||
+ | |||
+ | === Convert intro without audio to ts | ||
+ | Input can be any file that can be read by ffmpeg. The intro needs a audio track in order to be compatible with the tracker pipeline. | ||
+ | |||
+ | < | ||
+ | ffmpeg -loop 1 -i 123.mp4 -ar 48000 -ac 1 -f s16le -i /dev/zero -ar 48000 -ac 1 -f s16le -i /dev/zero -ar 48000 -ac 1 -f s16le -i /dev/zero -ar 48000 -ac 1 -f s16le -i / | ||
</ | </ | ||