Skip to main content

All Questions

Tagged with
0 votes
0 answers
3 views

FFMPEG mp4 command not working

I’ve tried to get a command to work based on this YouTube upload settings but can’t make it to work. Does anyone know the exact encoding ffmpeg command based on YouTube uploads link below? https://...
Michael's user avatar
  • 25
1 vote
1 answer
85 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
1 vote
0 answers
276 views

Raspberry Pi with Bullseye: how to stream from camera to Youtube Live, and simultaneously save the stream to video files locally

I have raspberry pi 3b+ with Arducam camera and Debian Bullseye, and I would like to achieve the following: get video from libcamera-vid, 800x600, 15 fps get audio from default audio source stream ...
tputkonen's user avatar
  • 385
0 votes
0 answers
46 views

FFMPEG Webcam YouTube stream configuration

I was hoping someone could take a look at this code and offer suggestions. BACKGROUND: I'm using a Raspberry Pi 4 & Logitech 1080p/30fps webcam to stream directly to YouTube. ISSUE: No matter how ...
Andrew Victor's user avatar
1 vote
0 answers
111 views

Ffmpeg encoded video results in corrupted YouTube video

I'm creating videos for YouTube that combine a still image with an MP3 file. For some reason, some of the videos get corrupted (in the example below after 15 seconds) and result into a gray screen. ...
user1796440's user avatar
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
0 votes
0 answers
715 views

Colors from PS5 - WebM files are washed out after uploading on YouTube, can ffmpeg fix it?

Can I repair or change the color command via "ffmepg" without re-encoding the file? There seems to be a communication problem between the created *.webm file from the PlayStation 5 and ...
Mannitu's user avatar
0 votes
1 answer
111 views

Need help fading overlay with image-ads in and out - infitely

Im trying overlay an image-ad every x-seconds, by fading the overlay in and out. It's a stream for our company in Southern Denmark. Should be said im 3 days old in FFMPEG. And that its running on ...
Frederik Krath Nielsen's user avatar
1 vote
0 answers
197 views

Trying to Restream youtube live using ffmpeg - Not working

<!DOCTYPE html> <html> <head> <title>YouTube Live Stream Restream</title> </head> <body> <h1>YouTube Live Stream Restream</h1> <form ...
Nikhil Verma's user avatar
0 votes
0 answers
520 views

How to properly reencode videos for YouTube shorts with FFMPEG

I have tried many encoding and everytime YouTube app is saying unable to preview video when I try to upload my video as YouTube shorts The app is able to see tiktok generated output file, however I ...
Furkan Gözükara's user avatar
1 vote
1 answer
1k views

ffmpeg 3D conversion - EAC stereo (Youtube) to Equirectangular stereo?

I've had success with converting monoscopic equiangular cube maps (EAC) videos, but I can't get the filters to work for stereoscopic. There's an example in the ffmpeg manual in the v360 filter ...
urbanspaceman's user avatar
0 votes
0 answers
426 views

Why is a video created by FFmpeg from static image is rejected by YouTube?

I am trying to input a image.jpg file and audio file. I need output as video of 1080p quality. Recently I tried the command given in ffmpeg doc Encode/YouTube and got the output. ffmpeg -loop 1 -...
user1743177's user avatar
2 votes
2 answers
3k views

How to make youtube-dl (yt-dlp) generate subtitles properly and not duplicate the text?

I'm using yt-dlp to download some videos, and I've told it to embed the subtitles. This seems to work, except it's generating subtitles in the most horrible way by duplicating the text. For example, ...
Component's user avatar
3 votes
1 answer
5k views

ffmpeg 360 Video - Convert EAC (Youtube) to Equirectangular

I have this top-bottom 360 Video, where the bottom is rotated 90 degrees clockwise, and I am looking for the ffmpeg command to produce a singular equirectangular output. I've been experimenting with ...
chantey's user avatar
  • 161

15 30 50 per page
1
2 3 4 5 6