jslhs / ffmbc

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

full chroma int flag not working properly #109

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. export prores quicktime to dpx sequence
2.
3.

What is the expected output? What do you see instead?
discussed in detail with baptiste coudurier

What version of the product are you using? On what operating system?
ffmbc 0.7 rc7 on windows 7 x64

Please provide any additional information below:

- Full commandline run (with -v 3) and everything the program printed
without
the repeating parts.

ffmbc.exe -i c:\temp\A004C003_120419_R2F8.mov -ss 0.042 -t 1.043 -pix_fmt 
rgb48be -sws_flags +full_chroma_int c:\temp\test\test2.%05d.dpx
FFmbc version 0.7-rc7
Copyright (c) 2008-2012 Baptiste Coudurier and the FFmpeg developers
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'c:\temp\A004C003_120419_R2F8.mov':
  Metadata:
    major_brand: qt
    minor_version: 537199360
    compatible_brands: qt  ARRI
    creation_time: 2012-04-19 13:20:00
    com.apple.finalcutstudio.media.uuid: 1c870e07-0000-4000-8ae8-19940000000
    com.arri.camera.CameraId: R2F8
    com.arri.camera.CameraIndex: A
    com.arri.camera.CameraModel: ARRI ALEXA
    com.arri.camera.CameraSerialNumber: 3140
    com.arri.camera.ColorGammaSxS: LOG-C
    com.arri.camera.ExposureIndexAsa: 1280
    com.arri.camera.EyeIndex: SINGLE
    com.arri.camera.LookFileActive: Warm0722
    com.arri.camera.LookFileBurnedIn: No
    com.arri.camera.LookFileXml: <!-- ARRI Digital Camera Look File -->.<!-- This XML format is u
    com.arri.camera.MasterSlave: OFF
    com.arri.camera.ProjectFps: 23976
    com.arri.camera.ReelName: A004R2F8
    com.arri.camera.SensorFps: 20000
    com.arri.camera.ShutterAngle: 2340
    com.arri.camera.SupVersion: 5.0:16667
    com.arri.camera.SxsSerialNumber: a00000000000108
    com.arri.camera.UserDate: 20120419
    com.arri.camera.UserTime: 13h20m00s
    com.arri.camera.WhiteBalanceKelvin: 5600
    com.arri.camera.WhiteBalanceTintCc: 0
    timecode: 00:15:16:23
  Duration: 00:00:04.04, start: 0.000000, bitrate: 281574 kb/s
    Stream #0.0(eng): Video: prores, yuv444p10le, 1920x1080p, 275551 kb/s, PAR 1:1 DAR 16:9, 23.98 fps
    Metadata:
      codec_name: Apple ProRes 4444
    Stream #0.1(eng): Data: unknown (tmcd)
    Metadata:
      reel_name(eng): A004R2F8
[scale @ 003F3A00] w:1920 h:1080 fmt:yuv444p10le -> w:1920 h:1080 fmt:rgb48be 
flags:0x2004
Output #0, image2, to 'c:\temp\test\test2.%05d.dpx':
  Metadata:
    encoder: FFmbc 0.7
    Stream #0.0(und): Video: dpx, rgb48be, 1920x1080p [PAR 1:1 DAR 16:9], vbr, lossless, 23.98 fps
Stream mapping:
  Stream #0.0 -> #0.0
Press [q] to stop, [?] for help
frame=   26 fps=  5 q=0.0 Lsize=       0kB time=00:00:01.08 bitrate=   
0.0kbits/s dup=1 drop=0
video:315942kB audio:0kB global headers:0kB muxing overhead 0.000000%

- Upload your sample somewhere and supply url

Original issue reported on code.google.com by oliverh...@gmail.com on 12 Jul 2012 at 3:12