View Single Post
Old 1st November 2013, 01:13   #31  |  Link
videofan3d
Registered User
 
Join Date: Sep 2013
Location: Czech Republic
Posts: 321
Quote:
Originally Posted by tymoxa View Post
Windows named pipes
Windows named pipe must have a specific name:

\\.\pipe\somename

Also try this batch file:


start FRIMDecode mvc -i MVCCombined.h264 -o \\.\pipe\FRIM_TMP.yuv (new command window will be opened)

pause (here you have to press any key when prompted)

FRIMEncode.exe mvc -i \\.\pipe\FRIM_TMP_L.yuv -i \\.\pipe\FRIM_TMP_R.yuv -viewoutput -o output_L.h264 -o output_R.h264 -w 1920 -h 1080 -f 23.976 -b 40000 -u 4


Remark: selecting -u 1 is highest quality, but also slowest. For first testing choose -u 4, or even -u 7 (fastest)

Last edited by videofan3d; 1st November 2013 at 01:18.
videofan3d is offline   Reply With Quote