- 15
- 22 204
Anonymous 👤
India
เข้าร่วมเมื่อ 22 ก.ย. 2021
How to convert audio to text using Colab
colab.research.google.com/drive/1WLYoBvA3YNKQ0X2lC9udUOmjK7rZgAwr?usp=sharing
มุมมอง: 25
วีดีโอ
How MYSQL helps me tracking my data
มุมมอง 34ปีที่แล้ว
Part 2 video - th-cam.com/video/BCOeo5AmsQg/w-d-xo.html
VPS Cheaper than $ 5 per month (Virtual Private Server)
มุมมอง 199ปีที่แล้ว
lowendbox.com Good for personal and self-hosting - Chances for outages without information. Cheap VPS desivps lowendbox cheap vps $1 VPS vps for cheap #vps #technology #techy
installing ffmpeg in windows 10
มุมมอง 134ปีที่แล้ว
If You don't like my voice mute the video and watch thank you... FFMPEG Website: ffmpeg.org/ FFMPEG for Windows : ffmpeg.org/download.html#build-windows
[EDUCATIONAL PURPOSE ONLY] Stream .m3u8 News channel to YouTube using FFMPEG
มุมมอง 1.5K2 ปีที่แล้ว
ffmpeg -re -i d3rlna7iyyu8wu.cloudfront.net/skip_armstrong/skip_armstrong_stereo_subs.m3u8 -c:v copy -c:a aac -ar 44100 -ab 128k -ac 2 -strict -2 -flags global_header -bsf:a aac_adtstoasc -bufsize 3000k -f flv "rtmp://a.rtmp.th-cam.com/users/live2{YOUR_STREAM_KEY}" gist : gist.github.com/qntmpkts/403a027a4bfe99812ebf8952c41f8789 News Channel : www.detailszone.com/2020/04/english-news-channels-i...
How to record a .m3u8 and store it using ffmpeg
มุมมอง 2.2K2 ปีที่แล้ว
ffmpeg -i d3rlna7iyyu8wu.cloudfront.net/skip_armstrong/skip_armstrong_stereo_subs.m3u8 -c copy hello.mp4 .m3u8 - file recording Other requested videos will be coming soon.
How to reduce the default size of terminal words
มุมมอง 373 ปีที่แล้ว
[username@hostname directory] to [username@ directory]
Live Stream to YouTube using FFMPEG & Looping the video
มุมมอง 17K3 ปีที่แล้ว
Code: gist.github.com/abhinanddhandapani/36292399cc9d9ef47b291269edadbbed
Perfect bro perfect.. So how can we leave this open 24/7? I connect remotely with Putty. When I close the Putty program, the broadcast is turned off. Or should I solve this by installing a desktop like GNU?
Hi, Sorry for replying late. You can use something like tmux to run the script and exit without worrying about the putty program being closed. For tmux you might want to use the following commands: sudo apt-get install tmux tmux [ffmpeg command] press Ctrl + B + D or close the putty. If you wish to open the streaming terminal you can do the following: tmux ls = [ list all the sessions] tmux attach -t [0,1,2,3....] = Input the session number after -t I hope this helped you ;)
@@an0nym0us_var I solved this problem by installing rdx, thanks anyway.
Remember to close the notebook after use to save your GPU runtime, Use it for advantage
thanks you
Bro free 24/7 live 🤔
New subscriber🎉❤
Yay! Thank you!
Hi
Where you paste all link, software name?
Are you from south india....
Yepp
Plzz
I want your telegram
@abhinanddhandapani
Who are you
Thank you so much! I wasn't even hoping to find a video on such specific topic. You saved me a lot of time!
Glad it helped! Let me know if you need any help
can i use PHP program for streaming youtube using ffmpeg ?
Yeah Possible
You can use some protocol or you can use m3u file in case of live for more stackoverflow.com/a/26122533 check this out
@@an0nym0us_var in that link only , is not streaming like ffmpeg
GIVE ME YOUR DISCORD OR INSTA ID
what is the terminal you used
I use iterm most of the time, also alacritty and kitty some times as a side, But most I go with iterm, kind of good in Mac for now but I don't prefer any specific one's.
@@an0nym0us_var foer windows??
HOW TO OPEN THAT COMMEND OR TERMINAL IN WINDOWS TELL ME PLEASE
@@an0nym0us_var HOW TO OPEN THAT COMMEND OR TERMINAL IN WINDOWS TELL ME PLEAS
@@gameraliveofficial Press Windows Key + R, then type cmd and press enter
any idea how to rename the .ts file fragments with the local pc timestamp ?
I will check that out, Right now, I have no idea how this m3u8 and ts files works, Just learnt how to stream, Soon I will try to solve your problem.