mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-06 04:15:44 +08:00
Merge 8bb2b9935e8ee2d153c735e21bc85255ba6412be into df129c7ba30aaa9ffffb81a48f53aa7253b0b4e6
This commit is contained in:
commit
8a3860e4c6
@ -269,7 +269,7 @@ def run_async(
|
|||||||
)
|
)
|
||||||
out_frame = in_frame * 0.3
|
out_frame = in_frame * 0.3
|
||||||
process2.stdin.write(
|
process2.stdin.write(
|
||||||
frame
|
out_frame
|
||||||
.astype(np.uint8)
|
.astype(np.uint8)
|
||||||
.tobytes()
|
.tobytes()
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user