You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wondering if it is possible to add ffmpeg custom command to bot ?
for example i have a video file ( or a stream m3u8 url ) and want to add my logo or a text on video while streaming.change quality of the video .... use this :
ffmpeg -re -i input.mp4 -c:v libx264 -c:a mp3 -vf "drawtext=text='my channel name'" -v:b 2M -preset fast output.mp4
or stack 2 videos for streaming.
thank you.
The text was updated successfully, but these errors were encountered:
hello and thanks for the bot.works perfect.
Just wondering if it is possible to add ffmpeg custom command to bot ?
for example i have a video file ( or a stream m3u8 url ) and want to add my logo or a text on video while streaming.change quality of the video .... use this :
ffmpeg -re -i input.mp4 -c:v libx264 -c:a mp3 -vf "drawtext=text='my channel name'" -v:b 2M -preset fast output.mp4
or stack 2 videos for streaming.
thank you.
The text was updated successfully, but these errors were encountered: