1
1
mirror of https://github.com/wader/fq.git synced 2024-12-26 15:02:28 +03:00
fq/format/mpeg/testdata/mp3-frame-mono-crc.fqtest
Mattias Wadman e238f292af repl: Speedup multi input to sub-repl
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.
2022-02-18 01:13:45 +01:00

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