Hello all!<br><br>I'am using video encoding examples from <a href="http://ffmpeg.org/doxygen/trunk/decoding__encoding_8c-source.html">http://ffmpeg.org/doxygen/trunk/decoding__encoding_8c-source.html</a> to encode DV video. Everything works fine, but unlike MPEG1, DV video has audio data included into "video" frame. I successfully encode DV video and now looking for a way to put audio into DV frames. ffmpeg has API for it, or I need to do in manually somehow?<br>