jslhs / ffmbc

Automatically exported from code.google.com/p/ffmbc
0 stars 0 forks source link

Encoding from avisynth RGB source issue #89

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by andrew.k...@gmail.com on 29 Feb 2012 at 8:26

GoogleCodeExporter commented 8 years ago
Can you please share/paste your avisynth script ?

Original comment by baptiste...@gmail.com on 2 Mar 2012 at 8:37

GoogleCodeExporter commented 8 years ago
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.

Original comment by andrew.k...@gmail.com on 2 Mar 2012 at 8:44

GoogleCodeExporter commented 8 years ago
All right, thanks, this will be fixed in the next rc due next week

Original comment by baptiste...@gmail.com on 2 Mar 2012 at 10:24

GoogleCodeExporter commented 8 years ago
Should be fixed in rc6

Original comment by baptiste...@gmail.com on 8 Mar 2012 at 6:36