diff --git a/docs/advanced/release-standards.md b/docs/advanced/release-standards.md index 70e7edaa2..3a2d7ab3d 100644 --- a/docs/advanced/release-standards.md +++ b/docs/advanced/release-standards.md @@ -210,7 +210,7 @@ for file in *.flac; do opusenc --bitrate 192 "${file}" "${file%.*}.opus"; done - Must include a `Signs and Songs` track for English dub. - It's recommended to check the subtitle track for obvious grammatical errors, punctuation errors, typos, etc. - Check the subtitle tracks for scene bleeds, i.e, when a line extends farther than it should/past a keyframe/scene change. -- Pick the default subtitle track by diffing the different options and finding the best one. This can be done via sites like [Diffchecker](https://www.diffchecker.com/) or [evadiff](https://meitantei.org/public/evadiff/). +- Pick the default subtitle track by diffing the different options and finding the best one. This can be done via sites like [Diffchecker](https://www.diffchecker.com/). - Here's a [subdigest](https://github.com/TypesettingTools/Myaamori-Aegisub-Scripts#sub-digest) script to get clean text file output of .ASS subtitles for diff checking: +++ Windows diff --git a/docs/sourcing/streaming.md b/docs/sourcing/streaming.md index 8f7063ad7..aba2eb47c 100644 --- a/docs/sourcing/streaming.md +++ b/docs/sourcing/streaming.md @@ -51,7 +51,7 @@ This allows for anime libraries equivalent in size to self-hosted ones, without Majority of sites will scrape from [Anitaku](https://anitaku.to), a popular self-hosted streaming site. -**Examples of scraper sites:** [AllAnime](https://allanime.to), [Anix](https://anix.to), [YugenAnime](https://yugenanime.tv) +**Examples of scraper sites:** [AllAnime](https://allanime.to) and [YugenAnime](https://yugenanime.tv) +++ diff --git a/docs/tutorials/dvdremux.md b/docs/tutorials/dvdremux.md index fb5e05749..13e88fc0c 100644 --- a/docs/tutorials/dvdremux.md +++ b/docs/tutorials/dvdremux.md @@ -15,7 +15,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) + - [Quick link for Windows x64](https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n7.1-latest-win64-gpl-7.1.zip) 3. [VapourSynth](https://github.com/vapoursynth/vapoursynth/releases) - [Setup guide](https://jaded-encoding-thaumaturgy.github.io/JET-guide/basics/setup/) 4. [MKVToolNix](https://mkvtoolnix.download/downloads.html)