<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><div><blockquote type="cite"><div dir="ltr" style="caret-color: rgb(0, 0, 0); font-family: Palatino-Roman; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;"><div class="gmail_quote"><br><div><br></div><div>I got a 5.1 show recorded last night and corrected the commercials it found in mythfrontend edit and saved the cut list. Then I ran fftcut.py as a UserJob within mythfrontend. ffprobe shows that the original has 2 audio streams: English 5.1 and Spanish stereo. The file outputted by ffcut.py shows: only English 5.1</div></div></div></blockquote><br></div><div>That’s good news. Sounds like it is getting getting just the ‘default’ or stream 0 audio track when using copy option for audio.</div><div><br></div><div>If for some reason you wanted the other audio track, you would want to mod the ffmpeg line to copy the other audio stream.</div><div><br></div><div>****************</div><div><br></div><div>As a side note, I have done some ’sleuthing’ on the ‘-c copy’ option for ffmpeg/mythffmpeg and it copies audio, video, subtitles, and data by default.</div><div><br></div><div>If there were subtitles or extra data on the original, then they would also be copied straight thru when processing.</div><div><br></div><div>Jay</div></body></html>