Our forum runs best with JavaScript enabled !

Góc Tin Học

View previous topic View next topic Go down

Góc Tin Học Empty Góc Tin Học

Post by DocThatKinh Tue Jun 30, 2020 3:53 pm

avatar

DocThatKinh


Back to top Go down

Góc Tin Học Empty Re: Góc Tin Học

Post by DocThatKinh Fri Sep 11, 2020 4:17 pm

avatar

DocThatKinh


Back to top Go down

Góc Tin Học Empty Re: Góc Tin Học

Post by CatLan Tue Jan 04, 2022 10:33 am


_________________
"Tài sản lớn nhất của đời người là sức khoẻ và trí tuệ."

Blow Kiss
CatLan

CatLan


Back to top Go down

Góc Tin Học Empty Re: Góc Tin Học

Post by CatLan Sat Feb 05, 2022 10:08 am


_________________
"Tài sản lớn nhất của đời người là sức khoẻ và trí tuệ."

Blow Kiss
CatLan

CatLan


Back to top Go down

Góc Tin Học Empty Re: Góc Tin Học

Post by CatLan Sat May 14, 2022 8:36 am

https://docs.microsoft.com/en-us/learn/paths/extract-text-from-images-documents/

https://pythonhosted.org/Pafy/

=====
https://github.com/pytube/pytube

from pytube import YouTube
YouTube('https://youtu.be/9bZkp7q19f0').streams.first().download()
yt = YouTube('https://www.youtube.com/watch?v=9bZkp7q19f0')
yt.streams
.filter(progressive=True, file_extension='mp4')
.order_by('resolution')
.desc()
.first()
.download()
===============

# install python dependencies
!pip install -q youtube-dl
from IPython.display import YouTubeVideo
YOUTUBE_ID = 'M6KD0pDrBkk'
YouTubeVideo(YOUTUBE_ID)
# download the youtube with the given ID
!youtube-dl -f 'bestvideo[ext=mp4]' --output "youtube.%(ext)s" https://www.youtube.com/watch?v=$YOUTUBE_ID
# cut the seconds between 15 and 20
!ffmpeg -y -loglevel info -i youtube.mp4 -ss 00:00:01.0 -t 5 video.mp4

================
https://github.com/topics/youtube-downloader?l=php

https://javascript.plainenglish.io/make-your-own-youtube-downloader-626133572429

_________________
"Tài sản lớn nhất của đời người là sức khoẻ và trí tuệ."

Blow Kiss
CatLan

CatLan


Back to top Go down

Góc Tin Học Empty Re: Góc Tin Học

Post by Sponsored content



Sponsored content


Back to top Go down

View previous topic View next topic Back to top


Permissions in this forum:
You cannot reply to topics in this forum