File tree Expand file tree Collapse file tree 2 files changed +24
-3
lines changed Expand file tree Collapse file tree 2 files changed +24
-3
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,25 @@ FFmpeg version >= 3.X
1919``` shell
2020# Not support video
2121go get -u -v github.com/wzshiming/pic2ascii/cmd/pic2ascii
22+ ```
23+
24+ or
2225
26+ ``` shell
2327# Support video (Depends ffmpeg)
24- brew install ffmpeg # mac
28+ brew install ffmpeg # Mac
2529go get -tags=support_video -u -v github.com/wzshiming/pic2ascii/cmd/pic2ascii
2630```
2731
2832or
2933
34+ ``` shell
35+ # In Mac
36+ brew install wzshiming/core/pic2ascii
37+ ```
38+
39+ or
40+
3041[ Download releases] ( https://github.com/wzshiming/pic2ascii/releases ) Not support video (Compile or use docker image if necessary.)
3142
3243[ Docker image] ( https://hub.docker.com/r/wzshiming/pic2ascii/ ) Support video
@@ -126,7 +137,6 @@ MMKu. ."kWMNx' . =WMMMMNk:..
126137 - [x] flv
127138 - [x] aac
128139
129-
130140## License
131141
132142Pouch is licensed under the MIT License. See [ LICENSE] ( https://github.com/wzshiming/pic2ascii/blob/master/LICENSE ) for the full license text.
Original file line number Diff line number Diff line change @@ -19,14 +19,25 @@ FFmpeg 版本 >= 3.X
1919``` shell
2020# 不支持视频
2121go get -u -v github.com/wzshiming/pic2ascii/cmd/pic2ascii
22+ ```
23+
24+ 或
2225
26+ ``` shell
2327# 支持视频(依赖 ffmpeg)
24- brew install ffmpeg # mac
28+ brew install ffmpeg # Mac
2529go get -tags=support_video -u -v github.com/wzshiming/pic2ascii/cmd/pic2ascii
2630```
2731
2832或
2933
34+ ``` shell
35+ # 在 Mac
36+ brew install wzshiming/core/pic2ascii
37+ ```
38+
39+ 或
40+
3041[ Download releases] ( https://github.com/wzshiming/pic2ascii/releases ) 不支持视频(如有需要请自行编译或使用 docker 镜像.)
3142
3243[ Docker image] ( https://hub.docker.com/r/wzshiming/pic2ascii/ ) 支持视频
You can’t perform that action at this time.
0 commit comments