Skip to content

Commit

Permalink
Add DVD remuxing guide
Browse files Browse the repository at this point in the history
Co-authored-by: guyman624 <[email protected]>
Co-authored-by: LightArrowsEXE <[email protected]>
  • Loading branch information
3 people committed May 25, 2024
1 parent 4ed913c commit 0d3eb2d
Show file tree
Hide file tree
Showing 11 changed files with 432 additions and 10 deletions.
5 changes: 1 addition & 4 deletions docs/advanced/naming.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ This guide aims to somewhat standardize naming schemes used for Anime in an effo
2. You lose downloads from automatic snatchers because they simply fail to parse stupidly named releases.
3. People usually have to rename said stupidly named releases to make them work in their media servers, which means they can no longer seed it.
4. Switching to a better naming has exactly 0 disdvantages. It will not hurt you or the quality of your release, instead it'll simply widen your audience. The switch to a better naming should be a no-brainer considering how it's a rare case of all pros with no cons.
4. Switching to a more compatible naming scheme has no disadvantages. It won't harm you or the quality of your release, it'll only serve to widen your audience and improve convenience. It should be a no-brainer considering that it only benefits those who are interested in the release.
### Recommended Tools
Expand Down Expand Up @@ -93,10 +93,7 @@ Examples:
```
[Group] Anime Name - S01E01 - (BD 1080p HEVC FLAC) [Dual Audio] [CRC32].mkv
Anime Name - S01E01 - (BD 1080p HEVC FLAC) [Dual Audio] [CRC32] [Group].mkv
Anime Name - S01E01 - (BD 1080p HEVC FLAC) [Dual Audio] [CRC32]-Group.mkv
Anime Name - S01E01 - (BD 1080p HEVC FLAC) [Dual Audio] [Group].mkv
Anime Name - S00E01 - (AMZN WEB-DL 1080p H.264 EAC3) [Dual Audio] [Group].mkv
Anime Name - 18.5 - S00E05 - (BD 1080p HEVC FLAC) [Dual Audio]-Group.mkv
Anime Name (2022) - S01E01 - (BD Remux 1080p HEVC FLAC) [Dual Audio]-Group.mkv
Anime.Name.S01E01.1080p.BluRay.Opus2.0.x264-Hi10P-Group.mkv
Expand Down
2 changes: 1 addition & 1 deletion docs/sourcing/usenet.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
label: Usenet
order: -5
description: Get started with usenet
image: https://user-images.githubusercontent.com/78981416/215252980-0a038d94-b05c-4e52-83b4-51948df6a591.gif
image: /static/sourcing/juicenet.gif

---

Expand Down
Binary file modified docs/static/playback/smooth_playback.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/playback/smooth_playback_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/playback/smooth_playback_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/sourcing/juicenet.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/tutorials/dvdremux/circle_check.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 15 additions & 5 deletions docs/tutorials/comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,10 @@ In order to create comparisons with VSPreview, you will need to install its nece
If `vsrepo.py` command doesn't work, make sure Windows is set to open `.py` files with Python. *[You may also need to add it to the `PATHEXT` environment variable.](/static/comparison/python-pathext.png)*
!!!

- [`awsmfunc`](https://github.com/OpusGang/awsmfunc) and [`vs-kernels`](https://github.com/Jaded-Encoding-Thaumaturgy/vs-kernels) can be installed using `pip`:
- [`awsmfunc`](https://github.com/OpusGang/awsmfunc) can be installed using `pip`:

```powershell
pip install git+https://github.com/OpusGang/awsmfunc.git
pip install vskernels --no-cache-dir -U
python -m pip install git+https://github.com/OpusGang/awsmfunc.git
```

+++ Dolby Vision
Expand All @@ -73,11 +72,18 @@ If you're working with Dolby Vision (DV) content, you will need to install addit

#### Installation

Download and install [VSPreview](https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview) using `pip` in your terminal:
Download and install [`vs-jet`](https://github.com/Jaded-Encoding-Thaumaturgy/vs-jet) using `pip` in your terminal:

```powershell
pip install -U git+https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview.git
python -m pip install vsjet
```
```powershell
python -m vsjet latest
```

!!!
As of writing this, installing [`vs-preview`](https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview) directly from PyPI or git is broken. You have to install it using [`vs-jet`](https://github.com/Jaded-Encoding-Thaumaturgy/vs-jet) which will install all JET packages.
!!!

## Usage

Expand Down Expand Up @@ -191,6 +197,10 @@ clip1 = core.vivtc.VFM(clip1, 1)
clip1 = core.vivtc.VDecimate(clip1)
```

!!!
You need [`vivtc`](https://github.com/vapoursynth/vivtc) installed for the above snippet to work. You can install it with `vsrepo.py install vivtc`.
!!!

==- :icon-file-media: Framing (cropping, scaling, trimming)

#### Cropping
Expand Down
Loading

0 comments on commit 0d3eb2d

Please sign in to comment.