Ensure that the word "remux" is matched as a whole word and not as part of a larger word
This commit is contained in:
parent
2d010c50a5
commit
b8cfbbc560
|
|
@ -1,5 +1,5 @@
|
||||||
name: Remux
|
name: Remux
|
||||||
pattern: remux
|
pattern: \bremux\b
|
||||||
description: A remux is a digital video file that maintains the exact quality of the
|
description: A remux is a digital video file that maintains the exact quality of the
|
||||||
original source (like a Blu-ray or DVD) by copying the video and audio streams without
|
original source (like a Blu-ray or DVD) by copying the video and audio streams without
|
||||||
re-encoding them, essentially creating a perfect 1:1 copy. Think of it like carefully
|
re-encoding them, essentially creating a perfect 1:1 copy. Think of it like carefully
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue