Skip to main content

All Questions

Tagged with
-2 votes
1 answer
63 views

FFmpeg MP4 command not working as expected [closed]

I’ve tried to use FFmpeg to prepare a video for YouTube, based on the YouTube recommended upload encoding settings but can’t make it work. Does anyone know the exact encoding FFmpeg command based on ...
1 vote
1 answer
106 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 ...
0 votes
1 answer
6k views

How to convert 4K .mkv to .mp4 for YouTube

I want to convert small clips of a 4K movie to .mp4 without losing quality so I can upload them to YouTube. Loading a whole movie into Premiere Pro and then cutting it at exact points is already a ...
1 vote
0 answers
51 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 ...
3 votes
1 answer
5k views

How to use ffmpeg to add 3D metadata to a SBS Full Frame video without reencoding?

Ok so, I've been searching around for how to do this, but I've had no luck. I have an SBS Full Frame 3D MP4 that is 648x720p per eye (1296x720p "raw" resolution). I want to use ffmpeg to add metadata ...
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 ...
1 vote
0 answers
291 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 ...
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, ...
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 ...
1 vote
0 answers
114 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. ...
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. ...
0 votes
0 answers
739 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 ...
4 votes
2 answers
3k views

ffmpeg - Merge mp4 video with wav audio

I want to get the best audio for a youtube video upload. I found out that mov can retain the audio intact. I've tried doing so, but I get an AAC audio instead. Here's the command I use: ffmpeg -i ...
8 votes
2 answers
11k views

Processing YouTube video in ffmpeg

I'm using ffmpeg for taking screenshots from video. Is it possible to take screenshots from YouTube video without downloading video to hard drive?
20 votes
3 answers
49k views

How to download chapters of a youtube video as separate video files?

A New YouTube Feature Youtube recently enabled the option to add chapters in YouTube videos. This is done by simply adding the chapter timestamps (start time) in the description of the video. ...

15 30 50 per page
1
2 3 4 5 6