我是 Sublime Text(使用 ST3)的新手,我已经通过包控制安装了 SublimeText/WordCount 包。
https://github.com/SublimeText/WordCount/blob/st3/readme.md列出enable_count_chars
了我可以设置为“true”的首选项。
但我不知道该怎么做。是的,我试过用谷歌搜索它,但我没有找到它,而且我相信有人确切地知道如何去做:)
我正在尝试将大型 MKV 转换为老式 AVI 文件。
我正在尝试这个:
ffmpeg -i video.mkv -s -codec:v mpeg4 -bf 1 -b 2567k -mbd 2 -g 300 -flags cgop -acodec copy video.avi
Run Code Online (Sandbox Code Playgroud)
但我明白了
[NULL @ 0x7fa0d901e600] Unable to find a suitable output format for 'mpeg4'
mpeg4: Invalid argument
ffmpeg 消息的长版...
ffmpeg version 2.1.3 Copyright (c) 2000-2013 the FFmpeg developers
built on Feb 4 2014 17:53:32 with Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
configuration: --prefix=/usr/local/Cellar/ffmpeg/2.1.3 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --enable- hardcoded-tables --enable-avresample --enable-vda --cc=clang …
Run Code Online (Sandbox Code Playgroud)