diff mbox

[FFmpeg-devel] avformat/dashenc: Added documentation for $ext$ identifier in filenames

Message ID 20190117093856.46051-1-kjeyapal@akamai.com
State Accepted
Commit 306cc261158d7914c2b42cf0ac65b64c5ae66f8a
Headers show

Commit Message

Jeyapal, Karthick Jan. 17, 2019, 9:38 a.m. UTC
---
 doc/muxers.texi | 2 ++
 1 file changed, 2 insertions(+)

Comments

Gyan Doshi Jan. 17, 2019, 10:01 a.m. UTC | #1
On 17-01-2019 03:08 PM, Karthick J wrote:
> ---
>   doc/muxers.texi | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/doc/muxers.texi b/doc/muxers.texi
> index 4ed46a2220..d2d985f1ac 100644
> --- a/doc/muxers.texi
> +++ b/doc/muxers.texi
> @@ -216,6 +216,8 @@ It creates a MPD manifest file and segment files for each stream.
>   The segment filename might contain pre-defined identifiers used with SegmentTemplate
>   as defined in section 5.3.9.4.4 of the standard. Available identifiers are "$RepresentationID$",
>   "$Number$", "$Bandwidth$" and "$Time$".
> +In addition to the standard identifiers, an ffmpeg-specific "$ext$" identifier is also supported.
> +When specified ffmpeg will replace $ext$ in the file name with muxing format's extensions such as mp4, webm etc.,
LGTM.  Optionally, an example with use of a couple of these variables 
would be nice.
>   @example
>   ffmpeg -re -i <input> -map 0 -map 0 -c:a libfdk_aac -c:v libx264

Gyan
Jeyapal, Karthick Jan. 21, 2019, 9:41 a.m. UTC | #2
On 1/17/19 3:08 PM, Karthick J wrote:
> ---

>  doc/muxers.texi | 2 ++

>  1 file changed, 2 insertions(+)

>

> diff --git a/doc/muxers.texi b/doc/muxers.texi

> index 4ed46a2220..d2d985f1ac 100644

> --- a/doc/muxers.texi

> +++ b/doc/muxers.texi

> @@ -216,6 +216,8 @@ It creates a MPD manifest file and segment files for each stream.

>  The segment filename might contain pre-defined identifiers used with SegmentTemplate

>  as defined in section 5.3.9.4.4 of the standard. Available identifiers are "$RepresentationID$",

>  "$Number$", "$Bandwidth$" and "$Time$".

> +In addition to the standard identifiers, an ffmpeg-specific "$ext$" identifier is also supported.

> +When specified ffmpeg will replace $ext$ in the file name with muxing format's extensions such as mp4, webm etc.,

>  

>  @example

>  ffmpeg -re -i <input> -map 0 -map 0 -c:a libfdk_aac -c:v libx264


Pushed
diff mbox

Patch

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 4ed46a2220..d2d985f1ac 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -216,6 +216,8 @@  It creates a MPD manifest file and segment files for each stream.
 The segment filename might contain pre-defined identifiers used with SegmentTemplate
 as defined in section 5.3.9.4.4 of the standard. Available identifiers are "$RepresentationID$",
 "$Number$", "$Bandwidth$" and "$Time$".
+In addition to the standard identifiers, an ffmpeg-specific "$ext$" identifier is also supported.
+When specified ffmpeg will replace $ext$ in the file name with muxing format's extensions such as mp4, webm etc.,
 
 @example
 ffmpeg -re -i <input> -map 0 -map 0 -c:a libfdk_aac -c:v libx264