Hi guys I'm new in using the Avisynth Script and I need help from the gurus here on the forum.
I have to edit a MKV and yesterday I used the following script in MeGUI:
DirectShowSource ("tom.mkv", fps = 23.976, audio = false, convertfps = true)
Trim (0, 42547) + + Trim (42557, 165083)
# deinterlace
# crop
# resize
# denoise
The cut he did but when i went to see the end result I realized that MeGUI put the subtitle on the movie (Hardcoding).
As it is only one issue I would like to know some things:
1. What command I use in Avisynth Script for not incorporating the sub-title the film.
2. Is there any way MeGUI not reencoding the video and just run the TRIM?
3. Otherwise, if is not possible to MeGUI run TRIM only with no reencoding, is there any program I can use to make the perfect trim as the Avisynth script as I used SolveigMM AVI Trimmer but it does not make the cut.
4. It is possible to do the TRIM along with the audio, if so, how should I proceed in MeGUI, because I do not know how to include the audio on the issues that I do here in MeGUI, I could never put the audio with the video.
Thank you all for your help,
Druid
+ Reply to Thread
Results 1 to 2 of 2
-
-
1. Disable your directshow subtitle decoder, for example vsfilter. Or remove the subtitle from the mkv with mkvtoolnix.
Similar Threads
-
Help please with Aiseesoft trim function,
By cromwell in forum Newbie / General discussionsReplies: 10Last Post: 16th May 2013, 06:50 -
AviSynth Overlay and Trim Help
By NMeade in forum Newbie / General discussionsReplies: 20Last Post: 1st Apr 2012, 07:53 -
AVI Trim
By drgt in forum Newbie / General discussionsReplies: 6Last Post: 13th Nov 2010, 04:36 -
How to trim wmv-hd?
By daz2712 in forum Blu-ray RippingReplies: 2Last Post: 26th Aug 2009, 09:55 -
ULEAD VideoStudio trim
By dcmoser1952 in forum EditingReplies: 3Last Post: 24th Feb 2009, 14:43