Skip to main content

Questions tagged [ffmpeg]

Media tool with support for multiple codecs, filters, and containers. Include your actual command and the complete console output when asking questions involving FFmpeg tools. An easy way to do this is by adding `-report` to your command and pasting the contents of the logfile generated. For help with CLI use only of ff* binaries - ffmpeg, ffprobe, ffplay. For help with API usage, post on Stack Overflow.

12 votes
3 answers
21k views

Can I make ffmpeg stop if integrity check encounters an error?

Is there a way to stop ffmpeg from processing if an error was encountered? I'm using ffmpeg to check video integrity by using: ffmpeg -v error -i file.avi -f null - 2>error.log However, I'd like ...
0 votes
0 answers
16 views

transition circleclose is not working in FFMPEG

wanted to add circleclose transition to 2 videos while adding. transition effect is not coming. What is the issue in below FFMPEG command? ffmpeg -i D:/development/copy/...
0 votes
0 answers
6 views

video logo clock ffmpeg

with the codes I created myself, the time setting does not appear. Only the screw logo and the movie name appear. I could not make this time setting. Are there any friends who can help me? ffmpeg -i ...
2 votes
1 answer
68 views

Transition effects are not coming with my ffmpeg command

I am trying to bring transition effect when I am joining the videos. I am getting output video but not getting proper transition effects. My video length is as below ...
0 votes
0 answers
6 views

FFMPEG segment_times arg makes command too long

Context: I have long video files (600+ hours) that I want to split on resolution change & keep the high-res parts. I have extracted all the timestamps to a file with ffprobe so now all that's left ...
0 votes
1 answer
17 views

Concatenating audio with image for video in ffmpeg causes infinite video

I'm attempting to concatenate 2 audio files, with a 5 second silence between them. This will also have a still image for the video. I'm following the example of the same thing here How can I add ...
0 votes
0 answers
22 views

To make 'trim' and 'atrim' work synchronously

The following command trims a video using the trim video filter: ffmpeg -y -i input.mp4 -vf "trim='00\:00\:05':'00\:00\:10',setpts=PTS-STARTPTS" output.mp4 But if the video also contains ...
2 votes
0 answers
58 views

ffmpeg not rendering all characters

am trying to burn captions on a video using below ass file [Script Info] ; // 此字幕由爱幕生成 Synch Point:1 ScriptType:v4.00+ Collisions:Normal [V4+ Styles] Format: Name, Fontname, Fontsize, PrimaryColour, ...
0 votes
0 answers
12 views

Adding custom tags to AVI video file

I use software that accepts another AVI file, but not mine. I converted my file to have similar properties, and currently, there is not much difference between the files, I think the only thing I have ...
0 votes
0 answers
32 views

Green screen on RTSP stream from USB camera using mediamtx (ffmpeg)

I need to cast a stream from a USB camera via RTSP as stable as possible (at any moment i need to be able to get a static picture on a remote host, reflecting the real state of affairs in front of the ...
-1 votes
0 answers
17 views

Can you give some advice to young noob [closed]

For a student who has just learned c++ and ffmpeg for a year and a half, looking for audio and video development work that can be written on the resume, do you have any good project recommendations?
24 votes
3 answers
51k views

How many instances of FFmpeg commands can I run in parallel?

I tired running 8 commands in parallel to fully utilize the CPU and speed up Video conversions, something like this: ffmpeg -i input.mp4 -t 60 -f mp4 /mnt/a.mp4 > /dev/null 2>&1 & ...
0 votes
1 answer
69 views

How much and what data is lost in ffmpeg transcoding? [closed]

I'm a ffmpeg noob, I don't know much about it except for a basic idea about encoding/decoding and a few videos I watched over youtube about it's usage. I also don't have a big background in digital ...
1 vote
1 answer
4k views

Add custom time to video frames using ffmpeg

I am using ffmpeg to encode raw pixels data (bgr32) into a video file. Pixels data is being sent from java application to ffmpeg stdin pipe. I am looking for a way to add a timestamp overlay to each ...
1 vote
1 answer
73 views

FFmpeg: To trim a video using 'trim' and specify time using HH:MM:SS format

FFmpeg 7.0.1. I want to understand whether it is possible to trim a video using trim and to specify start and end time using the HH:MM:SS format instead of just seconds. That is, the following command ...

15 30 50 per page
1
2 3 4 5
475