当前位置: 技术问答>linux和unix
ffmpeg 移植到arm
来源: 互联网 发布时间:2016-12-22
本文导语: ffmpeg 移植到arm s3c2410 上,可以用来做视频的压缩, 但是不能直接从/dev/video0 采集视频, 报错如下: [/mnt/yaffs]ffmpeg -f video4linux -s 320x240 -i /dev/video0 test.asf ffmpeg version CVS, build 3277056, Copyright (c) 2000-2004 Fab...
ffmpeg 移植到arm s3c2410 上,可以用来做视频的压缩,
但是不能直接从/dev/video0 采集视频,
报错如下:
[/mnt/yaffs]ffmpeg -f video4linux -s 320x240 -i /dev/video0 test.asf
ffmpeg version CVS, build 3277056, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --enable-shared --prefix=/mnt/yaffs/ffmpeg
built on Nov 29 2009 22:01:05, gcc: 3.3.2
/dev/video: No such file or directory
/dev/video0: I/O error occured
Usually that means that input file is truncated and/or corrupted.
请问各位大侠,这个错误代表什么?
有什么好的解决方法?
但是不能直接从/dev/video0 采集视频,
报错如下:
[/mnt/yaffs]ffmpeg -f video4linux -s 320x240 -i /dev/video0 test.asf
ffmpeg version CVS, build 3277056, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --enable-shared --prefix=/mnt/yaffs/ffmpeg
built on Nov 29 2009 22:01:05, gcc: 3.3.2
/dev/video: No such file or directory
/dev/video0: I/O error occured
Usually that means that input file is truncated and/or corrupted.
请问各位大侠,这个错误代表什么?
有什么好的解决方法?
|
搞笑呢 没有设备文件自己难道建一个就能用了?
/dev/video0: I/O error occured
Usually that means that input file is truncated and/or corrupted.
---------------
你把要采集的分辨率改小点看看
看你的板子上v4l的版本,最好自己写一个读/dev/video0的简单图片采集程序,就能找到精确的错误
|
/dev/video0 设备不存在, 或者没有建立设备节点。
|
/dev/video: No such file or directory
http://hi.baidu.com/zengzhaonong/blog/item/dd55b26efcad8ade81cb4a8a.html
http://hi.baidu.com/zengzhaonong/blog/item/dd55b26efcad8ade81cb4a8a.html
|
驱动没有做好吧,或者是驱动有问题?