Please can you add support for embedded VOBSUB subtitles in MKV?
Now I tested it with latest MEncoder_mt (build r30521) and with no problems embedded vobsub was rendered. Unfortunatelly external ones can't be loaded. Also now -ass parameter can be used with VOBSUB without generating error (in older versions when embedded VOBSUB was loaded with -ass parameter, it failed with error)
Also can you enable possibility to use CoreAVC decoding outside AviSynth engine?
New MEncoder versions from Sherpya includes this support so adding
- Code: Select all
-vc coreavc
Also linux version can use HW decoding, not CUDA but vdpau(DXVA alternative on Linux)...don't know exact parameter now and if it is already coded there.
Let me inform all that MEncoder is crashing when "Force VMR AR Correction" is enabled in CoreAVC so disable it!!!
Also up to v1.9.5 MEncoder detects CoreAVC but it seems that from v2.0 you need to copy "CoreAVCDecoder.ax" to "c:\Program Files\PS3 Media Server\win32\codecs\" folder.
It can be done for any version for compatibility reason, so better to copy it there everytime so MEncoder will find everytime
My benchmarks show that it has some gain in speed (EDIT: This test is misleading. I accidentally used wrong MEncoder parameters from other test):
- Code: Select all
old benchmark removed
Tested on Core2duo 2.5GHz so maybe on 4 core CPU performance gain will be higher.
EDIT:
New test for 720p file. Difference is about 20% on whole 720p movie:
viewtopic.php?f=4&t=5547&p=25147#p25274
Another one for 1080p file. Difference is about 28% on whole movie:
viewtopic.php?f=4&t=5547&p=25386#p25319
