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.

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 ...
Yes Tech's user avatar
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/...
D.B.'s user avatar
  • 121
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 ...
Hato1's user avatar
  • 11
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 ...
Kirk's user avatar
  • 103
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 ...
jsx97's user avatar
  • 49
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 ...
Yarden's user avatar
  • 1
-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?
yeluzi's user avatar
  • 1
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 ...
Pavel's user avatar
  • 1
0 votes
0 answers
18 views

How to change output to timestamps for ffmpeg freezedtect?

ffmpeg -i demo.mp4 -vf "freezedetect=n=-60dB:d=5" -map 0:v:0 -f null - Will output: lavfi.freezedetect.freeze_start: 324.266667 lavfi.freezedetect.freeze_duration: 5.066667 lavfi....
Farn3's user avatar
  • 1
1 vote
0 answers
30 views

Best settings to compress a 4K 60fps ProRes 422HQ video to ~50GB HEVC using FFmpeg? [closed]

I recently upscaled a 1080p 60fps 90-minute video to 4K using Topaz. The output was set to ProRes 422HQ, resulting in a file size of 1.2TB. Naturally, I don’t want to keep the file this large and aim ...
Tibério's user avatar
1 vote
1 answer
44 views

FFmpeg -ss option and keyframes

I would like to clarify that I understand how to use -ss, -t, -to, stream copy, and the difference between stream copying and reencoding/transcoding. What I don't understand, is how the seeking/...
Blacki's user avatar
  • 11
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 ...
D.B.'s user avatar
  • 121
1 vote
1 answer
70 views

Ffmpeg image parameter for YouTube

Is there any image png command equivalent to parameter below? ffmpeg -loop 1 -framerate 2 -i input.png -i audio.m4a -c:v libx264 -preset medium -tune stillimage -crf 18 -c:a copy -shortest -pix_fmt ...
Michael's user avatar
  • 25
0 votes
1 answer
53 views

How do you create an ffmpeg lossless image without re-encoding?

I'm using the command below but not sure if it’s really lossless and without re-encoding? Is there specific command to create lossless image and without re-encoding? I'm new to this. ffmpeg -lavfi &...
Michael's user avatar
  • 25
0 votes
0 answers
14 views

Apple 14+ is not playing this audio, used ffmpeg to increase volume in audio [migrated]

I recorded an audio using audacity, then increased its volume 10 times using ffmpeg. When I am sending this audio as attachment to my friends to test, then people with older i-phones are able to hear ...
Smith Kumar's user avatar
0 votes
1 answer
20 views

How can I delay a particular rectangular region in a video relative to the rest of it using FFMPEG or other software?

I am watching a video which is a power-point presentation but it also has a view of the speaker in the bottom left corner. Unfortunately, the powerpoint-view and the speaker-view are not synchronized. ...
Dargscisyhp's user avatar
1 vote
0 answers
45 views

ffmpeg doesn't have access to qsv nor vulkan

I'm running gentoo, and I have media-libs/oneVPL-intel-gpu installed, and latest mesa drivers, and intel gmm, however, qsv refuses to transcode and gives me the following error everytime ffmpeg -...
Deyaa's user avatar
  • 11
1 vote
0 answers
21 views

Is there a way to use Intel QSV to have hwaccelerated tone mapping in ffmpeg?

Currently I am trying ffmpeg -hwaccel qsv -hwaccel_output_format qsv -i "Z://Movies/Luca/Luca.mkv" -vf 'hwdownload,format=p010,zscale=transfer=linear,tonemap=hable,zscale=transfer=bt709,...
Nathan Cloutier's user avatar
2 votes
0 answers
65 views

Why can ffmpeg cause a reboot?

Four times in a row, when I started a short simple ffmpeg command on my Ubuntu host, after about ten seconds it rebooted cleanly. Nothing appeared in /var/log/syslog. The fourth time, I ran it ...
Camille Goudeseune's user avatar
0 votes
0 answers
14 views

Avidemux loads vertical video in horizontal orientation

I have recorded a video while holding phone vertically. It opens vertically on phone, as well as on PC, in VLC. However, when I load it in Avidemux it rotates the video to horizontal aspect rate. I ...
overdriven's user avatar
0 votes
0 answers
12 views

Physical server requirements for ffmpeg process [closed]

I need estimate hardware configuration for a server with the following requirements: Backend using Nest.js Frontend using Next.js Microservice using Flask The backend will utilize FFmpeg processes to ...
JULTRUN333's user avatar
0 votes
0 answers
39 views

How do I prevent an extended frame when suspending and resuming an ffmpeg process?

I have a c# application where I have control of an ffmpeg (https://www.ffmpeg.org/) process. I am using it to capture video and audio, either from desktop or webcam. I am using code similar to the ...
this_is_a_display_name's user avatar
2 votes
1 answer
122 views

What a correct playlist.m3u8 should contain, or should look like?

24/06/2024: [Presentation of the problem] I had dowloaded some videos from the Internet, few years ago. I obtained many files: a series of files in .ts a single file playlist.m3u8 In my example: A ...
dg lr's user avatar
  • 57
0 votes
1 answer
30 views

ffmpeg convert container format without re-encoding

This works: ffmpeg -i test.caf recoded.opus ffmpeg version 6.0 Copyright (c) 2000-2023 the FFmpeg developers built with Apple clang version 15.0.0 (clang-1500.0.40.1) configuration: --prefix=/...
lwa's user avatar
  • 1
0 votes
1 answer
65 views

How to solve a final pb when merging a series of .ts file with concat command of FFmpeg?

I had dowloaded some videos from the Internet, feaw years ago… I obtained many files: a series of files in .ts In my example: a series of 306 files named from segment1_4_av.ts to segment306_4_av.ts A ...
dg lr's user avatar
  • 57
0 votes
0 answers
31 views

Drawtext error FFMPEG 7

I upgraded to ffmpeg 7 and now drawtext is no longer found. I already had --enable-libfreetype and was working fine with ffmpeg 6. I tried to add --enable-libharfbuzz from Gyan's answer here But then ...
Panama Jack's user avatar
-2 votes
0 answers
17 views

Newbie using it for the first time sadtalker error code questions (Unable to output [duplicate]

I'm a complete novice and I got an error the first time I used it. I plan to use sadtalker to make audio videos. After uploading the video and picture materials, an error occurs after the progress bar ...
gg319 accgg's user avatar
0 votes
1 answer
72 views

To cut and download part of video from vk.com

I try to cut and download part of an online video from vk.com, using yt-dlp and ffmpeg, in one step. I tried ffmpeg $(yt-dlp -g 'https://vk.com/video302700968_456241462' | sed 's/^/-ss 05:00 -i /') -...
jsx97's user avatar
  • 49
-1 votes
0 answers
17 views

Highlight video motion into to a single image [closed]

I have a fixed camera that captures the motion of a ball bouncing around. I would like to convert this into an "action shot" or simply a superimposed picture of all the balls. It has to be ...
Andy Chow's user avatar
0 votes
0 answers
37 views

How can I add background box to words in ASS subtitle format?

I want to add a background box to the word being spoken, I have tried different ASS subtitle tags but none seems to output my requirement. Which tags can be used to achieve that? I was trying ...
fady taher's user avatar

15 30 50 per page
1
2 3 4 5
238