-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
included example.png
- Loading branch information
Showing
1 changed file
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,26 @@ | ||
# dvembed | ||
(D)iscord (v).redd.it media (embed)der | ||
|
||
`dvembed` uses `youtube-dl` to download v.redd.it media at the highest available audio and video Quality. | ||
`dvembed` uses `youtube-dl` to download v.redd.it media, at the highest available audio and video quality. | ||
If the media file is smaller than the 8MB Discord file upload limit, the bot will post the file, meaning | ||
v.redd.it media can now be embedded nicely within Discord, without having to leave the app and view the | ||
thread. | ||
|
||
###### Future | ||
If the media file exceeds 8MB, `dvembed` will attempt to compress or reduce the file size with `ffmpeg`. | ||
|
||
## Usage | ||
`dvembed`, or `go run dvembed` to run without executable | ||
|
||
## Requirements | ||
###### (A future script will setup a working environment if these programs are not available) | ||
`Python (2.6, 2.7, 3.2+)` | ||
- `Python (2.6, 2.7, 3.2+)` | ||
|
||
- `youtube-dl` | ||
|
||
- `ffmpeg` | ||
|
||
`youtube-dl` | ||
###### Future | ||
A script will setup a working environment if these programs are not available) | ||
|
||
`ffmpeg` | ||
## Example | ||
![Example](https://github.com/kepler471/dvembed/blob/master/example.png?raw=true) |