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
4 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
9 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
18 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
20 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
1 vote
0 answers
19 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
  • 111
1 vote
1 answer
54 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
51 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
17 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
0 votes
0 answers
40 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
  • 1
1 vote
0 answers
18 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
58 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
12 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
37 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

15 30 50 per page
1
2 3 4 5
475