9194
Share your bots, comment, test and have fun! Rules: Speak in English, Don't spam/advertise channels or groups that aren't bot related, respect other members, use common sense. @BOTLIST 🌟 @BotListBot 🤖 @BotListCollections 📔
he has got some empty space on the right side of the table
Читать полностью…
Hi. Any bot for download of hardtunes.com free❔
Читать полностью…
Thank you sir 🙏
Sir I have hundreds of large videos , so doing it manually for every video would take a lot of time and storage. That’s why I’m looking for a bot that can automatically add the watermark only to the first 15 seconds without processing the entire video.
Please help 🙏
Can anyone suggest a bot that can add a watermark to the first 15 seconds of a video of >50 mb ?
If you know any such bot, please let me know. It would be a great help! 🙏
his client will receive all the updates but filter them out on his requirements
Читать полностью…
he should just create a personal telegram client or hire someone to do that
Читать полностью…
I don't see the table formatting or anything related to the rich content table.
Читать полностью…
I dont have premium and still have this menu?
Читать полностью…
Provoking or poking a bear also doesn't make one side right either
Читать полностью…
BOT_TOKEN="token"
CHAT_ID="your tg id"
API="http://127.0.0.1:8081"
mkdir -p watermarked
for f in *.{mp4,mov,mkv,webm}; do
[ -f "$f" ] || continue
output="watermarked/$f"
ffmpeg -i "$f" -i watermark.png \
-filter_complex "[1:v]scale=200:-1[wm];[0:v][wm]overlay=W-w-10:H-h-10:enable='lte(t,15)'" \
-c:v libx264 -preset fast -crf 18 -c:a copy "$output"
if [ $? -eq 0 ]; then
echo "done: $output"
curl -s -X POST \
"$API/bot$BOT_TOKEN/sendVideo" \
-F "chat_id=$CHAT_ID" \
-F "video=file://$(realpath "$output")"
echo
echo "uploaded: $output"
else
echo "failed FFmpeg: $f"
fi
done
mkdir -p watermarkedЧитать полностью…
for f in *.{mp4,mov,mkv,webm}; do
[ -f "$f" ] || continue
ffmpeg -i "$f" -i watermark.png -filter_complex "[1:v]scale=200:-1[wm];[0:v][wm]overlay=W-w-10:H-h-10:enable='lte(t,15)'" -c:v libx264 -preset fast -crf 18 -c:a copy "watermarked/$f"
done
ffmpeg -i input.mp4 -i watermark.png -filter_complex "[1:v]scale=200:-1[wm];[0:v][wm]overlay=W-w-10:H-h-10:enable='lte(t,15)'" -c:v libx264 -preset fast -crf 18 -c:a copy output.mp4
Anyone have source code for this bot ?
@redotradebot
I understood that userbot cant dekete message in groups where he does not have perm
Читать полностью…
Yes now i understand what you meant here /channel/BotListChat/561085
Читать полностью…
its the only way
in his client he can hide whatever's coming from the unwanted users
the client won't render that stuff
how would a ub help in this scenario
if he's talking about dms then the ub can delete them
what about public groups
I wrote about this: I meant general chats, not 1 on 1
Читать полностью…
The built in editor is unusable for most users.
Example: /channel/tgbetachat/2471417
you should learn English or try to learn to use an ai/translator before criticizing somebody in a public chat.
Читать полностью…
It is clear that the bot is intended for those who do not have premium.
Читать полностью…