typed-ffmpeg icon indicating copy to clipboard operation
typed-ffmpeg copied to clipboard

Modern Python FFmpeg wrappers offer comprehensive support for complex filters, complete with detailed typing and documentation.

Results 75 typed-ffmpeg issues
Sort by recently updated
recently updated
newest added
trafficstars

https://github.com/pyscript/pyscript https://github.com/pyscript/pyscript - pyscript/pyscript - Try PyScript: https://pyscript.com Examples: https://tinyurl.com/pyscript-examples Community: https://discord.gg/HxvBtukrg2 - GitHub - pyscript/pyscript: Try PyScript: https://pyscript.com Examples: https://tinyurl.com/pyscript-examples Community: https://discord.gg/HxvBtukrg2

c parser written in.python https://github.com/eliben/pycparser

Type: Feature

``` (typed-ffmpeg-py3.11) ➜ typed-ffmpeg git:(fix-214-typing) ffmpeg -colors ffmpeg version 6.0 Copyright (c) 2000-2023 the FFmpeg developers built with Apple clang version 15.0.0 (clang-1500.0.40.1) configuration: --prefix=/opt/homebrew/Cellar/ffmpeg/6.0_2 --enable-shared --enable-pthreads --enable-version3 --cc=clang --host-cflags=...

sample_fmts ``` name depth u8 8 s16 16 s32 32 flt 32 dbl 64 u8p 8 s16p 16 s32p 32 fltp 32 dblp 64 s64 64 s64p 64 ``` _Originally...

pix_fmt ``` Pixel formats: I.... = Supported Input format for conversion .O... = Supported Output format for conversion ..H.. = Hardware accelerated format ...P. = Paletted format ....B = Bitstream...

afir ftiler is dynamic output or not is not consistence in code and ffmpeg -h

Type: Question

modified: scripts/code_gen/schemas/ff_af_asdr.json modified: scripts/code_gen/schemas/ff_af_asetnsamples.json modified: scripts/code_gen/schemas/ff_af_silenceremove.json modified: scripts/code_gen/schemas/ff_vf_feedback.json help and code not consistence

Type: Question

some filter is not included because #209

看起來 ffmpeg options 都是 Optional , required 依賴 init 程式檢查 ``` if (!lensfun->make || !lensfun->model) { const lfCamera *const *cameras = lf_db_get_cameras(db); av_log(ctx, AV_LOG_FATAL, "Option \"make\" or option \"model\" not...

Type: Feature
Type: Question

https://github.com/kkroening/ffmpeg-python/blob/master/ffmpeg/tests/test_ffmpeg.py https://github.com/kkroening/ffmpeg-python/blob/master/ffmpeg/tests/test_ffmpeg.py - ffmpeg-python - Python bindings for FFmpeg - with complex filtering support - ffmpeg-python/ffmpeg/tests/test_ffmpeg.py at master · kkroening/ffmpeg-python