- 08 Jun, 2018 1 commit
-
-
Gyan Doshi authored
-
- 02 Jun, 2018 1 commit
-
-
Gyan Doshi authored
Flesh out with details and examples to show quirks and limitations.
-
- 31 May, 2018 1 commit
-
-
Gyan Doshi authored
-
- 29 May, 2018 1 commit
-
-
Gyan Doshi authored
Thumbnail example added. Avoid transcoding in older examples.
-
- 28 Apr, 2018 1 commit
-
-
Gyan Doshi authored
-benchmark and -benchmark_all now show real, system and user time
-
- 21 Feb, 2018 1 commit
-
-
Lou Logan authored
Also mention -map in the -vn, -an, and -sn options. Fixes #7036. Signed-off-by:
Lou Logan <lou@lrcd.com>
-
- 06 Jan, 2018 1 commit
-
-
Rostislav Pehlivanov authored
Signed-off-by:
Rostislav Pehlivanov <atomnuker@gmail.com>
-
- 26 Nov, 2017 1 commit
-
-
Mark Thompson authored
-
- 22 Nov, 2017 1 commit
-
-
Jim DeLaHunt authored
Add two FAQs about running FFmpeg in the background. The first explains the use of the -nostdin option in a straightforward way. Text revised based on review. The second FAQ starts from a confusing error message, and leads to the solution, use of the -nostdin option. The purpose of the second FAQ is to attract web searches from people having the problem, and offer them a solution. Add an anchor to the Main Options section of the ffmpeg documentation, so that the FAQs can link directly there. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 19 Nov, 2017 1 commit
-
-
Vitaly _Vi Shukela authored
For some strange reason "-t" option was only implemented for input files while both "-t" and "-to" were available for use for output files. This made extracting a range from input file inconvenient. This patch enables -to option for input so one can do ffmpeg -ss 1:23:20 -to 1:27:22.3 -i myinput.mkv ... Signed-off-by:
Vitaly _Vi Shukela <vi0oss@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 23 Oct, 2017 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Clément Bœsch authored
Deprecated (aka removed) in OSX 10.11, and we have a replacement for it (VideoToolbox).
-
- 22 Sep, 2017 1 commit
-
-
Lou Logan authored
"apix_fmts" found by Marc Péchaud. "speedloss" found by Mikhail V. Signed-off-by:
Lou Logan <lou@lrcd.com>
-
- 25 Aug, 2017 1 commit
-
-
pkviet authored
The -map option allows for a trailing ? so that an error is not thrown if the input stream does not exist. This capability is extended to the map_channel option. This allows a ffmpeg command not to break if an input channel does not exist, which can be of use (for instance, scripts processing audio channels with sources having unset number of audio channels). Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 14 Jun, 2017 2 commits
-
-
Mark Thompson authored
This only supports one device globally, but more can be used by passing them with input streams in hw_frames_ctx or by deriving new devices inside a filter graph with hwmap. (cherry picked from commit e669db76)
-
Mark Thompson authored
(cherry picked from commit 303fadf5)
-
- 10 May, 2017 1 commit
-
-
erankor authored
add a per-stream option for setting the encoder timebase. the following values are allowed: 0 - for video, use 1/frame_rate, for audio use 1/sample_rate (this is the default) -1 - match the input timebase (when possible) >0 - set the timebase to provided number Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 14 Feb, 2017 1 commit
-
-
Lou Logan authored
This feature was added in 2375a85c. Signed-off-by:
Lou Logan <lou@lrcd.com>
-
- 11 Feb, 2017 1 commit
-
-
Mulvya authored
Signed-off-by:
Mulvya <mulvya@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 27 Jan, 2017 1 commit
-
-
Sasi Inguva authored
Signed-off-by:
Sasi Inguva <isasi@google.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 25 Jan, 2017 1 commit
-
-
Sasi Inguva authored
Signed-off-by:
Sasi Inguva <isasi@google.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 05 Dec, 2016 1 commit
-
-
Michael Niedermayer authored
This should make it less ambigous that these are URLs Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 14 Nov, 2016 1 commit
-
-
Simon Thelen authored
Signed-off-by:
Simon Thelen <ffmpeg-dev@c-14.de> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 06 Nov, 2016 1 commit
-
-
DeHackEd authored
Enables specifying how many threads are available to each filtergraph. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 11 Oct, 2016 1 commit
-
-
Moritz Barsnick authored
Signed-off-by:
Moritz Barsnick <barsnick@gmx.net> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 27 Sep, 2016 1 commit
-
-
Carl Eugen Hoyos authored
There is no "Data options" paragraph. Requested-by: ilker tezcan
-
- 01 Feb, 2016 1 commit
-
-
Umair Khan authored
Fix trac ticket #5160. Signed-off-by:
Umair Khan <omerjerk@gmail.com>
-
- 26 Jan, 2016 1 commit
-
-
Vittorio Gambaletta (VittGam) authored
Signed-off-by:
Vittorio Gambaletta <ffmpeg-dev@vittgam.net> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 16 Dec, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 11 Dec, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 09 Nov, 2015 1 commit
-
-
Simon Thelen authored
Signed-off-by:
Simon Thelen <ffmpeg-dev@c-14.de> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 22 Oct, 2015 1 commit
-
-
Marton Balint authored
Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 15 Oct, 2015 1 commit
-
-
Ganesh Ajjanagadde authored
Commit dbb03b8e renamed loop to stream_loop. This documents the change. Signed-off-by:
Ganesh Ajjanagadde <gajjanagadde@gmail.com>
-
- 27 Aug, 2015 1 commit
-
-
Timothy Gu authored
-
- 12 Aug, 2015 1 commit
-
-
Ganesh Ajjanagadde authored
Reference time definition syntax in option descriptions when appropriate. Fixes trac ticket #4595. Signed-off-by:
Ganesh Ajjanagadde <gajjanagadde@gmail.com> Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
- 11 Aug, 2015 1 commit
-
-
Ganesh Ajjanagadde authored
Signed-off-by:
Ganesh Ajjanagadde <gajjanagadde@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 29 Jul, 2015 2 commits
-
-
Michael Niedermayer authored
Found-by: ubitux Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes Ticket227 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 10 Jun, 2015 1 commit
-
-
Lou Logan authored
Ancient and misleading. Signed-off-by:
Lou Logan <lou@lrcd.com>
-
- 30 May, 2015 1 commit
-
-
Michael Niedermayer authored
Previous version reviewed-by: Lou Logan <lou@lrcd.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-