mirror of
https://github.com/wader/fq.git
synced 2024-12-26 15:02:28 +03:00
e238f292af
Rewrite non-sub-repl queries as "q" -> ".[] | q" and pass in inputs as array. Before each input did an eval. Also fixup error message a bit, skip line:column when they dont make sense.
6 lines
234 B
Plaintext
6 lines
234 B
Plaintext
# ffmpeg -f lavfi -i sine -t 10ms -f wav pipe:1 | lame - - | fq - '.frame[1] | tobits' > mp3-frame-mono-crc
|
|
$ fq -d mp3_frame '.header.crc | verbose' /mp3-frame-mono-crc
|
|
exitcode: 3
|
|
stderr:
|
|
error: arg: function not defined: verbose/0
|