View Single Post
Old 1st December 2012, 00:56   #959  |  Link
frencher
French Love
 
Join Date: Oct 2008
Location: France
Posts: 456
Use this AVS Script with avs2avi.exe
You can still download it from moitah's own domain though

Why don't use x264 lossless ? -qp 0
Code:
LoadPlugin ("DirectShowMVCSource.dll")
File   = "Video_Source.mts"
Left   = DirectShowMVCSource(File, decodeleft=TRUE)
Right  = DirectShowMVCSource(File)
Video  = StackHorizontal(Left, Right).BicubicResize(1920,1080).AssumeFPS(24000, 1001).ConvertToYV12()
Return Video
__________________
2013-11-29 MVC Player Free v0.0.2.6 BD & 3D BD's Player, Demuxer v0.0.0.8b, Recoder. Tutorial
Demo for MVC Player Free: Trailer 3D

3DBD's Free - v0.0.0.0005.exe Old

Programing free for all.

Last edited by frencher; 1st December 2012 at 01:06.
frencher is offline   Reply With Quote