1
1
mirror of https://github.com/wader/fq.git synced 2024-11-25 23:13:19 +03:00

doc,matroska: Fix filesname in example

This commit is contained in:
Mattias Wadman 2022-01-29 12:20:47 +01:00
parent cae9587c5c
commit 8e47fb1a85
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ $ fq 'matroska_path(".Segment.Tracks[0]") file.mkv
``` ```
``` ```
$ fq 'first(grep_by(.id == "Tracks")) | matroska_path' testfiles/test.mkv $ fq 'first(grep_by(.id == "Tracks")) | matroska_path' test.mkv
".Segment.Tracks" ".Segment.Tracks"
``` ```
### mp4 ### mp4

View File

@ -13,6 +13,6 @@ $ fq 'matroska_path(".Segment.Tracks[0]") file.mkv
``` ```
``` ```
$ fq 'first(grep_by(.id == "Tracks")) | matroska_path' testfiles/test.mkv $ fq 'first(grep_by(.id == "Tracks")) | matroska_path' test.mkv
".Segment.Tracks" ".Segment.Tracks"
``` ```