c3tracker:repair

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
c3tracker:repair [2025/09/14 12:15] v0ttic3tracker: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
 +</code>
 +
 +=== 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.
 +
 +<code>
 +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 /dev/zero  -map 0:v -c:v mpeg2video -q:v 0 -aspect 16:9 -map 1:0 -map 2:0 -map 3:0 -map 4:0 -shortest -f mpegts 123.ts
 </code> </code>
  
  • c3tracker/repair.1757844950.txt.gz
  • Last modified: 2025/09/14 12:15
  • by v0tti