View Single Post
Old 31st October 2013, 23:22   #27  |  Link
tymoxa
Registered User
 
Join Date: Oct 2006
Location: Kyiv, Ukraine
Posts: 117
frencher
Shouldn't it be \\.\pipe ?

Anyway it doesn't work for me
I can decode combined mvc to couple of yuv's with:
Code:
FRIMDecode.exe mvc -i MVCCombined.h264 -o test.yuv
then encode these with
Code:
FRIMEncode.exe mvc -i test_L.yuv -i test_R.yuv -o output_L.h264 -o output_R.h264 -viewoutput -w 1920 -h 1080 -f 23.976 -b 20000 -u 4
but with this line
Code:
FRIMDecode.exe mvc -i MVCCombined.h264 -o \\.\pipe\test.yuv | FRIMEncode.exe mvc -i \\.\pipe\test_L.yuv -i \\.\pipe\test_R.yuv -o output_L.h264 -o output_R.h264 -viewoutput -w 1920 -h 1080 -f 23.976 -b 20000 -u 4
it gives me an error
Code:
ERROR: Cannot open input file \\.\pipe\test_R.yuv
ERROR: File reader initialization failed.
ERROR: Cannot start encoding process.
Am i doing something wrong?

videofan3d
Why bitrate for main and dependent is almost the same? It is limitation of encoder?
tymoxa is offline   Reply With Quote