<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi,<div><br></div><div>I use the FFmpeg libs to read a video file, apply changes to the video stream, and write both the changed video frames and *unchanged* audio frames to another file. All of this is done on Android (NDK). Currently, I do have the video part running and wanted to start the audio part now. 2 questions:</div><div><br></div><div>#1: As I do not want to change the audio part, what is the preferred and fastest way to pass this stream through? Is it valid to simply read audio packets (not frames) and write them unchanged? To me it seems it does not make too much sense to first decode them and encode them later? Or am I missing something? </div><div><br></div><div>#2: I have learned about pts/dts and roughly understand what it is all about. Samples I have seen do quite sophisticated things to derive a PTS for real time display and so on… In my scenario (which is a simple batch process), is it a valid approach to ignore that stuff completely and simple copy over the original pts/dts fields on packet level (both audio and video) when writing them to the second file?</div><div><br></div><div>I’m looking forward to any feedback.</div><div><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  "><br>Greetings Harald<br><br>-<br>Harald Schlangmann<br>Antwerpener Str. 52, 50672 Köln, Germany<br>+49 151 2265 4439<br><a href="mailto:Harry@gps-laptimer.de">Harry@gps-laptimer.de</a><br>www.gps-laptimer.de</span>
</div>
<br></div></body></html>