jslhs / ffmbc

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

DVCPRO HD playback flicker in Final Cut Pro #155

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Ran the following from the command line: 
$ ./ffmbc -y -v 3 -i ~/Videos/doomsday_dnxhd.mov -target dvcprohd -map 0:0 -r 
59.94 -acodec pcm_s24le -map 0:1 -threads 8 -timecode 10:09:49\;58 
~/Videos/doomsday_dvcprohd.mov -newaudio -map 0:2 -newaudio -map 0:3 -newaudio 
-map 0:4

What is the expected output? What do you see instead?
The video file produced plays fine in VLC.  In Final Cut Pro, every-other frame 
is vertically offset by about 25% of the height (images are attached).

What version of the product are you using? On what operating system?
FFmbc version 0.7-rc8.  Compiled on Ubuntu 10.04.  Files are also generated on 
this platform.

Please provide any additional information below:
- Full commandline run (with -v 3) and everything the program printed
without the repeating parts.
$ ./ffmbc -y -v 3 -i ~/Videos/doomsday_dnxhd.mov -target dvcprohd -map 0:0 -r 
59.94 -acodec pcm_s24le -map 0:1 -threads 8 -timecode 10:09:49\;58 
~/Videos/doomsday_dvcprohd.mov -newaudio -map 0:2 -newaudio -map 0:3 -newaudio 
-map 0:4

FFmbc version 0.7-rc8
Copyright (c) 2008-2013 Baptiste Coudurier and the FFmpeg developers
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 
'/home/darryl/Videos/doomsday_dnxhd.mov':
  Metadata:
    major_brand: qt  
    minor_version: 512
    compatible_brands: qt  
    encoder: Lavf55.12.100
    timecode: 10:09:49;58
  Duration: 00:00:18.18, bitrate: 154580 kb/s
    Stream #0.0(eng): Video: dnxhd, yuv422p, 1280x720p, 145344 kb/s, 59.94 fps
    Metadata:
      codec_name: dnxhd
    Stream #0.1(eng): Audio: pcm_s24le, 48000 Hz, 2 channels, s32, 2304 kb/s
    Stream #0.2(eng): Audio: pcm_s24le, 48000 Hz, 2 channels, s32, 2304 kb/s
    Stream #0.3(eng): Audio: pcm_s24le, 48000 Hz, 2 channels, s32, 2304 kb/s
    Stream #0.4(eng): Audio: pcm_s24le, 48000 Hz, 2 channels, s32, 2304 kb/s
    Stream #0.5(eng): Data: unknown (tmcd)
Auto-rescaling to dvcprohd resolution
[scale @ 0x1447800] w:1280 h:720 fmt:yuv422p -> w:960 h:720 fmt:yuv422p 
flags:0x4 il:-1
Output #0, mov, to '/home/darryl/Videos/doomsday_dvcprohd.mov':
  Metadata:
    encoder: FFmbc 0.7
    Stream #0.0(und): Video: dvvideo, yuv422p, 960x720p [PAR 4:3 DAR 16:9], 115084 kb/s, 59.94 fps
    Stream #0.1(und): Audio: pcm_s24le, 48000 Hz, 2 channels, s32, 2304 kb/s
    Stream #0.2(und): Audio: pcm_s24le, 48000 Hz, 2 channels, s32, 2304 kb/s
    Stream #0.3(und): Audio: pcm_s24le, 48000 Hz, 2 channels, s32, 2304 kb/s
    Stream #0.4(und): Audio: pcm_s24le, 48000 Hz, 2 channels, s32, 2304 kb/s
Stream mapping:
  Stream #0.0 -> #0.0
  Stream #0.1 -> #0.1
  Stream #0.2 -> #0.2
  Stream #0.3 -> #0.3
  Stream #0.4 -> #0.4
Press [q] to stop, [?] for help
frame= 1090 fps=101 q=0.0 Lsize=  275973kB time=00:00:18.18 
bitrate=124321.7kbits/s               
video:255469kB audio:20458kB global headers:0kB muxing overhead 0.016715%

- Upload your sample somewhere and supply url
samples located here: 
https://drive.google.com/folderview?id=0B7WMKzeUTlzhSk42dUtfVUJSZm8&usp=sharing

Original issue reported on code.google.com by walla...@gmail.com on 14 Aug 2013 at 9:11

Attachments:

GoogleCodeExporter commented 8 years ago
I forgot to mention, I also get the warning on importing this media into FCP7 
that says:  "The following media files are not optimized for Final Cut Pro."

I have another DVCPRO HD file (unfortunately, I cannot distribute that file) 
that, upon import to FCP7 does not raise that warning.  

Original comment by walla...@gmail.com on 14 Aug 2013 at 9:14

GoogleCodeExporter commented 8 years ago
I should also note that it appears generating DVCProHD files seems to work with 
1080i59.94 and FCP7.

Original comment by walla...@gmail.com on 15 Aug 2013 at 9:43

GoogleCodeExporter commented 8 years ago

Original comment by baptiste...@gmail.com on 1 Apr 2014 at 4:36