View Single Post
Old 20th October 2014, 22:58   #117  |  Link
CaBleman
Registered User
 
Join Date: May 2014
Posts: 7
Thanks for the hint, have conducted tests, still clueless

Hi r0lZ,

thank for the quick reply and for the welcome!

I had tried the Avisynth re-install already, with 2.58 and 2.6 (32 bit).
I assume that Avisynth in general was working because it also belongs in the toolchain of another transcoding tool, called BluRip, which works fine on the same machine.

So I did the tests with AvsPMod you mentioned. Your test script works fine, and when I put _ENCODE_3D_MOVIE.avs of the failing project and start the rendering, all frames are black.

Is there any way I could check the demuxed video parts (the .264 and the .mvc) each by itself with another tool (like vlc, but which file ending to use?)?

And yes, I tried the other encoder option called FRIMSource - in that case I get an error message like this:
---
Code:
Encoding _ENCODE_3D_MOVIE.avs
Movie: xxx
Encoding started 20.10.2014 23:46:02,45

C:\xxx\xxx\xxx\xxx\00xxx_mpls>"D:\xxx\xxx\BD3D2MK3D\toolset\avs2yuv.exe"   "_ENCODE_3D_MOVIE.avs" -frames 198357 -o -     | "D:\xxx\xxx\BD3D2MK3D\toolset\x264_x64.exe"   --crf 20 --preset slow --tune film --profile high --level 4.1   --keyint 96 --no-fast-pskip --b-adapt 2 --ref 4   --frame-packing 3 --qpfile chapters_3D.qpfile   --output "00800_mpls.264" --frames 198357 --demuxer y4m --stdin y4m -
error: ERROR: unknown error (-1),       ..\frim_decode\src\pipeline_decode.cpp (1115)

ERROR: Decoding error.

(_ENCODE_3D_MOVIE.avs, line 32)
x264 [error]: could not open input file `-'
Encoding finished 20.10.2014 23:46:02,58
---

I'm pretty clueless.
I don't have Windows Media Player installed, though (never used it in the past, so why not avoid it totally).
Are there some codecs missing perhaps? Would trying to install ffdshow make any sense?
But, for example, the "XBox video app" in Win8 plays e.g. M2TS just fine...

Thanks for listening,

CaBleman

Last edited by CaBleman; 20th October 2014 at 23:07.
CaBleman is offline