Skip to main content

All Questions

Tagged with
1 vote
1 answer
80 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
1 vote
0 answers
47 views

Ffmpeg webm YouTube settings command

Is there a .webm still image command in ffmpeg that is best compatible with YouTube I’m currently using: ffmpeg -loop 1 -framerate 2 -i input.png -i audio.m4a -c:v libx264 -preset medium -tune ...
Michael's user avatar
  • 25
2 votes
2 answers
1k views

Create video from one picture and one audio file

I'm trying to create a video from one picture and one audio file. The video should be as long as the audio file, displaying the same picture the whole duration. This command does not work correctly. ...
Matej's user avatar
  • 23
-1 votes
1 answer
604 views

How to prevent the people in Zoom from hearing the sound (e.g. Youtube) on my PC without headphone?

When I attend a Zoom meeting, I still want to watch Youtube. But I do not want the Zoom people to know that I am watching Youtube, i.e. I do not want them to hear any sound from my PC. Is that ...
lanselibai's user avatar
0 votes
0 answers
125 views

Discord/Youtube/Spotify 1mn latency (voice connexion SCTR issue) - Related to headset/firewall?

Since last Friday, my Windows 10 laptop has the following issues: 1mn latency to join a Discord channel (on Windows app) 1mn latency to start a Youtube video (on Chrome) 1mn latency to start a ...
Vadorequest's user avatar
1 vote
2 answers
317 views

The Volume/Sound of Youtube videos in my main Youtube account is lower than the other youtube accounts

I have 3 different youtube accounts but for some reason, the volume/sound of one of them is lower than the other two accounts. The system sound is working well. So the main problem is the youtube ...
Adrian's user avatar
  • 11
0 votes
0 answers
285 views

Windows 11, Focusrite Solo, Guitar Rig 6 — Noise while watching YouTube videos?

I'm using Focusrite Solo (3rd Gen, Firmware 1605, Driver: 4.65.5) with Guitar Rig 6.2.3 on my rather ok PC (Core i7 12700, 32 Gb RAM, Windows 11) and almost every time I start playing my guitar while ...
georgmierau's user avatar
0 votes
1 answer
2k views

How to download videos that have subtitles using youtube-dl "yt-dlp"?

I have the following command which tries to download videos that only have subtitles and ignore everything else. However, this command doesn't filter it out and downloads them anyway. Any idea why? yt-...
Gansaikhan Shur's user avatar
0 votes
1 answer
902 views

ffmpeg stream new image every x seconds to youtube

I know how to stream a single image with sound to youtube via ffmpeg ffmpeg -f concat -safe 0 -i music.txt -loop 1 -i input.png -c:v libx264 -preset ultrafast -c:a copy -f flv rtmp://a.rtmp.youtube....
dougo22's user avatar
0 votes
1 answer
990 views

Downloading and merging mp3 in time-range from Youtube using youtube-dl and ffmpeg

Background I am trying to download best quality mp3 from Youtube videos in specified time range (first 30 seconds, 20-55 seconds etc), and then merge them to create one output file. Tools being used ...
Green goblin's user avatar
0 votes
0 answers
794 views

Downloading songs from YouTube, which codec to use?

I want to mass download songs from YouTube using cli app called spotdl, I'm confused as it offers audio in different codecs, there is Opus at ~120kbps-149kps,48KHz AAC at ~133kbps-192kbps,44.1KHz ...
User's user avatar
  • 101
0 votes
0 answers
239 views

FFMPEG IP Camera streaming on Youtube

Here's the command I'm using: ffmpeg -fflags genpts+igndts+discardcorrupt+ignidx+nobuffer -rtsp_transport tcp -i rtsp://*************** -c:v copy -af aresample=async=1:min_hard_comp=0.100000:first_pts=...
d4rt's user avatar
  • 1
-2 votes
1 answer
3k views

Why is my YouTube video distorted on so many mobile devices?

A few hours after I uploaded an FFmpeg-encoded YouTube video, the few people that I had sent it to started reporting a strange issue: that the first 26 minutes of the audio sounded very distorted; ...
Hashim Aziz's user avatar
1 vote
1 answer
372 views

Downloading a video as a best quality mp4 without audio?

I'm trying to download videos from Youtube as their best quality mp4, without the audio. I know I can use youtube-dl -F to see all available formats, choose one and then run another command, but I ...
oscaro's user avatar
  • 113
1 vote
2 answers
6k views

Does YouTube support output of 7.1 surround?

I recently got a new motherboard that supports surround sound 7.1 with optical outputs. I have read another question that explains at length the details of using 5.1 but there is no mention of 7.1 ...
Kalamalka Kid's user avatar

15 30 50 per page