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

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to