Skip to main content

All Questions

Tagged with
0 votes
1 answer
113 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
0 votes
0 answers
560 views

Multiple ffmpeg processes and multiple RTMP outputs

Debian user here. Desperately looking not even a solution but at least a hint about how to debug this situation. I need to run multiple ffmpeg processes simultaneously: ffmpeg -loglevel error -f ...
RockyG's user avatar
  • 1
2 votes
1 answer
574 views

Trying to stream to youtube: "default: No such process"

I'm trying to set up a YouTube stream using ffmpeg, but get this error "default: No such process". I run this command: ffmpeg -f x11grab -s 1824x984 -framerate 15 -i :0.0 -f pulse -ac 2 -i default -c:...
Ivan's user avatar
  • 123
1 vote
1 answer
597 views

Creating video with multiple audios and one still image for YouTube

I want to create many videos with multiple audio streams and one single picture. For example I have song1.mp3 song2.mp3 song3.mp3 and one single picture. What I need to do is to create many videos ...
user320356's user avatar
0 votes
1 answer
229 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