mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-20 14:30:20 +00:00
No description
possible. For example you can do:
ffmpeg -i i.dv -i audio_track.mp3 -map 0.0 -map 1.0 \
-vcodec copy -acodec pcm_s16le out.dv
* Preparations for getting rid of DVAUDIO codec, DV stream really
contains PCM audio, so there's no codec needed if we have a
decent demuxer.
* Providing entry points for dv1394 write support.
Originally committed as revision 2174 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
||
|---|---|---|
| doc | ||
| libavcodec | ||
| libavformat | ||
| postproc | ||
| tests | ||
| vhook | ||
| .cvsignore | ||
| berrno.h | ||
| Changelog | ||
| cmdutils.c | ||
| cmdutils.h | ||
| common.h | ||
| configure | ||
| COPYING | ||
| CREDITS | ||
| cygwin_inttypes.h | ||
| ffmpeg.c | ||
| ffplay.c | ||
| ffserver.c | ||
| ffserver.h | ||
| INSTALL | ||
| Makefile | ||
| output_example.c | ||
| README | ||
| VERSION | ||
| xvmc_render.h | ||
FFmpeg README ------------- 1) Documentation ---------------- * Read the documentation in the doc/ directory. 2) Licensing ------------ * Read the file COPYING. ffmpeg and the associated libraries EXCEPT liba52 and libpostproc are licensed under the Lesser GNU General Public License. * liba52 and libpostproc are distributed under the GNU General Public License and their compilation and use is optional in ffmpeg. Fabrice Bellard.