Using ffmpeg alphamerge to mask two images before calculating similarity index
I’m working on a script that removes duplicate frames from images stored on disk. I need to ignore certain irrelevant parts of the images.
Using ffmpeg without output
I’m only interested in the information that is output while using ffmpeg, so I don’t want to create an output file.
ffmpeg Cut the video according to the frame with the word The End, at the end of the movie [closed]
Closed 1 hour ago.
Ask And Ask For Help ffmpeg
ffmpeg cuts video
I have a 1 hour long video clip assembled by 7 short clips (in the Short Clip, when the movie ends there is the word “The End”, before the word The End there is a Red or Blue scene); now I want to cut each clip out. When folding the word The End, cut it. If before the word The End there is a red scene, name the Fiel as letter “D”, if folded in Green as letter “X”, I used FFMeg to filter through each frame but it didn’t work. please help
Thank you
ffmpeg framerate error. fps won’t be stable, keep increasing or decreasing
i just got into ffmpeg for my company’s project.. now i’m trying to capture PC A’s display and stream to other device (or PC). i’ve been talking to gpt… but won’t correct this error
How to reduce the written ffmpeg command?
This command removes the moving logo from the video within 45 seconds, the video lasts 20 minutes, if you continue to expand this request to 20 minutes, you will get a very large request, is it possible to somehow reduce this request
How can I get ffmpeg to convert an h264 RTSP stream and record only every 10 frames and save an output?
I am trying to record an h264 RTSP stream and do timelapse. I would like to only record every 10th frame (my original stream is 30FPS) and drop the rest of the frames. I also tried to speed up the video because I do get frame pauses, that last the appropriate time, but the video doesn’t speed up, so I added ,setpts=PTS/3"
ffmpeg error Error sending frames to consumers: No space left on device
I do use a short funtion , to convert videos in a needed format ,, I used this function all the time , worked no problems ,
Lately I mado some chnages , and now geting an critical error : like : “no space left on device”
" [af#0:1 @ 0x600001ad9cb0] Error sending frames to consumers: No space left on device [af#0:1 @ 0x600001ad9cb0] Task finished with error code: -28 (No space left on device) [af#0:1 @ 0x600001ad9cb0] Terminating thread with return code -28 (No space left on device)"
ffmpeg: Error when converting MOV to MP4 using intel GPU
I’m a beginner with FFmpeg. I’m trying to convert MOV files to MP4 using an Intel GPU (QSV), but it’s not working. I used the following Python script:
error when try to add subtitle using ffmpeg
If I don’t add subtitles the code works fine, the problem is that when I add the subtitles what happens is that I get a 500 error my question is should I merged audio video the to this file add the subtitles or do it all in one line :