mirror of
https://github.com/wader/fq.git
synced 2024-11-22 07:16:49 +03:00
doc,matroska: Fix filesname in example
This commit is contained in:
parent
cae9587c5c
commit
8e47fb1a85
@ -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"
|
||||
```
|
||||
### mp4
|
||||
|
@ -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"
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user