FFmpeg git repo
Go to file
Anton Khirnov 3d4f0dab79 avconv: get rid of new* options.
They are confusing, irregular and redundant -- -map already contains all
the information.  Stream maps can now be parsed in opt_output_file().

Add a more user-friendly default behavior in case no maps are present.

Breaks -programid for now, but it never worked properly anyway. A better
solution will be written soon.
2011-08-12 19:10:22 +02:00
doc avconv: get rid of new* options. 2011-08-12 19:10:22 +02:00
ffpresets
libavcodec
libavdevice
libavfilter
libavformat
libavutil
libpostproc
libswscale
tests
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
Doxyfile
INSTALL
LICENSE
Makefile
README
RELEASE
avconv.c avconv: get rid of new* options. 2011-08-12 19:10:22 +02:00
avplay.c cmdutils: allow precisely specifying a stream for AVOptions. 2011-08-12 18:35:12 +02:00
avprobe.c
avserver.c
cmdutils.c cmdutils: allow precisely specifying a stream for AVOptions. 2011-08-12 18:35:12 +02:00
cmdutils.h cmdutils: allow precisely specifying a stream for AVOptions. 2011-08-12 18:35:12 +02:00
cmdutils_common_opts.h
common.mak
configure
ffmpeg.c cmdutils: allow precisely specifying a stream for AVOptions. 2011-08-12 18:35:12 +02:00
subdir.mak
version.sh

README

Libav README
------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.