页次: 1
Which "Cedrus" are you using? There's a ton of forks / versions out there afaik.
I use this source code: https://github.com/jemk/cedrus/tree/master/h264enc
Also I used some variations of this code (ubobrov/mzakharov) and others. Result is same.
320x240 working OK
640x480 working OK
176x144 - OK
but:
480x320 - some atifacts
400x296 - artifacts
160x120 - artifacts
160x128 - artifacts
Hi!
When Cedrus encodes video with size 160x128, the artefacts "pink" are presents in top left corner. Why? Chip V3s.
How to correct it?
If I choose frame size 176x144 - h264 encoder will produse normal video without this artefact/glitch.
你好!
當 Cedrus 對尺寸為 160x128 的視頻進行編碼時,“粉紅色”偽影出現在左上角。 為什麼? 芯片 V3。
如何糾正它?
如果我選擇幀大小 176x144 - h264 編碼器將產生沒有這種偽影/故障的正常視頻。
我正在使用這個項目來解碼 jpeg:
https://github.com/jemk/cedrus/blob/master/jpeg-test/main.c
它適用於 A13 和 T113-s3。
但由於某種原因,它不適用於 V3s。
運行解碼命令後,我輪詢狀態寄存器,它始終為零。
為什麼? 我究竟做錯了什麼?
是否有任何棘手的功能會阻止 V3s 上的 JPEG 解碼? 特別是 - 未記錄的寄存器或位? V3s 上 JPEG 解碼的工作示例在哪裡?
幾天來,我一直在用頭撞牆,不知道如何讓它在 V3s 芯片上工作。
页次: 1