gpt4 book ai didi

ffmpeg - 对视频中的 PAR(像素长宽比)感到困惑

转载 作者:行者123 更新时间:2023-12-04 22:57:06 25 4
gpt4 key购买 nike

第1部分
根据Here

SAR_x   DAR_x * height
----- = --------------
SAR_y DAR_y * width
例如:宽 x 高 = 704x576,DAR = 4:3 ==> SAR = 2304:2112 或 12:11

所以我们可以推导出
SAR_x    width      DAR_x              width
----- x -------- = ------- ==> SAR x -------- = DAR
SAR_y height DAR_y height
根据 here ,我们可以得到: SAR × PAR = DAR .
意思是
       width
PAR = -------
height

第2部分
根据 here

main_dar, mdar : The main input video’s display aspect ratio. Calculated from (main_w / main_h) * main_sar.


我们可以得出
            main_w                        width
main_dar = -------- x main_sar ==> DAR = -------- x SAR
main_h height
再次证明:
       width
PAR = -------
height

第三部分
但是来自 here ,我们可以得到2张图片
enter image description here
这意味着PAR(Pixel Aspect Ratio)是单个像素的比率,显然这个PAR的定义与我们从上面得到的结果(part1&part2)不同。
所以我对此感到困惑,谁能解释一下?

编辑
this page 中搜索“常见视频格式的非方形纵横比” ,你可以看到一张我已经在下面截屏的表格
enter image description here

最佳答案

SAR 和 PAR 是一样的。 sample是介质的基本“粒子”的总称。 pixel特定于视频,而音频有 sample .sample aspect ratio是现代视频编解码器标准中使用的术语。
唯一要知道的等式是SAR * width / height = DAR .

关于ffmpeg - 对视频中的 PAR(像素长宽比)感到困惑,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69560311/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com