ffmpy icon indicating copy to clipboard operation
ffmpy copied to clipboard

Pythonic interface for FFmpeg/FFprobe command line

Results 15 ffmpy issues
Sort by recently updated
recently updated
newest added

I am attempting to use ffmpy and ffmpeg to screen capture the desktop, then send the frames to another device. ```py from ffmpy import FFmpeg import numpy as np import...

Specifically, I am trying to get various pieces of info from ffprobe. Calling FFprobe.run() does not return all of the same information as running ffprobe from the cli. Running from...

Is there an example for use named pipe for Audio (raw) and Video (raw) and create a hls output from Python ? Both inputs (audio and video) are all raw...

Adds creationflags parameter to run() so that process can be optionally killed. Example code: ``` import ffmpy from threading import Thread import subprocess, time, signal, os ff = ffmpy.FFmpeg( inputs={'in.mp4':...

Hi, I was working on a transcoding platform and I found your module to wrapping ffmpeg. I'm interested to make improvements that would be useful to everyone involved in this...

implement this requirement https://github.com/Ch00k/ffmpy/issues/19

Would it be possible to pipe subsequent frames to the subprocess? I would like to do something like this: ```python < initialize ffmpy in "pipe mode" > for i in...

hey, iam having truble using this rendering program caleld teknos blur. I dont know much about this stuff so if anybody could help me i would be happy. ![image](https://user-images.githubusercontent.com/99686143/189718995-3017aaeb-8b94-4275-881c-56c6faf6f687.png)