New issue 89 by andrew.k...@gmail.com: Encoding from avisynth RGB source
issue
http://code.google.com/p/ffmbc/issues/detail?id=89
ffmbc 0.7-rc5 (Jan 13).
Encoding from avisynth script with RBG (24 and 32) format as output creates
upside down video. Tested with ProRes and DNxHD encoders.
Same encode from rendered RGB avi file is fine- it suggest problem with
ffmbc avisynth input module.
Can you please share/paste your avisynth script ?
Any script with:
converttorgb() or converttorgb24() at the end.
Mine was:
avisource(...)
converttorgb()
My source (after decoding) was YUY2 (GV's HQX codec).
After removing converttorgb() line everything was fine.
All right, thanks, this will be fixed in the next rc due next week
Comment #4 on issue 89 by baptiste...@gmail.com: Encoding from avisynth RGB
source issue
http://code.google.com/p/ffmbc/issues/detail?id=89
Should be fixed in rc6