View Single Post
Old 7th November 2013, 22:17   #79  |  Link
HWK
Registered User
 
HWK's Avatar
 
Join Date: Feb 2009
Location: Toronto, Ontario, Canada
Posts: 1,059
Quote:
Originally Posted by frencher View Post
Avisynth Script:
Code:
LoadPlugin ("F:\MVC Player\MVCtoAVI.exe\DirectShowMVCSource.dll")

# Start AVS for CombinedMVC

File   = "G:\Video.mts"
Left   = DirectShowMVCSource(File,decodeleft=TRUE)
Right  = DirectShowMVCSource(File)
Video  = StackHorizontal(Left,Right) (3840x1080 @ 23.976 fps)

# End   AVS for CombinedMVC

Video  = Video.ConvertToYV12()
Return Video
Batch:
Code:
"F:\MVC Player\MVCtoAVI.exe\Tools\Frim MVC Decoder Encoder\FRIMEncode.exe" mvc -i "F:\MVC Player\MVCtoAVI.exe\Preview.avs" -avi -sbs 2 -viewoutput -o H:\L.h264 -o H:\R.h264 -b 60000 -u 4
Does it work for you? I tired with Directshowmvcplugin but no go for me and then I decied to send whole package to author for testing. Except magic path is stereoplayer.exe instead mvc toavi.exe
__________________
If you fail to plan; you plan to fail, would you not agree? Think about it.
HWK is offline   Reply With Quote