<br><div dir="ltr"><div><span style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px">Hi to the community,</span><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><br></div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px">I try to transcode with the Codec ID as a Spec for my output file. </div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px">The Specs are: .ts, Codec ID 6, AC3 Audio. I detect Coded IDs with Media Info.</div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px">I Successfully transcode to .ts, but my Codec ID ends up as „129“ in Media Info. </div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px">If I change things up to E-AC3 I’ll end up with Codec ID 135, but nothing like Codec ID 6.</div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><br></div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px">If I compare media .ts media with codec ID 6 and mine with 129 or 126, Stream ID </div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px">and Codec ID seem to be the Only features differing. </div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><br></div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px">So I’d like to ask, what is a suitable prompt for ffmpeg to transcode .ts files that are analyzed </div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px">withCodec ID 6? I don’t know where else to ask so I refer to this community.</div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><br></div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px">My ffmpeg prompt is: </div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><br></div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><p class="MsoNormal"><span lang="EN-US" style="font-size:11pt;font-family:Menlo">./ffmpeg</span><span lang="EN-US"><span> </span> </span><span lang="EN-US" style="font-size:11pt;font-family:Menlo">-c:a ac3 -i ~/Desktop/INPUT.mp4 -i ~/Desktop/INPUT1.mp4 -i ~/Desktop/INPUT2.mp4 -i ~/Desktop/INPUT3.mp4 -map 0:v -map 1:a -map 2:a<span> </span></span><span lang="EN-US" style="border:1pt none windowtext;padding:0cm"> </span><span lang="EN-US" style="font-size:11pt;font-family:Menlo">-map 3:a -metadata:s:a:0 codecid=6 -metadata:s:a:0 language=deu -metadata:s:a:1 codecid=6 -metadata:s:a:1 language=eng -metadata:s:a:2 codecid=6 -metadata:s:a:2 language=ara<span> </span></span><span lang="EN-US" style="font-size:11.5pt;font-family:Consolas;color:rgb(34,34,34);background-color:rgb(249,249,249)">-streamid 1:512 -streamid 2:513 -streamid 3:514<span> </span></span><span lang="EN-US" style="font-family:Menlo;color:rgb(41,41,41);letter-spacing:-0.25pt;background-color:rgb(242,242,242)">-c:v libx264 -crf 0 -refs 2 -preset veryfast -pix_fmt yuv420p -strict -2 -y -level:v 4.0 -f mpegts</span><span lang="EN-US"><span> </span></span><span lang="EN-US" style="font-family:Menlo;color:rgb(41,41,41);letter-spacing:-0.25pt;background-color:rgb(242,242,242)">-c:a ac3<span> </span></span><span lang="EN-US" style="font-size:11pt;font-family:Menlo">Output.ts</span><span lang="EN-US"><span></span></span></p><p class="MsoNormal"><font face="Menlo"><span style="font-size:14.6667px">Please assist me on this.</span></font></p><p class="MsoNormal"><font face="Menlo"><span style="font-size:14.6667px"><br></span></font></p><p class="MsoNormal"><font face="Menlo"><span style="font-size:14.6667px">Cafune</span></font></p></div></div></div><br>