码迷,mamicode.com
首页 >  
搜索关键字:ubuntu ffmpeg    ( 27933个结果
Ubuntu云服务器配置
建议使用docker安装服务,防止软件安装失败导致系统重新安装。 Ubuntu 云服务器配置 一、安装 Apache 网站服务器 apt 系统安装 1.安装 Apache sudo apt update sudo apt install apache2 2.验证 Apache 是否正在运行 sudo ...
分类:系统相关   时间:2021-04-19 15:10:44    阅读次数:0
ffmpeg P016 P010 YUV444P16LE 的打印的像素值
软解: AV_PIX_FMT_YUV420P10LE in fmt:64IN Y :0x7f45280084c0074.00 074.00 074.00 074.00 074.00 074.00 074.00 074.00 074.00 074.00 074.00 074.00 074.00 074 ...
分类:其他好文   时间:2021-04-19 15:05:14    阅读次数:0
ffmpeg -map参数分析
opt_map函数中对于指定了select program的分析 从过滤器中进行map static int open_output_file(OptionsContext *o, const char *filename) open_output_file函数中根据stream_map进行创建输出 ...
分类:其他好文   时间:2021-04-19 14:39:12    阅读次数:0
zimg 使用
/* * Copyright (c) 2015 Paul B Mahol * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under th ...
分类:其他好文   时间:2021-04-16 12:07:43    阅读次数:0
MySQL 用户配置
sudo vi打开 /etc/mysql/mysql.conf.d/mysqld.cnf常用vim命令i 修改文本Ese 推出修改:wq 保存退出:q! 强制退出修改bind_ip为ubuntu ipifconfig -a查看ubuntu ip sudo ufw allow 3306 打开3306端 ...
分类:数据库   时间:2021-04-16 12:06:44    阅读次数:0
redis 安装(问题运行没应,指定config文件运行起不来)
一、这个文档是安装压缩包的方式,因为我是阿里云一直报内存太小就没用,我的有2g,见好多人说加内存,我加不了就先放弃了没用 http://grainier.net/how-to-install-redis-in-ubuntu/ 二、使用 apt 安装 安装命令 sudo apt install red ...
分类:其他好文   时间:2021-04-16 12:02:36    阅读次数:0
Ubuntu安装docker/docker-compose(在全新系统状态下的安装)
设置仓库 更新 apt 包索引。 $ sudo apt-get update 安装 apt 依赖包,用于通过HTTPS来获取仓库: $ sudo apt-get install \ apt-transport-https \ ca-certificates \ curl \ gnupg-agent ...
分类:系统相关   时间:2021-04-16 11:59:52    阅读次数:0
Ubuntu 软件管理
Debian软件包通常为预编译的二进制格式的扩展名".deb",类似rpm文件,因此安装快速,无需编译软 件。包文件包括特定功能或软件所必需的文件、元数据和指令 dpkg:package manager for Debian,类似于rpm, dpkg是基于Debian的系统的包管理器。可 以安装,删 ...
分类:系统相关   时间:2021-04-13 12:54:26    阅读次数:0
源码安装nginx env
源码安装nginx For ubuntu:18.04 apt -y install build-essential libtool libpcre3 libpcre3-dev zlib1g-dev openssl net-tools curl wget wget -P /tmp http://ngi ...
分类:其他好文   时间:2021-04-12 12:27:54    阅读次数:0
ubuntu更改时间北京时间
先查看当前系统时间 root@ubuntu:/# date -R 结果时区是:-0500我需要的是东八区,这儿显示不是,所以需要设置一个时区 1.运行tzselect root@ubuntu:/# tzselect 在这里我们选择亚洲 Asia,确认之后选择中国(China),最后选择北京(Beij ...
分类:系统相关   时间:2021-04-10 13:40:28    阅读次数:0
27933条   上一页 1 ... 11 12 13 14 15 ... 2794 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!