Skip to main content

Questions tagged [ffmpeg]

Only questions about programmatic use of the FFmpeg libraries, API, or tools are on topic. Questions about interactive use of the command line tool should be asked on Super User or Video Production. FFmpeg is a free, open source project that produces libraries and programs for handling multimedia data.

0 votes
0 answers
9 views

Piping yt_dlp to FFMPEG using python: ffmpeg failing to recognize video data from pipe

I am trying to pipe the output of yt_dlp into a pipe used by ffmpeg which then outputs.: def pipe_function(url): ydl_command = [ 'yt-dlp', '-f', 'bestvideo+bestaudio', '--quiet', '--no-warnings', ...
ThePrince's user avatar
  • 864
0 votes
0 answers
12 views

why am i getting this error when using FFmpeg in a spring boot app on a mac intel device: SIGSEGV (0xb) at pc=0x000000013d71b0e0, pid=49777, tid=42755

I am working with FFmpeg library in spring boot app to stream live recording from an ip camera via RSTP and save to S3 bucket but i am running into the error below. A fatal error has been detected by ...
Godwill Christopher's user avatar
-1 votes
0 answers
10 views

FFmpeg individual image zoom-in transition

I'm stuck with an ffmpeg command that needs to generate a video. Originally, I had an ffmpeg command that would loop through images and change after a certain amount of time. Now, to improve the video ...
The Somebody's user avatar
-1 votes
0 answers
15 views

FFmpeg: Issues for Transparent Background in WebM Video

I've encountered an issue while processing videos with FFmpeg. I want to convert a MOV video with an alpha channel to WebM format and overlay it onto a main video. Below are the steps I took and the ...
BlueSky's user avatar
0 votes
0 answers
30 views

.exe file, works different than .py file

I've made the YouTube Dowbloader App, and everything is working properly (run in PyCharm), but when I try to make it executable with pyinstaller, it's not working. This is the link to the repo: ...
r_b's user avatar
  • 1
-2 votes
0 answers
15 views

ffmpeg issue when adding subtitles

previously this code was working well but when I tried to merge the subtitles with the video an error occurred what could be? // Path to the subtitle file const subtitleFilePath = path.resolve('C:\...
samsamradas's user avatar
-3 votes
0 answers
16 views

timelapse from live stream with ffmpeg [closed]

I have a webcam connected to my windows 11 pc and I want to make a timelapse video. using the following I can make a video but if I leave it on for hours its too long so I want to capture only 1 frame ...
John's user avatar
  • 130
-2 votes
0 answers
21 views

How to record audio with ffmpeg on ubuntu with python?

I encountered the problem of recording output audio on Ubuntu with Python. I want to record the output sound from the browser. I used USB Headphone as the output device, then record sounded with ...
Dinh Chu's user avatar
-2 votes
0 answers
19 views

FFMPEG : how i enable -decryption_key instead of -cenc_decryption_key when i do my ffmpeg build? [closed]

i have é different ffmpeg bins , the first one have this option : dash AVOptions: -allowed_extensions .D......... List of file extensions that dash is allowed to access (default "aac,m4a,...
nabil mouslim's user avatar
0 votes
0 answers
16 views

#0 does not contain any stream [closed]

ffmpeg exited with code 1: Output #0, mp4, to 'D:\billion-view\video-compilation-electron-app.billionviews\simple_audio\yt-video-best-short-motivational-speech-video-24-hours-1-minute-motivation-2-...
Test Dev's user avatar
-2 votes
0 answers
18 views

Discrepancy in Video Quality with FFmpeg Encoding on Different Laptops

I’m experiencing an issue where encoding the same video with identical FFmpeg commands on two different laptops results in different output quality. Here’s the command I’m using: ffmpeg -hwaccel none -...
sonusi's user avatar
  • 1
0 votes
0 answers
21 views

Flutter: Saved Audio Not Accessible in Music Player Apps

I'm developing a Flutter app that generates MP3 audio files. I can successfully save these files to the device storage. However, they're not showing up in any music player apps. I'm using the ...
Husen's user avatar
  • 305
-1 votes
0 answers
18 views

ffmpeg - output includes combined video stream from inputs but also exact video streams from inputs [closed]

Hi I'm using ffmpeg to transcode some video files from prores or dv to h264/mov. Also I want to add a logo on it and make some other changes. The command line I use is ffmpeg -i input.mov -i logo.png -...
Will's user avatar
  • 1
-1 votes
0 answers
17 views

FFmpeg "Non-monotonous DTS in output stream" error when processing video from Safari's MediaRecorder

I'm recording a video stream in Safari with MediaRecorder, then sending it to a remote server which then uses ffmpeg to reencode the video. When reencoding with FFmpeg, I get a lot of warnings and the ...
Hackermon's user avatar
  • 302
-1 votes
0 answers
16 views

Negative pts timestamps in RTSP packets using FFMPEG/C++ while remuxing H264 format into MPEG-TS

I am muxing an H264 stream from RTSP camera to a MPEG-TS container (no re-encoding, just putting the bytestream to a container). At some point I figured out how to deal with pts and dts fields in ...
RPAnimation's user avatar

15 30 50 per page
1
2 3 4 5
1741