此命令在stdout中返回wavespic。
coffee-rails
我想以png格式返回stdout wavespic。但我不能在这种情况下选择格式ffmpeg -i "/home/01.mp3" -filter_complex "aformat=channel_layouts=mono,compand,showwavespic=s=640x120" -frames:v 1 -f image2 -
。是的我可以-f image2 -
,但我不想将文件保存到磁盘。
答案 0 :(得分:1)
使用
ffmpeg -i "/home/01.mp3" -filter_complex "aformat=channel_layouts=mono,compand,showwavespic=s=640x120" -c:v png -frames:v 1 -f image2 -
如果您需要索引颜色,请添加-pix_fmt pal8