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. |
![]() |
#341 | Link | |
Registered User
Join Date: May 2006
Posts: 3,977
|
Quote:
VFW-Configuration/Decoder/Codecs => RAW Video =>all supported Last edited by Sharc; 26th November 2013 at 20:43. |
|
![]() |
![]() |
![]() |
#342 | Link | |
Registered User
Join Date: Sep 2013
Location: Czech Republic
Posts: 316
|
Quote:
Try also suggestion from Sharc. FRIM is reading frames via VFW AVI-API, and requests final YUV420 stream. The original source is hidden behind this API and VFW/Windows/installed codecs are responsible for proper transformation. |
|
![]() |
![]() |
![]() |
#345 | Link | |
Registered User
Join Date: Jan 2007
Posts: 43
|
Thankyou Sharc and Videofan3d
Quote:
I have found that the avs file will not play if the converttoyv12 is included. If I remove it it does play but also says it does not recognize avs file. So there does seem be be something wrong with converttoyv12. |
|
![]() |
![]() |
![]() |
#346 | Link | |
Registered User
Join Date: May 2006
Posts: 3,977
|
Quote:
- When I don't enable it for VFW I get exactly your error messages. - When I set it to "all supported" it works just fine. Make sure that you press the 'Accept' button before OK in the ffdshow GUI. Pressing OK only is not effective. You may also want to try with DirectShowSource("....") in your script instead of AVISource. Last edited by Sharc; 27th November 2013 at 08:18. |
|
![]() |
![]() |
![]() |
#347 | Link |
Registered User
Join Date: Jan 2007
Posts: 43
|
I have definitly set "all supported" for RAW ffdshow. I tried direct show but that did work in virtualdub but not in wmp. I have uninstalled avisynth and reinstalled ( version 18 September 2013 2.6.0.4). I have also tried an avi file compressed with Lagarith YV12 and that does not work either. I am using windows 7 64bit.
|
![]() |
![]() |
![]() |
#348 | Link | |
Registered User
Join Date: Feb 2009
Location: Toronto, Ontario, Canada
Posts: 1,059
|
Quote:
More info from you would help.
__________________
If you fail to plan; you plan to fail, would you not agree? Think about it. |
|
![]() |
![]() |
![]() |
#349 | Link |
Registered User
Join Date: May 2006
Posts: 3,977
|
@trevorjharris
Do you have codec packs installed? Filter merit changed? Maybe you run Codec Tweak Tool and check for broken filters. When your *.avs plays in any other player (like vdub, mpc, mpc-hc) except wmp then you should not get error messages with FRIMencode, even though your script may not play in wmp. Don't worry about wmp. Last edited by Sharc; 27th November 2013 at 23:18. |
![]() |
![]() |
![]() |
#351 | Link | |
French Love
Join Date: Oct 2008
Location: France
Posts: 456
|
@videofan3d
FRIMencode with avisynth 2.5.8 stable version now fixed ![]() Thank's for FIX. Quote:
__________________
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. |
|
![]() |
![]() |
![]() |
#354 | Link | ||
Registered User
Join Date: Nov 2013
Posts: 26
|
Hi there!
I have a broblem with AVS with RawSource() encoding. Execute string Quote:
Quote:
VirtualDub opens AVS file properly (watch the attache file) But FRIM Encoder runs with 0 frames encoded Code:
FRIM Encoder version 1.18 (build: Nov 26 2013) - based on Intel(R) Media SDK Media SDK impl SOFTWARE (d:\TEMP\MyDCPConverter\Tools\libmfxsw32.dll) Media SDK version 1.7 Memory type System Input format YUV420 Output video AVC Source picture: Resolution 1920x1088 Crop X,Y,W,H 0,0,1920,1080 Destination picture: Resolution 1920x1088 Crop X,Y,W,H 0,0,1920,1080 Frame rate 24.000 Bitrate control VBR avg,maximum 28000,40000 GOP structure: GOP length 24 I-/P-frame distance 4 IDR-frame interval 0 GOP type Opened Num of slices 6 Target usage 1 (quality) Processing started Frame number: 0 Processing finished in 0.01 seconds Last edited by alexxdls; 29th November 2013 at 13:13. |
||
![]() |
![]() |
![]() |
#355 | Link |
Registered User
Join Date: May 2006
Posts: 3,977
|
alexxdls:
Try with changing position of -viewoutput Tools\FRIMEncode -tab 2 -i d:\TRAILERS\DCP\47-RONIN_TLR-C-3D_S_RU-XX_RU_51_2K_UP_20131030_MPS_IOP_OV\47-RONIN_TLR-C-3D_S_RU-XX_RU_51_2K_UP_20131030_MPS_IOP_OV_BD3D.avs -viewoutput -o::mvc d:\TRAILERS\DCP\47-RONIN_TLR-C-3D_S_RU-XX_RU_51_2K_UP_20131030_MPS_IOP_OV\47-RONIN_TLR-C-3D_S_RU-XX_RU_51_2K_UP_20131030_MPS_IOP_OV.avc d:\TRAILERS\DCP\47-RONIN_TLR-C-3D_S_RU-XX_RU_51_2K_UP_20131030_MPS_IOP_OV\47-RONIN_TLR-C-3D_S_RU-XX_RU_51_2K_UP_20131030_MPS_IOP_OV.mvc -w 1920 -h 1080 -f 24 -vbr 28000 40000 -u 1 Last edited by Sharc; 29th November 2013 at 14:28. |
![]() |
![]() |
![]() |
#356 | Link | |
Registered User
Join Date: Nov 2013
Posts: 26
|
Quote:
|
|
![]() |
![]() |
![]() |
#357 | Link | |
Registered User
Join Date: Sep 2013
Location: Czech Republic
Posts: 316
|
Quote:
-avi is missing (Avisynth script is kind of avi-file ) -w -h and -f are then redundant Last edited by videofan3d; 29th November 2013 at 15:08. |
|
![]() |
![]() |
![]() |
#358 | Link | |
Registered User
Join Date: Nov 2013
Posts: 26
|
Quote:
Code:
d:\TEMP\MyDCPConverter>Tools\FRIMEncode -avi -tab 2 -i d:\TRAILERS\DCP\47-RONIN_ TLR-C-3D_S_RU-XX_RU_51_2K_UP_20131030_MPS_IOP_OV\47-RONIN_TLR-C-3D_S_RU-XX_RU_51 _2K_UP_20131030_MPS_IOP_OV_BD3D.avs -o::mvc d:\TRAILERS\DCP\47-RONIN_TLR-C-3D_S_ RU-XX_RU_51_2K_UP_20131030_MPS_IOP_OV\47-RONIN_TLR-C-3D_S_RU-XX_RU_51_2K_UP_2013 1030_MPS_IOP_OV.avc d:\TRAILERS\DCP\47-RONIN_TLR-C-3D_S_RU-XX_RU_51_2K_UP_201310 30_MPS_IOP_OV\47-RONIN_TLR-C-3D_S_RU-XX_RU_51_2K_UP_20131030_MPS_IOP_OV.mvc -vie woutput -vbr 28000 40000 -u 1 FRIM Encoder version 1.18 (build: Nov 26 2013) - based on Intel(R) Media SDK ERROR: Cannot get YUV420 frame from input avi-file d:\TRAILERS\DCP\47-RONIN_TLR- C-3D_S_RU-XX_RU_51_2K_UP_20131030_MPS_IOP_OV\47-RONIN_TLR-C-3D_S_RU-XX_RU_51_2K_ UP_20131030_MPS_IOP_OV_BD3D.avs ERROR: File reader initialization failed. ERROR: Cannot start encoding process. |
|
![]() |
![]() |
![]() |
#359 | Link | |
Registered User
Join Date: Sep 2013
Location: Czech Republic
Posts: 316
|
Quote:
Now read an advice about ffdshow setting just few post above ![]() (From Sharc to trevorjharris) |
|
![]() |
![]() |
![]() |
#360 | Link |
Registered User
Join Date: Jan 2007
Posts: 43
|
Hardware Acceleration
I am finding Frimencode to be rather slow. I have an HP Z800 with 2 xeon X5660 (24 threads), 48 GB of memory, Raid 5 drives and Quatro 5000 graphics card. I am getting about 1.5 frames per second with an mvc encode. I run windows 7 64 bit. I guess the the Intel Media SDK only supports hardware acceleration on it's own gpu's. My graphics card has a load of CUDA gpus. Can Intel Media SDK use Nvidias GP or can I buy a pci card with a supported Intel accelerator on it?
Thanks |
![]() |
![]() |
![]() |
Tags |
encoders, mvc |
Thread Tools | Search this Thread |
Display Modes | |
|
|