pipe视频画屏问题
dwing吧
全部回复
仅看楼主
level 10
弯弯太阳 楼主
前一段时间开始不知道怎么处理视频突然出现花屏问题
像这样
2021年07月03日 16点07分 1
level 10
弯弯太阳 楼主
图发不出来了,反正就是花屏
试过下面四种组合都是一样结果
ffmpeg -loglevel warning -i in.mp4 -an -f yuv4mpegpipe - | mpv -
vspipe in.vpy --y4m - | mpv -
ffmpeg -loglevel warning -i in.mp4 -an -f yuv4mpegpipe - | x265 - --y4m --crf 18 --preset medium -o output.hevc
vspipe in.vpy --y4m - | x265 - --y4m --crf 18 --preset medium -o output.hevc
我少了那项参数呢,之前都好好的[不高兴]
2021年07月03日 16点07分 3
level 10
弯弯太阳 楼主
nimei
2021年07月03日 16点07分 4
level 10
弯弯太阳 楼主
mpv错误信息
[lavf] error reading packet: Invalid data found when processing input.
x265错误信息
x265 [error]: y4m: frame header missing
2021年07月03日 16点07分 5
吧务
level 14
不知道,把锅甩给巨硬吧[滑稽]
2021年07月03日 20点07分 6
我换个电脑试试[蜷]
2021年07月04日 05点07分
level 11
播放器正常吗
2021年07月03日 21点07分 7
直接播放可以,像第一条那样过一遍pipe就不行了,mpv是sourceforge上的版本
2021年07月04日 05点07分
吧务
level 14
用的是powershell还是cmd?
2021年07月04日 05点07分 8
powershell[惊讶]
2021年07月04日 05点07分
@弯弯太阳 换cmd试试[阴险]
2021年07月04日 05点07分
cmd ok了[真棒]
2021年07月04日 05点07分
@Mr-Z♂ 好吧我傻了,powershell的话命令怎么改呢
2021年07月04日 05点07分
level 11
powershell问题很多 http://www.v2ex.com/t/748686
2021年07月05日 05点07分 9
1