For those who prefer English -> README_EN.md
这里是 Ink33,你也可以叫我 ink。兴趣广泛,什么都想摸一摸。
For those who prefer English -> README_EN.md
这里是 Ink33,你也可以叫我 ink。兴趣广泛,什么都想摸一摸。
``` shell
ffmpeg.exe -i in.flac -map 0:0 -map_metadata -1 -codec:a copy out.flac
```
`-map 0:0` means only keep the stream 0 of input file 0, which is using to strip album cover.