Closed jonnew closed 8 years ago
When there are two valid frame streams that can be oat-viewed, and I try to record both via
oat-view
oat record -i filt raw -n lala -f ~/Desktop -o
Only the raw stream is recorded. But if I omit the file name
oat record -i filt raw -f ~/Desktop -o
both streams are recorded. Seems like the files share a single name and therefore only the last one is written.
When there are two valid frame streams that can be
oat-view
ed, and I try to record both viaOnly the raw stream is recorded. But if I omit the file name
both streams are recorded. Seems like the files share a single name and therefore only the last one is written.