Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
6th November 2013, 10:36 | #63 | Link | |
Registered User
Join Date: Sep 2013
Location: Czech Republic
Posts: 321
|
Quote:
1. failure above is related to timing. Encoding process is trying to read from named-pipe which Decoding process didn't open yet 2. beside of this, there is bug when reading end of pipe. I'll check it and fix it. |
|
7th November 2013, 10:01 | #65 | Link | |
Registered User
Join Date: May 2006
Posts: 4,015
|
Quote:
Code:
FRIMTranscode.exe -i::mvc CombinedMVC.h264 -o::mvc TranscodedCombinedMVC.h264 -w 1920 -h 1080 -f 23.976 -l 4 -b 8000 -u 4 FRIMTranscode.exe so far seems not support -vbr or any of the other advanced options which are available with FRIMEncode.exe. However it avoids the huge *.yuv intermediate files and could be a workaround until the fix for named pipe becomes available. |
|
7th November 2013, 10:30 | #66 | Link | |
Registered User
Join Date: Sep 2013
Location: Czech Republic
Posts: 321
|
Quote:
Pipe-fix will be available soon, likely on Friday night, so you can test it over weekend. FRIOM Transcoder modification (cbr, vbr, gop, ...) is on roadmap. |
|
7th November 2013, 19:23 | #69 | Link |
Registered User
Join Date: Feb 2009
Location: Toronto, Ontario, Canada
Posts: 1,059
|
videofan3d can you add support for frame serving through directshowmvcsource plugin, currently when I open avs file in encoder I get message can't determine number of frames. I tired SBS as well and same thing is happening. However If I open file in virtual dub it correctly display how many frames video has and frame rate as well.
__________________
If you fail to plan; you plan to fail, would you not agree? Think about it. |
7th November 2013, 20:13 | #70 | Link | |
Registered User
Join Date: Sep 2013
Location: Czech Republic
Posts: 321
|
Quote:
Please describe your needs what do you want to achieve. Avisynth is mighty tool (and well proven), I use for interractions between all my videoapplications without difficulties. Whenever I had a problem - it was always caused by mistake in my avs-script . |
|
7th November 2013, 20:38 | #71 | Link |
Registered User
Join Date: Sep 2013
Location: Czech Republic
Posts: 321
|
Frim 1.11
Hi,
there is new version FRIM 1.11 FRIM Encoder 1.11 - fixed bug in handling named pipes (.yuv) FRIM Decoder 1.11 - separate main and dependent views on input are supported FRIMDecode mvc -i input_L.h264 -i input_R.h264 -o output.yuv |
7th November 2013, 21:04 | #72 | Link |
French Love
Join Date: Oct 2008
Location: France
Posts: 456
|
Yeah i test your update NOW !!!
It's possible to compile all *.exe to x64 for increase speed please. Thank
__________________
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; 7th November 2013 at 21:41. |
7th November 2013, 21:40 | #74 | Link |
French Love
Join Date: Oct 2008
Location: France
Posts: 456
|
There seems to have the better with pipe
By FrimEncoder against crashes during encoding with avisynth or MVC track is not decoded to give a black image instead of the right view (MVC). A sync problem or Memory buffer
__________________
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. |
7th November 2013, 22:11 | #77 | Link |
French Love
Join Date: Oct 2008
Location: France
Posts: 456
|
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 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
__________________
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; 7th November 2013 at 22:14. |
7th November 2013, 22:17 | #79 | Link | |
Registered User
Join Date: Feb 2009
Location: Toronto, Ontario, Canada
Posts: 1,059
|
Quote:
__________________
If you fail to plan; you plan to fail, would you not agree? Think about it. |
|
Tags |
encoders, mvc |
Thread Tools | Search this Thread |
Display Modes | |
|
|