if subtitles are hard-coded MKVToolNix is not going to help you;
if subtitles are soft-coded it's (usually) pointless effort to explicitly remove them using this or any other tool;
Search found 23 matches
- Tue Jun 28, 2016 10:58 am
- Forum: Video & Audio Help
- Topic: Mkv With Subtitles, how to remove subs?
- Replies: 3
- Views: 2562
- Fri May 13, 2016 4:48 pm
- Forum: Capturing / Ripping Help
- Topic: Looking for a Blu-ray ripper that can downscale to 720p
- Replies: 6
- Views: 12967
Re: Looking for a Blu-ray ripper that can downscale to 720p
stand-alone VirtualDub shouldn't be able to handle mkv. Not without FFMpeg Input Plugin (FFInputDriver) or some Matroska plugin;
=> I would try peeking inside plugins32/64 folder;
=> I would try peeking inside plugins32/64 folder;
- Fri Jun 05, 2015 8:23 am
- Forum: Video & Audio Help
- Topic: help in after effects
- Replies: 1
- Views: 1412
- Mon Apr 20, 2015 11:38 am
- Forum: AviSynth Help
- Topic: VirtualDub Audio Question
- Replies: 1
- Views: 2273
Re: VirtualDub Audio Question
for importing both video and audio track, you can try doing:
Code: Select all
Video = LWLibavVideoSource("File.mkv")
Audio = LWLibavAudioSource("File.mkv")
AudioDub(Video, Audio)
- Mon Dec 08, 2014 9:06 am
- Forum: Video & Audio Help
- Topic: VirtualDub Blank frame error
- Replies: 6
- Views: 3126
Re: VirtualDub Blank frame error
It is expected seeking would be slow using 0. Instead of dss update ffms2 (currently 2.20) and this time try without setting seekmode manually or use 1, i.e default mode);
else: see if LSMASHVideoSource (for .mp4's) performs faster.
~ probably threre is no need for ConvertToYV12
else: see if LSMASHVideoSource (for .mp4's) performs faster.
~ probably threre is no need for ConvertToYV12
- Fri Dec 05, 2014 12:10 pm
- Forum: AviSynth Help
- Topic: Missing Audio In Virtual Dub
- Replies: 5
- Views: 2434
Re: Missing Audio In Virtual Dub
you have to load audio track as well:Watatashi wrote:FFVideoSource("The Giver.mkv")
Code: Select all
FFMpegSource2("The Giver.mkv", atrack=-1)
- Mon Dec 01, 2014 1:22 pm
- Forum: Effects & Techniques
- Topic: How did he do this?
- Replies: 2
- Views: 2504
Re: How did he do this?
looks just like a regular spam of Twitch plugin from VCP.
using slide and light etc operators (and with the 'RGB split' enabled for the slide on the second example). some audio react probably too.
but it is possible to create effect manually as well.
using slide and light etc operators (and with the 'RGB split' enabled for the slide on the second example). some audio react probably too.
but it is possible to create effect manually as well.
- Mon Oct 20, 2014 3:53 am
- Forum: Conversion / Encoding Help
- Topic: Video converter Programm
- Replies: 6
- Views: 14059
Re: Video converter Programm
VirtualDub
- Thu Oct 02, 2014 5:44 am
- Forum: Adobe Software
- Topic: Timing in Premiere and Editing in After Effects
- Replies: 2
- Views: 10819
Re: Timing in Premiere and Editing in After Effects
most likely you are intending to use Adobe's Dynamic Link feature.
- Sun Jun 29, 2014 6:13 am
- Forum: Video & Audio Help
- Topic: How do you edit Anime videos on Sony Vegas Pro 11?
- Replies: 4
- Views: 2013
Re: How do you edit Anime videos on Sony Vegas Pro 11?
for 10-bit encodes. (which most likely you have) you need to convert instead of recontainering source files. (i.e jump to section B)