Skip to main content

All Questions

-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 ...
Michael's user avatar
  • 21
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 ...
Michael's user avatar
  • 21
10 votes
3 answers
21k views

Convert YouTube DASH audio (youtube-dl) to m4a (AAC DL)

I am unable to listen to m4a DASH audio I download from YouTube via youtube-dl on Winamp. Is there an option in youtube-dl to remove the DASH audio part of m4a file and download/save it as an m4a (AAC ...
Sun's user avatar
  • 6,352
0 votes
1 answer
230 views

Youtube "failed to convert" using ffmpeg CLI

I'm using ffmpeg to split videos to comply with their length but whenever I upload them it says "failed to convert". I'm using this settings ffmpeg -i "${file}" -ar 22050 -vcodec libx264 -acodec ...
allenskd's user avatar
  • 147