Skip to main content

Questions tagged [ffmpeg]

`ffmpeg` is a free software project aimed at producing tools (libraries and programs) for handling multimedia data.

0 votes
0 answers
38 views

Recently I've used mpv with set icc-profile and it worked with hwdec=auto-safe setting. Then I've tried to change colors via set vf colorchannelmixer but got an error "Impossible to convert ...
Martian2020's user avatar
  • 1,501
0 votes
1 answer
64 views

I have long .wav files that I wish to split into separate files of exactly 60 minutes each, using ffmpeg. I am using ffmpeg from the terminal in Mac OS X. If a bash or other shell script is necessary ...
Michael S Taylor's user avatar
0 votes
1 answer
96 views

I work with audio and I want to write a python script which: runs a single ffmpeg process (preference, not hard requirement) ffmpeg process reads from a mic in real time, applies automatic gain (...
warchantua's user avatar
0 votes
3 answers
266 views

Say I have an executable 'foo' and it is typically called with arguments, for example "foo -a1 v1". And 'foo' happens to be a resource hog, so I want to run something like "nice -n 10 ...
Neros's user avatar
  • 179
0 votes
0 answers
333 views

It's really fast to use hardware acceleration to encode video using ffmpeg. I successfully did it today, however, I don't know how to configure the so-called quality level. I ran this command: ffmpeg \...
the51stater's user avatar
1 vote
1 answer
72 views

I am using lf as file manager. This is my preview.sh #!/bin/sh image() { geometry="$(($2-2))x$3" chafa "$1" -f sixel -s "$geometry" --animate false } batorcat() ...
Jan Černý's user avatar
  • 1,763
1 vote
2 answers
90 views

Suppose I have filenames like these 4-bit patterns: 0000.ts 0001.ts ... 1111.ts Basically, that file was generated from an RTSP stream that chunks every second. So, for each binary number ...
Muhammad Ikhwan Perwira's user avatar
1 vote
2 answers
116 views

I have a Kodi video library where each movie is in its own folder because I had to place .nfo files with links to TMDB in each folder to ensure correct identification. The movies are in their original ...
likewise's user avatar
  • 710
0 votes
0 answers
75 views

I am wondering why, when using vaapi with ffmpeg, if I use x11grab I must use -vf format=nv12,hwupload but with kmsgrab I must use -vf scale_vaapi=format=nv12 instead. In particular I want to know 2 ...
Cestarian's user avatar
  • 2,593
0 votes
1 answer
320 views

I've figured out a way to capture video on wayland (hyprland) with ffmpeg, but that method does not cover audio. Most people on wayland will be using pipewire, pipewire has a compatibility layer for ...
Cestarian's user avatar
  • 2,593
0 votes
2 answers
555 views

all. Hope you guys are doing well. I have downloaded a 28min mp4 from a site but its audio and video got downloaded into 2 separate mp4 file both of 28min. Now how can I merge them? Thanks in advance ...
A. Bhowmick's user avatar
7 votes
1 answer
2k views

Is it possible to record the screen with ffmpeg on wayland using the Hyprland compositor? I've read some posts that imply people managed to do it with kmsgrab, but cannot figure out how to do it ...
Cestarian's user avatar
  • 2,593
0 votes
0 answers
42 views

I'd like to only see those lines containing "Stream #" from an ffprobe output. But whatever I do, it continues to show the whole output. Neither "|" nor ">" pipes work....
Gary U.U. Unixuser's user avatar
0 votes
0 answers
34 views

I'm trying to fork x11grab to no avail. m.mp4 is not generated: ffmpeg -video_size 1024x768 \ -framerate 25 \ -f x11grab \ -i :0.0+100,100 \ /tmp/m.mp4 \ >> /tmp/l....
jjk's user avatar
  • 445
0 votes
0 answers
83 views

I'm trying to pass a command through to ffmpeg, but I'm struggling to get it to work with spaces in the name. I've tried this: filters="-vf subtitles='$filename.$format':force_style=Fontsize=24&...
Cestarian's user avatar
  • 2,593

15 30 50 per page
1
2 3 4 5
46