All Projects → WWILLV → you-get-ffmpeg

WWILLV / you-get-ffmpeg

Licence: GPL-3.0 license
结合you-get、youtube-dl和FFMPEG,附带文件管理视频播放等命令

Programming Languages

Batchfile
5799 projects

Projects that are alternatives of or similar to you-get-ffmpeg

BAT FFMPEG
Batch script files for FFMPEG (Microsoft Windows and DOS, OS/2 🦄)
Stars: ✭ 104 (+44.44%)
Mutual labels:  youtube-dl, batch
JSBatchobfuscator
JSBatchobfuscator is a simple obfuscator for batch script
Stars: ✭ 47 (-34.72%)
Mutual labels:  batch
Tubeup
Download videos using youtube-dl and upload to the Internet Archive with metadata.
Stars: ✭ 173 (+140.28%)
Mutual labels:  youtube-dl
Savify
Download Spotify songs to mp3 with full metadata and cover art!
Stars: ✭ 227 (+215.28%)
Mutual labels:  youtube-dl
Youtube Downloader For Macos
Simple menu bar app to download YouTube movies on your Mac
Stars: ✭ 185 (+156.94%)
Mutual labels:  youtube-dl
Publicleech
can be found on Telegram as https://telegram.dog/PublicLeechGroup
Stars: ✭ 236 (+227.78%)
Mutual labels:  youtube-dl
Ablemusicplayer
🎵 A Youtube Music like app with a Spotify like design - ad free and open source. Feel free to PR. NOTE: BEING REWRITTEN, HENCE THE REPO WILL BE INACTIVE FOR A WHILE
Stars: ✭ 167 (+131.94%)
Mutual labels:  youtube-dl
gropple
Server and bookmarklet to download files via youtube-dl directly from your browser. Cross platform single binary installation, web browser configurable.
Stars: ✭ 33 (-54.17%)
Mutual labels:  youtube-dl
Alexi5
A Discord Bot built using discordJS. Started as a joke for spamming memes. Branch "v2" is currently being used for active development. Hosted on Heroku.
Stars: ✭ 19 (-73.61%)
Mutual labels:  youtube-dl
Candy
🍭 Cross-platform YouTube-downloader with playlist and channel support as well as build-in audio / video converter.
Stars: ✭ 229 (+218.06%)
Mutual labels:  youtube-dl
Yturl
YouTube videos on the command line
Stars: ✭ 218 (+202.78%)
Mutual labels:  youtube-dl
Youtube Dl Gui
A cross-platform GUI for youtube-dl made in Electron and node.js
Stars: ✭ 183 (+154.17%)
Mutual labels:  youtube-dl
yt-dlandcut
Download and cut an Youtube video by providing its url and the time range
Stars: ✭ 20 (-72.22%)
Mutual labels:  youtube-dl
Video Downloader Deploy
Video Downloaders (you-get, youtube-dl, annie) One-Click Deployment Batch. || 视频下载器 (you-get, youtube-dl, annie) 一键配置脚本。
Stars: ✭ 178 (+147.22%)
Mutual labels:  youtube-dl
youtube-downloader
youtube-dl GUI simplify
Stars: ✭ 22 (-69.44%)
Mutual labels:  youtube-dl
Mumbledj
A Mumble bot that plays audio fetched from various media sites.
Stars: ✭ 172 (+138.89%)
Mutual labels:  youtube-dl
Ydl Ui
A UI for the command-line video downloader "youtube-dl"
Stars: ✭ 198 (+175%)
Mutual labels:  youtube-dl
Youtubedl Android
youtube-dl for android
Stars: ✭ 235 (+226.39%)
Mutual labels:  youtube-dl
MobOff
A CLI to download, convert and send youtube videos to several devices using Pushbullet.
Stars: ✭ 47 (-34.72%)
Mutual labels:  youtube-dl
media-dupes
a minimal content duplicator for common media services like youtube
Stars: ✭ 53 (-26.39%)
Mutual labels:  youtube-dl

