mirror of https://github.com/FFmpeg/FFmpeg.git
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>pull/340/head
parent
dacae40a4b
commit
2f5994679b
5 changed files with 34 additions and 0 deletions
@ -0,0 +1,5 @@ |
||||
sws_flags=+accurate_rnd+bitexact; |
||||
split [main][over]; |
||||
[over] scale=88:72, format=yuv420p10, pad=96:80:4:4 [overf]; |
||||
[main] format=yuv420p10 [mainf]; |
||||
[mainf][overf] overlay=240:16:format=yuv420p10 |
@ -0,0 +1,5 @@ |
||||
sws_flags=+accurate_rnd+bitexact; |
||||
split [main][over]; |
||||
[over] scale=88:72, format=yuv420p10, pad=96:80:4:4 [overf]; |
||||
[main] format=yuv420p10 [mainf]; |
||||
[mainf][overf] overlay=240:16:format=yuv422p10 |
@ -0,0 +1,8 @@ |
||||
#tb 0: 1/25 |
||||
#media_type 0: video |
||||
#codec_id 0: rawvideo |
||||
#dimensions 0: 352x288 |
||||
#sar 0: 0/1 |
||||
0, 0, 0, 1, 304128, 0x29a6ca86 |
||||
0, 1, 1, 1, 304128, 0x82950e6f |
||||
0, 2, 2, 1, 304128, 0x8363d1d8 |
@ -0,0 +1,8 @@ |
||||
#tb 0: 1/25 |
||||
#media_type 0: video |
||||
#codec_id 0: rawvideo |
||||
#dimensions 0: 352x288 |
||||
#sar 0: 0/1 |
||||
0, 0, 0, 1, 405504, 0x11108b36 |
||||
0, 1, 1, 1, 405504, 0x9d5f7c2a |
||||
0, 2, 2, 1, 405504, 0x25373098 |
Loading…
Reference in new issue