jslhs / ffmbc

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

output resolution not ok for dvcprohd when using avcintra 100 raw in input #103

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.ffmbc.exe -i f:\033736-v.avc -target dvcprohd -y 
t:\encodage\test\dvcprohd2.mxf
2.
3.

What is the expected output? What do you see instead?
Video resolution: 1440x1080
 we obtain: 1920x1080

Bitrate: 100M
 we obtain : 115M

What version of the product are you using? On what operating system?
ffmbc 0.7r7
Windows 2008 standard R2 SP1

The problem came when you output in MXF. When you try a MOV the tool detect 
that it's in 1440x1080 (in reality when you watch the video you are still in 
1920x1080). When you ask in MXF the output is in 1920x1080....

When I try to put "-vf scale=1440:1080" ffmbc crash...

Console output:
FFmbc version 0.7-rc7
Copyright (c) 2008-2012 Baptiste Coudurier and the FFmpeg developers
[h264 @ 003C99C0] Estimating duration from bitrate, this may be inaccurate
Input #0, h264, from 'f:\033736-v.avc':
  Duration: N/A, start: 0.000000, bitrate: N/A
    Stream #0.0(und): Video: h264 (High 4:2:2 Intra), yuv422p10le, 1920x1080i bf
f [PAR 1:1 DAR 16:9], 25.00 fps
[scale @ 003CAF60] w:1920 h:1080 fmt:yuv422p10le -> w:1920 h:1080 fmt:yuv422p fl
ags:0x4
Auto-rescaling to dvcprohd resolution
[scale @ 003CC400] w:1920 h:1080 fmt:yuv422p10le -> w:1440 h:1080 fmt:yuv422p fl
ags:0x4
Output #0, mov, to 't:\encodage\test\dvcprohd2.mxf':
  Metadata:
    encoder: FFmbc 0.7
    Stream #0.0(und): Video: dvvideo, yuv422p, 1440x1080p [PAR 4:3 DAR 16:9], 11
5200 kb/s, 25.00 fps
Stream mapping:
  Stream #0.0 -> #0.0
Press [q] to stop, [?] for help
frame=    3 fps= 10 q=0.0 size=    1688kB time=00:00:00.12 bitrate=115202.4kbits
frame=    5 fps=  6 q=0.0 size=    2813kB time=00:00:00.20 bitrate=115201.4kbits
frame=    7 fps=  6 q=0.0 size=    3938kB time=00:00:00.28 bitrate=115201.0kbits
frame=    9 fps=  6 q=0.0 size=    5063kB time=00:00:00.36 bitrate=115200.8kbits
frame=   11 fps=  6 q=0.0 size=    6188kB time=00:00:00.44 bitrate=115200.7kbits
frame=   13 fps=  6 q=0.0 size=    7313kB time=00:00:00.52 bitrate=115200.6kbits
frame=   15 fps=  6 q=0.0 size=    8438kB time=00:00:00.60 bitrate=115200.5kbits
replacing header in front, copying  8.79MB
frame=   16 fps=  5 q=0.0 Lsize=    9001kB time=00:00:00.64 bitrate=115211.1kbit
s/s
video:9000kB audio:0kB global headers:0kB muxing overhead 0.009679%

Please provide any additional information below:

- Full commandline run (with -v 3) and everything the program printed
without
the repeating parts.
- Upload your sample somewhere and supply url

Original issue reported on code.google.com by ilf.mou...@gmail.com on 15 Jun 2012 at 10:57

GoogleCodeExporter commented 8 years ago
DVCPROHD only supports 1440x1080 and that the encoder is using.
Display resolution in the MXF is set to 1920x1080 however as the decoder as to 
rescale the picture before display.

Original comment by baptiste...@gmail.com on 15 Jun 2012 at 10:09

GoogleCodeExporter commented 8 years ago
Ok so my decoder is not working right... 
Thanks

Original comment by ilf.mou...@gmail.com on 16 Jun 2012 at 6:03