jslhs / ffmbc

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

ODML index invalid when opening mounted avs script #167

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. using 0.7-rc8
2. uisng pismo file mount/avfs to mount avs scripts
3. processing mounted AVI with RC8 into ProRes HQ outputs "ODML index invalid" 
error message. stops proocessing after a few frames.

What is the expected output? What do you see instead?
RC7 does not have any problems with this. The mounted avi's could be written 
into ProRes HQ.

What version of the product are you using? On what operating system?
Win 7, 64 bit; ffmbc 0.7 RC8 (ODML index error), ffmbc 0,7 RC7 (no errors)

Please provide any additional information below:
see output of both tests:
FFmbc version 0.7-rc7
Copyright (c) 2008-2012 Baptiste Coudurier and the FFmpeg developers
Input #0, avi, from 'S:\5994i.avs\5994i.avi':
  Duration: 01:26:34.68, start: 0.000000, bitrate: 994398 kb/s
    Stream #0.0(und): Video: rawvideo, yuyv422, 1920x1080p, 29.97 fps
Incompatible pixel format 'yuyv422' for codec 'prores', auto-selecting format 
'yuv422p10le'
[scale @ 038F5200] w:1920 h:1080 fmt:yuyv422 -> w:1920 h:1080 fmt:yuv422p10le 
flags:0x4
Output #0, mov, to 'S:\Test-mov_RC7.mov':
  Metadata:
    encoder: FFmbc 0.7
    Stream #0.0(und): Video: prores, yuv422p10le, 1920x1080p [PAR 1:1 DAR 16:9], 219980 kb/s, 29.97 fps
Stream mapping:
  Stream #0.0 -> #0.0
Press [q] to stop, [?] for help

FFmbc version 0.7-rc8
Copyright (c) 2008-2013 Baptiste Coudurier and the FFmpeg developers
[avi @ 01759e80] ODML index invalid
    Last message repeated 149 times
Input #0, avi, from 'S:\5994i.avs\5994i.avi':
  Duration: 01:26:34.68, bitrate: 2239 kb/s
    Stream #0.0(und): Video: rawvideo, yuyv422, 1920x1080p, 29.97 fps
Incompatible pixel format 'yuyv422' for codec 'prores', auto-selecting format 
'yuv422p10le'
[scale @ 032479a0] w:1920 h:1080 fmt:yuyv422 -> w:1920 h:1080 fmt:yuv422p10le 
flags:0x4 il:0
Output #0, mov, to 'S:\Test-mov_RC8-32.mov':
  Metadata:
    encoder: FFmbc 0.7
    Stream #0.0(und): Video: prores, yuv422p10le, 1920x1080p [PAR 1:1 DAR 16:9], 219980 kb/s, 29.97 fps
Stream mapping:
  Stream #0.0 -> #0.0
Press [q] to stop, [?] for help

- Full commandline run (with -v 3) and everything the program printed
without
the repeating parts.
see the information from the command line with -v 6 in the attached textfile 
(last three frames before processing stops)

Best regards,
Harald

Original issue reported on code.google.com by harger.h...@googlemail.com on 7 Jan 2014 at 3:38

Attachments:

GoogleCodeExporter commented 8 years ago
Windows build is probably broken

Original comment by baptiste...@gmail.com on 23 Jan 2014 at 7:13