Skip to content

Commit

Permalink
check video props
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Dec 31, 2023
1 parent 3e56130 commit 771e9b5
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/videoplayback.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 播放视频的可能性?
## FFmpeg
在Github上存在着利用了少量PSP汇编代码优化的的FFmpeg实现(ffmpeg-psp),目前尚不清楚其优化程度,而API亦过于老旧。

## Build FFmpeg from source
不论是FFmpeg-psp还是如今每日构建的ffmpeg,想要取出其特定功能我们还得手动构建

+ 协助控制编译的./configure 文件(修改让他支持我的psp参数:也就是什么都不做,因为不支持平台-specific的code)
+ 支持什么,参数怎么改?
+ install的位置
+ cross-compile
+ 我们需要的库 `libav?`

+ 没有硬解行不行?
目前版本号显示可以做到

## PSP 内置的 `libMpeg` 有多大能力?
+ 加了硬解行不行?
能解码何种视频流?
Github: `pmfplayer`/`pmfplayer-lib`


## 用SDL渲染视频流?

## 视频流与音频流的同步??
+ ffmpeg
+ pmfplayer?

0 comments on commit 771e9b5

Please sign in to comment.