From patchwork Thu Jan 17 09:38:56 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Jeyapal, Karthick" X-Patchwork-Id: 11782 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id 35E6044D352 for ; Thu, 17 Jan 2019 11:39:14 +0200 (EET) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4C6B568ABC6; Thu, 17 Jan 2019 11:39:02 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from a1i868.smtp2go.com (a1i868.smtp2go.com [43.228.187.100]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A783268AA2D for ; Thu, 17 Jan 2019 11:38:55 +0200 (EET) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=smtpservice.net; s=m78bu0.a1-4.dyn; x=1547718856; h=Feedback-ID: X-Smtpcorp-Track:Message-Id:Date:Subject:To:From:Reply-To:Sender: List-Unsubscribe; bh=8jZMc6UaBsOmwPfJkhdqA5UoCO8Wcty6+pa0DWikwKQ=; b=YPeLKQlc TGiq+JQ0EFBbtUpHF581+74ZsJqz2cmzQB/UTTcD0XYsWf2ZLXl54lKSd5OqVVmWyu51U+c6vAamB jqPDXkKEVaovwm8oyF7VVfAryKbITfuBOhZLcmKVt4pjVYTCibnAVc5Ccmbx+2sr3LJeH7Bb6/ff2 3wCQ7NwUyrZ9FUGM8t27ISkdB/Bx2hp82OTTWdiwnxoRY0SGO7WWRm60MxkZV5O/NJbTls1Aat7hh 15jpOHl5x+H147O64AOXv8kVXKJdF3u5RAoOAL3y1f9pZa76RyTa4Fv75FzLmQWTOfLciDNdJxREe b+uhdZg0W3rvfN2cn7P8cWOSUw==; Received: from [10.45.33.53] (helo=SmtpCorp) by smtpcorp.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.91) (envelope-from ) id 1gk48i-4pkPgl-CZ; Thu, 17 Jan 2019 09:39:08 +0000 Received: from [10.63.208.195] (helo=blr-mp4tf.bangalore.corp.akamai.com) by smtpcorp.com with esmtpa (Exim 4.91) (envelope-from ) id 1gk48g-rlZBJp-WD; Thu, 17 Jan 2019 09:39:07 +0000 From: Karthick J To: ffmpeg-devel@ffmpeg.org Date: Thu, 17 Jan 2019 15:08:56 +0530 Message-Id: <20190117093856.46051-1-kjeyapal@akamai.com> X-Mailer: git-send-email 2.17.1 (Apple Git-112) X-Smtpcorp-Track: 1gk48gr_ZUJpWD.Qj07SaP8L Feedback-ID: 337386m:337386asVRLGB:337386sw9AHZ3FHb X-Report-Abuse: Please forward a copy of this message, including all headers, to Subject: [FFmpeg-devel] [PATCH] avformat/dashenc: Added documentation for $ext$ identifier in filenames X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Cc: Karthick J MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" --- 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 -map 0 -map 0 -c:a libfdk_aac -c:v libx264