you-get&ffmpeg(也许现在需要加一个youtube-dl了)

本工具用于Windows下,结合you-get、youtube-dl和FFMPEG组成的工具。

安利BiliBiliPlayerInfo,一个采集一些BiliBili视频播放页的数据的类库+工具(可采集aid,cid等数据并生成H5播放页)

you-get、youtube-dl和FFMPEG

you-get(github) you-get.org

You-Get is a tiny command-line utility to download media contents (videos, audios, images) from the Web, in case there is no other handy way to do it.

FFMPEG(github) ffmpeg.org

FFmpeg is a collection of libraries and tools to process multimedia content such as audio, video, subtitles and related metadata.

youtube-dl(github) rg3.github.io/youtube-dl/

Command-line program to download videos from YouTube.com and other video sites.

安利一个不错的cmd代替工具,cmder

下载

辣鸡Github,下载bat丢换行。由于我本人比较懒,并不想在release分版本号,这里就提供度娘盘了。

百度云

** 我的you-get.exe和youtube-dl.exe来自官方项目exe,release出更新exe我会尽快更新,如果等不及可以删除掉you-get.exe和youtube-dl.exe,使用pip3 install you-get安装或pip3 install --upgrade you-get更新you-get(均需要Python3环境),youtube-dl可以用-U参数 **

使用方法

  • you-get、ffmpeg、ffplay、ffprobe、youtube-dl

这些文件来自于you-get、youtube-dl和FFMPEG项目,具体使用方法可以使用-h参数(或--help)查看

常用命令:

"you-get 播放地址"直接下载文件

"you-get -u 播放地址"返回真实地址

"you-get -p 播放器地址 播放地址"使用播放器播放

"ffmpeg -i [输入文件名] [参数选项] -f [格式] [输出文件]"ffmpeg转换格式

"ffplay 媒体地址"ffplay播放文件(播放中快捷键这里不介绍了,具体可以看这里

"ffprobe 媒体地址"获取媒体的详细信息

youtube-dl太强大了,参数太多就不列了,直接后面加地址下载就行了

  • clean

清除download文件夹中所有文件

  • home

返回运行目录(download)

  • play

相当于"you-get -p ffplay 播放地址"命令,解析出地址后直接调用ffplay在线播放

  • show

在资源管理器中打开当前文件夹

  • support

查看you-get支持的网站地址

  • v2m

自动使用FFMPEG进行Video到MP3的转换

  • ls

列目录(来自git

  • xmp

如果电脑上安装了迅雷影音,调用迅雷影音播放

  • storm

如果电脑上安装了暴风影音,调用暴风影音播放

  • potplayer

如果电脑上安装了potplayer,调用potplayer播放

  • git

查看本工具的git

  • update

跳转到you-get的git界面

  • edit

记事本编辑本工具文件,如:编辑more.bat为edit command\more.bat

  • vip

调用VIP视频解析(接口更新全看缘分,我如果没有看VIP视频的需求可能就不更新了) 根据you-get项目的声明,you-get不解析VIP视频(即使加载cookie)

  • more

查看更多命令

注意

更换设备需要修改的文件

修改方法:右键.bat程序,编辑,保存即可

以下为一些主要命令的修改(非必须改动或使用,但建议修改)

command目录下clean.bat中download文件夹路径

command目录下home.bat中的路径

以下为调用you-get -p的播放器快速调用的修改(非必须改动或使用)

command目录下xmp.bat中迅雷影音的XMP.exe(如果存在)的路径

command目录下storm.bat中暴风影音的StormPlayer.exe(如果存在)的路径

command目录下potplayer.bat中potplayer的PotPlayerMini64.exe(如果存在)的路径

(注意更换盘符)

(也可以使用Chrome、Firefox等浏览器播放,但浏览器支持在线播放的文件类型太少,故未添加)

**可以使用@set download=..\download来代替,但这样一旦跨路径就可能引起不可预料的后果

LICENSE

ffmpeg

you-get

youtube-dl

TODO

  • GUI界面(这个其实没什么动力写)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].