-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 0e1b8c6
Showing
1 changed file
with
19 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Pornhub Intro Remover | ||
|
||
Reads videos in the input folder then outputs them with phub intro removed (3.75 seconds from start). | ||
|
||
### Quick questions: | ||
|
||
Q - **How to use?** | ||
|
||
1. Download the release. | ||
2. Unzip it somewhere. | ||
3. Copy your videos inside input folder. | ||
4. Run "video batch cut.bat" | ||
5. Check the output folder for the no-intro videos. | ||
|
||
Q - **Do I need special hardware?** | ||
|
||
An Nvidia card capable of running -c:v hevc_nvenc command. | ||
|
||
Refer to [this link](https://en.wikipedia.org/wiki/Nvidia_NVENC) to see if yours is supported. |