随笔 - 631,  文章 - 0,  评论 - 84,  阅读 - 225万
< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8
07 2020 档案
java Graphics2D绘制文字并居中并解决服务器乱码问题
摘要:package com.test.testImage;import java.awt.Color;import java.awt.Font;import java.awt.FontMetrics;import java.awt.Graphics2D;import java.awt.Rendering 阅读全文
posted @ 2020-07-24 14:24 微笑点燃希望 阅读(1789) 评论(0) 推荐(0) 编辑
ffmepg在CentOS编译和调试(DEBUG)技巧
摘要:1.官网下载最新的ffmpeg源码 git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg 2.官网下载x264,并编译x264 cd ffmpeg git clone git://git.videolan.org/x264 cd x264 ./con 阅读全文
posted @ 2020-07-17 16:47 微笑点燃希望 阅读(331) 评论(0) 推荐(0) 编辑
linux 安装 Autoconf 2.69版
摘要:发生错误configure.ac:8: error: Autoconf version 2.64 or higher is required 1.检查版本 [root@localhost Desktop]$ rpm -qf /usr/bin/autoconf error: file /usr/bin 阅读全文
posted @ 2020-07-17 14:27 微笑点燃希望 阅读(1866) 评论(0) 推荐(0) 编辑
解决错误-bash: ./configure: Permission denied
摘要:执行“$ ./configure”的,发现提示错误,错误提示是这样的:$ ./configurebash: ./configure:权限不够??? [英文状态下提示的是“bash . /configure permission denied”]如果你改为执行$ bash ./configure那么就 阅读全文
posted @ 2020-07-16 20:55 微笑点燃希望 阅读(7997) 评论(0) 推荐(2) 编辑
Linux ffmpeg 支持x264 If you really want to compile without asm, configure with --disable-asm 的解决办法
摘要:报错 Unknown option --enable-opencl, ignoredUnknown option --enable-avs, ignoredUnknown option --enable-cli, ignoredUnknown option --enable-ffms, ignore 阅读全文
posted @ 2020-07-16 20:47 微笑点燃希望 阅读(1007) 评论(0) 推荐(0) 编辑
Linux (CentOS7) 下Jdk1.8下载与安装教程
摘要:CentOS7下Linux常用软件安装专题 - Jdk1.8介绍一下常用软件的安装方法,让不熟的小伙伴少走弯路。首次出文章,如有不当的地方,还望各位少侠多多指正,小弟在此谢过!个人说明:小弟有强迫症:我会把下载的文件统一放到/source文件夹中,安装文件放到/software中,各位请根据自己的习 阅读全文
posted @ 2020-07-15 15:06 微笑点燃希望 阅读(4176) 评论(0) 推荐(0) 编辑
ffmpeg 图片转视频
摘要:1.分离视频音频流 ffmpeg -i input_file -vcodec copy -an output_file_video //分离视频流 ffmpeg -i input_file -acodec copy -vn output_file_audio //分离音频流 2.视频解复用 ffmp 阅读全文
posted @ 2020-07-14 20:56 微笑点燃希望 阅读(1231) 评论(0) 推荐(0) 编辑

font=white
点击右上角即可分享
微信分享提示