Replies: 16 comments 9 replies
-
不裁剪。你贴下日志 |
Beta Was this translation helpful? Give feedback.
-
[2024-05-20 10:30:43.993] [airiscan] [info] setNext from -1 url: [2024-05-20 10:30:43.994] [airiscan] [info] default000002575B17CE70 void __cdecl mdk::abi::FrameReader::stop(void), current state: 0 [2024-05-20 10:30:43.994] [airiscan] [info] default000002575B17CE70 void __cdecl mdk::abi::FrameReader::stop(void), current state: 0 [2024-05-20 10:30:43.994] [airiscan] [info] 00000256A88ECF50 MediaControl.prepare(519115, ...) file:///F:/666-4-30/190805010846_@00000171@-21257-01121-29w/GE_[29w0d]190805010846@00000171@-21257-01121_[320-0-1920-900].flv [2024-05-20 10:30:44.001] [airiscan] [info] 0000025753F932F0 url opened [2024-05-20 10:30:44.031] [airiscan] [info] Format: flv, range: 0 +681296ms, bitrate: 7026637, size: 0 [2024-05-20 10:30:44.031] [airiscan] [info] buffering progress 0% [2024-05-20 10:30:44.031] [airiscan] [info] ++++++++++++BUFFERING START++++++++++++ [2024-05-20 10:30:44.032] [airiscan] [info] __int64 __cdecl mdk::abi::PacketIOWrapper::seek(__int64,enum mdk::abi::SeekFlag)@596 seek target(from 0): 519115ms, flags: +FromStart. now: 0.000000 [2024-05-20 10:30:44.032] [airiscan] [info] opening video decoder: MFT... [2024-05-20 10:30:44.094] [airiscan] [info] buffering progress 100% [2024-05-20 10:30:44.094] [airiscan] [info] ++++++++++++BUFFERING END++++++++++++ [2024-05-20 10:30:44.094] [airiscan] [info] buffering progress 0% [2024-05-20 10:30:44.094] [airiscan] [info] ++++++++++++BUFFERING START++++++++++++ [2024-05-20 10:30:44.251] [airiscan] [info] buffering progress 100% [2024-05-20 10:30:44.251] [airiscan] [info] ++++++++++++BUFFERING END++++++++++++ |
Beta Was this translation helpful? Give feedback.
-
是否还需要更多信息,感觉底部height被裁了7到10的样子 |
Beta Was this translation helpful? Give feedback.
-
日志似乎只有这些 能够看到明显不完整 |
Beta Was this translation helpful? Give feedback.
-
要不你视频切一段让我试试 |
Beta Was this translation helpful? Give feedback.
-
渲染的结果是正确的。d3d11硬解高度为了对齐1080输出为1088,to()的时候没裁掉多余的行 |
Beta Was this translation helpful? Give feedback.
-
你用软解试试,其他宽高的视频也试试。如果你要知道视频帧上一点在画布上的坐标,不需要自己算,可以用 https://github.com/wang-bin/mdk-sdk/wiki/Player-APIs#void-mappointmapdirection-dir-float-x-float-y-float-z--nullptr-void-vo_opaque--nullptr 比如视频右下角坐标 float x = 1.0f, y = 1.0f;
player.mapPoint(FrameToViewport, &x, &y, ...); 反过来也可以。可以把左上角右下角都获取下作差看看宽高对不对 |
Beta Was this translation helpful? Give feedback.
-
好嘞 |
Beta Was this translation helpful? Give feedback.
-
最新包修复了to高度问题 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
你标注下哪里有偏差,不然看不出来 |
Beta Was this translation helpful? Give feedback.
-
就是方框和方框里面的点或线,软解的点或线都在方框里面, 硬解的某些点和线不在方框里面 |
Beta Was this translation helpful? Give feedback.
-
[2024-05-22 15:51:14.802] [airiscan] [info] 0.27.0 (git 0e646eb) - Multimedia Development Kit. Copyright (c) 2016-2024 WangBin(QtAV author) [2024-05-22 15:51:20.459] [airiscan] [info] setNext from -1 url: [2024-05-22 15:51:20.459] [airiscan] [info] default00000229C7444CB0 void __cdecl mdk::abi::FrameReader::stop(void), current state: 0 [2024-05-22 15:51:20.459] [airiscan] [info] default00000229C7444CB0 void __cdecl mdk::abi::FrameReader::stop(void), current state: 0 [2024-05-22 15:51:20.459] [airiscan] [info] 000002297F5EF950 MediaControl.prepare(0, ...) file:///F:/bug/1.mp4 [2024-05-22 15:51:20.467] [airiscan] [info] 00000229BC061750 url opened [2024-05-22 15:51:20.485] [airiscan] [info] Format: mov,mp4,m4a,3gp,3g2,mj2, range: 0 +80520ms, bitrate: 12101037, size: 0 [2024-05-22 15:51:20.487] [airiscan] [info] buffering progress 0% [2024-05-22 15:51:20.487] [airiscan] [info] ++++++++++++BUFFERING START++++++++++++ [2024-05-22 15:51:20.489] [airiscan] [info] opening audio decoder: FFmpeg... [2024-05-22 15:51:20.489] [airiscan] [error] state not changed! [2024-05-22 15:51:20.490] [airiscan] [info] buffering progress 8% [2024-05-22 15:51:20.490] [airiscan] [info] 000002297F5EF950 seek end audio frame @0.000000 seek_pos_: -1, sync_ao_ 1 [2024-05-22 15:51:20.491] [airiscan] [info] opening video decoder: MFT... [2024-05-22 15:51:20.572] [airiscan] [info] buffering progress 100% [2024-05-22 15:51:20.572] [airiscan] [info] ++++++++++++BUFFERING END++++++++++++ 硬解码崩溃,软解正常 |
Beta Was this translation helpful? Give feedback.
-
测了下MFT有这个问题,D3D11和其他正常 |
Beta Was this translation helpful? Give feedback.
-
最新包修复了崩溃 |
Beta Was this translation helpful? Give feedback.
-
牛逼PLUS!!! |
Beta Was this translation helpful? Give feedback.
-
#
Beta Was this translation helpful? Give feedback.
All reactions