1אַרײַנשטעלן דיין טעקע AVI דורך קליקן "צושרײַבן טעקע" אָדער אַרײַנשרײַבן און אַרײַנלאָזן
2אַדזשאַסטירן אייערע סעטטינגס ווי נויטיק
3דריקט דעם קנעפּל צו באַאַרבעטן אייער טעקע
4אַרײַנשרײַבן די באַהאַנדלטע טעקע AVI
מעק אַרױס AVI אָפֿט געשטעלטע פֿראַגעס
How does Mute AVI remove the sound?
+
Concretely, the audio track is dropped from the container and the video stream is copied through untouched, so the operation is instant and the picture is bit-identical to the source rather than re-encoded. The result is the same picture with no audio track at all, rather than an audio track turned down to zero.
Is the video re-encoded when I mute it?
+
No. Removing a track is a container operation, so the video stream is copied through bit-identically and the job finishes in seconds regardless of how long the clip is.
Does the container format matter?
+
It does. AVI is the 1992 Microsoft container: broad codec support but no modern streaming features, no B-frame-friendly indexing and poor subtitle handling. That governs how the tracks are stored and therefore how cleanly one can be dropped.
Anything specific to AVI worth knowing?
+
Yes — AVI has no modern index or B-frame-friendly structure, so accurate seeking usually requires a real re-encode rather than a copy. Relevant when the source has more than one audio track.
Can I remove just one audio track and keep another?
+
Muting removes the audio entirely. If a file carries several language tracks and you want to keep one, that is a track selection job rather than a mute, and it needs the conversion tools instead.
Should I mute or just silence the audio?
+
Mute. A silent track still occupies bitrate and still has to be decoded by the player; dropping it makes the file smaller and removes any chance of it being unmuted downstream.