Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dvdremux.md
Browse files Browse the repository at this point in the history
wiwaz authored May 25, 2024
1 parent f0394d3 commit 04305cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/tutorials/dvdremux.md
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ description: Remux DVDs using FFmpeg

# DVD Remuxing

This guide can be used to remux DVDs using MPC-HC, FFmpeg, Vapoursynth, and MKVToolNix.
This guide can be used to remux DVDs using MPC-HC, FFmpeg, VapourSynth, and MKVToolNix.

!!!
Assistance is available in [this Discord server](https://discord.gg/XTpc6Fa9eB) if required.
@@ -16,7 +16,7 @@ Assistance is available in [this Discord server](https://discord.gg/XTpc6Fa9eB)
1. [MPC-HC](https://github.com/clsid2/mpc-hc/releases)
2. FFmpeg >=7.0 GPL build from [BtbN](https://github.com/BtbN/FFmpeg-Builds/releases)
- [Quick link for Windows x64](https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n7.0-latest-win64-gpl-7.0.zip)
3. [Vapoursynth](https://github.com/vapoursynth/vapoursynth/releases)
3. [VapourSynth](https://github.com/vapoursynth/vapoursynth/releases)
- [Setup guide](https://jaded-encoding-thaumaturgy.github.io/JET-guide/setup/)
4. [MKVToolNix](https://mkvtoolnix.download/downloads.html)

@@ -190,7 +190,7 @@ is **broken**.
!!!

!!!
This process will require loading the remux into Vapoursynth.
This process will require loading the remux into VapourSynth.
See the setup guide for details.
!!!

@@ -334,7 +334,7 @@ until the DVD matches the Blu-ray.
==-

In order to apply a SAR/PAR transform to check using these methods,
refer to this Vapoursynth code snippet:
refer to this VapourSynth code snippet:

```py
from vstools import Sar, mod2

0 comments on commit 04305cb

Please sign in to comment.