3104
- 收藏
- 点赞
- 分享
- 举报
ffmpeg 硬件加速 生成图片
ffmpeg可以使用cuda硬件加速的方法 解码编码mp4。
所以在想可不可以也加速抽离图片
第二个需求是把视频抽离成单张图片,用的是这个方法
ffmpeg -i 1.mp4 -f image2 q:v 2 -an -r 10 -s 320*180 D:\cut\%4d.jpg
在ffmpeg里面文档看到的方法是有专门的剥离器叫“Demuxers”
在N卡的发布手册里面也看到有jpeg图片格式解码编码的支持。
请问我上面代码怎么改进?
Libraries
The scientific and utility libraries listed below are available in the lib/ directory (DLLs on Windows are in bin/), and their interfaces are available in the include/ directory.
cublas (BLAS)
cublas_device (BLAS Kernel Interface)
cuda_occupancy (Kernel Occupancy Calculation [header file implementation])
cudadevrt (CUDA Device Runtime)
cudart (CUDA Runtime)
cufft (Fast Fourier Transform [FFT])
cupti (CUDA Profiling Tools Interface)
curand (Random Number Generation)
cusolver (Dense and Sparse Direct Linear Solvers and Eigen Solvers)
cusparse (Sparse Matrix)
libcu++ (CUDA Standard C++ Library)
nvJPEG (JPEG encoding/decoding)
npp (NVIDIA Performance Primitives [image and signal processing])
nvblas ("Drop-in" BLAS)
nvcuvid (CUDA Video Decoder [Windows, Linux])
nvgraph (CUDA nvGRAPH [accelerated graph analytics])
nvml (NVIDIA Management Library)
nvrtc (CUDA Runtime Compilation)
nvtx (NVIDIA Tools Extension)
thrust (Parallel Algorithm Library [header file implementation])
也测试过了如下代码都失败了
ffmpeg -hwaccel cuvid -c:v h264_cuvid -i 1.ts -c:v h264_nvenc -vframes 54000 image%5d.jpg
ffmpeg -hwaccel cuvid -c:v h264_cuvid -i 1.ts -c:v h264_nvenc -vframes 54000 image%5d.jpg
ffmpeg -hwaccel cuvid -c:v h264_cuvid -i 1.mp4 -c:v h264_nvenc -f image2 -r 1 image%5d.jpg
ffmpeg -hwaccel cuvid -i 1.mp4 -f image2 -r 5 image%5d.jpg
请问我上面代码怎么改进?
我来回答
回答0个
时间排序
认可量排序
暂无数据
或将文件直接拖到这里
悬赏:
E币
网盘
* 网盘链接:
* 提取码:
悬赏:
E币
Markdown 语法
- 加粗**内容**
- 斜体*内容*
- 删除线~~内容~~
- 引用> 引用内容
- 代码`代码`
- 代码块```编程语言↵代码```
- 链接[链接标题](url)
- 无序列表- 内容
- 有序列表1. 内容
- 缩进内容
- 图片![alt](url)
相关问答
-
2019-11-28 11:53:25
-
2019-01-24 15:08:26
-
2019-01-23 10:23:37
-
2017-11-01 15:57:19
-
2018-12-11 14:43:18
-
2015-05-16 14:44:08
-
2016-01-06 16:53:05
-
2015-11-11 11:46:16
-
2015-11-26 22:05:17
-
2019-01-03 17:10:11
-
2019-01-16 16:03:53
-
2016-11-09 09:59:32
-
2018-11-07 17:54:41
-
2018-11-04 11:58:19
-
2013-01-08 10:06:12
-
2020-10-30 11:58:03
-
2022-10-14 15:57:11
-
2018-06-08 14:04:53
-
2018-11-02 09:43:28
无更多相似问答 去提问
点击登录
-- 积分
-- E币
提问
—
收益
—
被采纳
—
我要提问
切换马甲
上一页
下一页
悬赏问答
-
5SS928的emmc有32GB,bootargs设置使用16GB,但是为啥能用的只有rootfs的大小
-
33SS928怎样烧写ubuntu系统
-
10ToolPlatform下载rootfs提示网络失败
-
10谁有GK7205V500的SDK
-
5Hi3516CV610 烧录不进去
-
10Hi3559AV100 芯片硬解码h265编码格式的视频时出现视频播放错误,解码错误信息 s32PackErr:码流有错
-
5海思SS928 / SD3403的sample_venc.c摄像头编码Demo中,采集到的摄像头的YUV数据在哪个相关的函数中?
-
5海鸥派openEuler无法启动网卡,连接WIFI存在问题
-
66有没有ISP相关的巨佬帮忙看看SS928对接IMX347的图像问题
-
50求助hi3559与FPGA通过SLVS-EC接口对接问题
举报反馈
举报类型
- 内容涉黄/赌/毒
- 内容侵权/抄袭
- 政治相关
- 涉嫌广告
- 侮辱谩骂
- 其他
详细说明
提醒
你的问题还没有最佳答案,是否结题,结题后将扣除20%的悬赏金
取消
确认
提醒
你的问题还没有最佳答案,是否结题,结题后将根据回答情况扣除相应悬赏金(1回答=1E币)
取消
确认