- 博客(2)
- 收藏
- 关注
原创 WebBrowser控件中JS调用C#方法
这种方法常常会用到,所以我在这写下来。 首先,创建Windows Forms 程序,然后在上面添加WebBrowser控件,代码如下: namespace WindowsFormsApplication6 { using System.Runtime.InteropServices; using System.Windows.Forms; public partial class Form1 : Form {
2011-05-08 18:07:00
1106
原创 用ffmpeg将各种视频文件转成F4V格式
F4V格式是一种用H264编码的FLV格式,现在的FFmpeg是不支持直接将各种视频文件转为F4V格式的。但有种十分隐秘 鲜为人所知的方法可以实现我们的要求。 代码:ffmpeg.exe -i example.avi -acodec libfaac -ac 2 -ab 16k -vcodec libx264 -coder 1 -g 250 -keyint_min 25 -sc_threshold 40 -bf 3 -b_strategy 1 -partitions +parti8x
2011-02-19 19:57:00
4080
3
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人