[FFmpeg-devel] [PATCH 5/5] lavf/avio: remove support for proto, , opt, val, , syntax.

Nicolas George george at nsup.org
Wed Jul 28 16:29:04 EEST 2021


Gyan Doshi (12021-07-28):
> 
> 
> On 2021-07-28 17:45, Nicolas George wrote:
> > It was only still supported for subfile and only used by dvd2concat.
> 
> Examples at http://www.ffmpeg.org/ffmpeg-protocols.html#subfile should be
> updated.

Good catch, thanks.

Locally committed this chunk:

diff --git a/doc/protocols.texi b/doc/protocols.texi
index 726e5f1c44..227614b0b3 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -1701,17 +1701,17 @@ Examples:
 Extract a chapter from a DVD VOB file (start and end sectors obtained
 externally and multiplied by 2048):
 @example
-subfile,,start,153391104,end,268142592,,:/media/dvd/VIDEO_TS/VTS_08_1.VOB
+-start 153391104 -end 268142592 subfile:/media/dvd/VIDEO_TS/VTS_08_1.VOB
 @end example
 
 Play an AVI file directly from a TAR archive:
 @example
-subfile,,start,183241728,end,366490624,,:archive.tar
+-start 183241728 -end 366490624 subfile:archive.tar
 @end example
 
 Play a MPEG-TS file from start offset till end:
 @example
-subfile,,start,32815239,end,0,,:video.ts
+-start 32815239 -end 0 subfile:video.ts
 @end example
 
 @section tee

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20210728/fc59bc97/attachment.sig>


More information about the ffmpeg-devel mailing list