Results for ffmpeg
import ffmpeg input= "input.mkv" output = "output.mkv" title = "Clinton Abraham" try: datas = 'title=' + title mains = ffmpeg.input(input) ...
This works in Firebase Functions when "engines": { "node": "16" } is set (we use it in production now). package.json dep: "@ffmpeg-installer/ffmpeg": ...
FFMPEG .bat script not running when I double click on the script file. It tries to open for a millisecond, and then just disappears. My videos are in ...
FFMPEG .bat script not running when I double click on the script file, It tries to open for a millisecond and then just disappears and my videos are i...
I use javascript, Vue 3 and FFmpeg version: "@ffmpeg/core": "^0.11.0", "@ffmpeg/ffmpeg": "^0.11.6", I have a function that cuts videos based on times ...
I'm using ffmpeg to split up a MP4 file into shorter (about 5 seconds) files, each of which I will then later add hard-coded captions to. ffmpeg -i ma...
I'm trying to use the ffmpeg.autogen library, however no matter what function I call from it, I get a NotSupportedException. I feel like I'm quite lit...
I am giving a try to a speech diarization project named diart (based on hugging face models) I follow the instructions using a miniconda environment w...
I'm trying to convert video files into HLS streams on a AWS Lambda. The ffmpeg configuration I have setup works for normal (Non HLS) transcoding, but ...
I have a number of video files stored on my Synology of which the audio doesn't play on when opening them with DS File. This is because DS File does n...
Using the answer to Showing in-video visual progress bar with FFMPEG I'm trying to give the progress bar itself a background, so for e.g. the bar wil...
I am using ffmpeg to convert files to QuickTime containers. I understand that certain QuickTime files requires clap atoms, ie "This is a mandatory ext...
How can I get the frame number closest to a given time (relative to the start of the video) using ffmpeg? The video has variable frame rate. I do not ...
Background: Could having audio as stream 0 and video as stream 1 explain why my MPG will play on OSX QuickTime Player, but not Win10 Movies & TV? I've...
Trying to transcode a video on a Azure VM with Windows 2019 and with a AMD Radeon instinct MI25 GPU gives this error: CreateComponent(AMFVideoEncoder...
I have a .gif file on my file system and I want all of its frames to be saved as .png files. How can I do this with ffmpeg? ...
I'm working on something that concatenate videos and adds some titles on through moviepy. As I saw on the web and on my on pc moviepy works on the CPU...
I have 2 videos, I'm trying to overlay one on top of the other, and have it shrink down in an animated fashion until it appears like a picture-in-pict...
I'm trying to list the options of a "AJA Kona3G Quad" device on Windows 10 using ffmpeg. [dshow @ 000001343e7d9740] DirectShow video devices (some ma...
I'm applying a filter on my audio file before adding it to the video. This is the command I use: ffmpeg -y -i video-input.mp4 -f lavfi -i "amovie=aud...
I am trying to re-encode the audio on some video files. I want to copy the video and subtitles without touching them, however, ffmpeg doesn't detect t...
I'm trying to get around the 32767 characters limit regarding the command line length in Windows (sometimes it's less than that). I have a large numbe...
I am trying to determine the duration of an MP4 video using ffmpeg, which is possible of course, except that when the data is streamed in via stdin (a...
I use the following code to convert .webm videos to .mp4 using the FFMPEG library: ffmpeg -i video.webm -vcodec h264 -acodec aac -strict experimental...
ffmpeg -i in.mp4 -filter_complex "drawtext='fontfile=font.ttf : text=%{localtime\:%Y/%m/%d %H%M%S} : fontsize=24 : fontcolor=white : x=10: y=10'" out....
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?