saloromer / ffmbc

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

Unable to create DV files with 0.6-rc3 #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm filing this as a bug, but I wouldn't be surprised if I'm the one doing 
something wrong. It could be my input file.

I'm trying to create some DV files. I've tried using the suggested command 
lines here:

http://www.itbroadcastanddigitalcinema.com/ffmpeg_howto.html#Encoding_DVCAM_DVCP
RO25_DVCPRO50

I've also tried the following command:

ffmbc -y -i 2573-9.mpg -target pal-dv paldvtest.dv

The output is always something similar to the following:

FFmpeg version FFmbc-0.6-rc3, Copyright (c) 2000-2011 the FFmpeg developers
  built on Mar 31 2011 13:36:32 with gcc 4.5.2
  configuration: --enable-gpl --enable-version3 --enable-nonfree --enable-shared --enable-postproc --enable-runtime-cpudetect --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-frei0r --enable-libdc1394 --enable-libdirac --enable-libfaac --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-pthreads --enable-libxvid --enable-zlib
  libavutil    50. 38. 0 / 50. 38. 0
  libavcodec   52.112. 1 / 52.112. 1
  libavformat  52. 99. 0 / 52. 99. 0
  libavdevice  52.  2. 3 / 52.  2. 3
  libavfilter   1. 76. 0 /  1. 76. 0
  libswscale    0. 12. 0 /  0. 12. 0
  libpostproc  51.  2. 0 / 51.  2. 0
Input #0, mpeg, from '2573-9.mpg':
  Duration: 00:00:00.56, start: 0.092933, bitrate: 49721 kb/s
    Stream #0.0[0x1e0](und): Video: mpeg2video, yuv422p, 720x608i tff [PAR 608:405 DAR 16:9], 49583 kb/s, 25.00 fps
    Stream #0.1[0x1c0](und): Audio: mp2, 48000 Hz, stereo, s16, 384 kb/s
[ffsink @ 0x104cb80] auto-inserting filter 'auto-inserted scaler 0' between the 
filter 'src' and the filter 'out'
[scale @ 0x109da00] w:720 h:608 fmt:yuv422p -> w:720 h:608 fmt:yuv420p 
flags:0x1004 interlaced:0
[swscaler @ 0x1051370] BICUBIC scaler, from yuv422p to yuv420p using C
[dvvideo @ 0x1094ca0] Found no DV profile for 720x608 yuv420p video
Error while opening encoder for output stream #0.0 - maybe incorrect parameters 
such as bit_rate, rate, width or height

Test File be used here (Available until April 7th):

https://rcpt.yousendit.com/1083770493/0015d6c0ae69ccff23ad78fab44a1eb3

Original issue reported on code.google.com by phillclarke@gmail.com on 31 Mar 2011 at 10:34

GoogleCodeExporter commented 8 years ago
DV only supports 720x480 and 720x576, you have to crop top lines here.

Original comment by baptiste...@gmail.com on 31 Mar 2011 at 10:39

GoogleCodeExporter commented 8 years ago
Right. Of course. I knew it was something simple. Thanks.

Original comment by phillclarke@gmail.com on 31 Mar 2011 at 10:51