[FFmpeg-user] How to? DVCPRO NTSC --> DVCPRO PAL

Iban Garcia ibantxo28 at gmail.com
Tue Dec 18 20:27:11 CET 2012


I have tried many ways:
- ffmpeg -y -i kk.mov -an -r 25/1 -s 720x576 kk.dv
- ffmpeg -y -i kk.mov -an -r 25 kk.dv
etc...
But none of them allows to get a 720x576 25fps

Any help to transcode a DVCPRO25 NTSC content into DVCPRO25 PAL?

Many thanks in advance!!!


ffmpeg version 1.0.git Copyright (c) 2000-2012 the FFmpeg developers
  built on Oct  3 2012 12:42:45 with gcc 4.5 (SUSE Linux)
  configuration: --shlibdir=/usr/lib64 --prefix=/usr/local
--mandir=/usr/share/man --libdir=/usr/local/lib --enable-pthreads
--enable-shared --enable-libvorbis --enable-gpl --enable-x11grab
--enable-libx264 --enable-libmp3lame --enable-postproc --enable-nonfree
--arch=x86_64 --cpu=64
  libavutil      51. 73.101 / 51. 73.101
  libavcodec     54. 63.100 / 54. 63.100
  libavformat    54. 29.105 / 54. 29.105
  libavdevice    54.  3.100 / 54.  3.100
  libavfilter     3. 19.102 /  3. 19.102
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 16.100 /  0. 16.100
  libpostproc    52.  1.100 / 52.  1.100
Guessed Channel Layout for  Input Stream #0.1 : stereo
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'kk.mov':
  Metadata:
    major_brand     : qt
    minor_version   : 537199360
    compatible_brands: qt
    creation_time   : 2012-11-13 06:57:33
  Duration: 00:54:43.08, start: 0.000000, bitrate: 30314 kb/s
    Stream #0:0(eng): Video: dvvideo (dvc  / 0x20637664), yuv411p, 720x480
[SAR 8:9 DAR 4:3], 28771 kb/s, SAR 10:11 DAR 15:11, 29.97 fps, 29.97 tbr,
2997 tbn, 29.97 tbc
    Metadata:
      creation_time   : 2012-11-13 06:57:33
      handler_name    : Apple Alias Data Handler
      timecode        : 03:38:24;09
    Stream #0:1(eng): Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz,
stereo, s16, 1536 kb/s
    Metadata:
      creation_time   : 2012-11-13 06:57:33
      handler_name    : Apple Alias Data Handler
    Stream #0:2(eng): Data: none (tmcd / 0x64636D74)
    Metadata:
      creation_time   : 2012-11-13 07:06:13
      handler_name    : Apple Alias Data Handler
      timecode        : 03:38:24;09
[dv @ 0x6304e0] Drop frame is only allowed with 30000/1001 FPS
Output #0, dv, to 'kk.dv':
  Metadata:
    major_brand     : qt
    minor_version   : 537199360
    compatible_brands: qt
    encoder         : Lavf54.29.105
    Stream #0:0(eng): Video: dvvideo, yuv411p, 720x576 [SAR 12:11 DAR
15:11], q=2-31, 200 kb/s, 90k tbn, 25 tbc
    Metadata:
      creation_time   : 2012-11-13 06:57:33
      handler_name    : Apple Alias Data Handler
      timecode        : 03:38:24;09
Stream mapping:
  Stream #0:0 -> #0:0 (dvvideo -> dvvideo)


More information about the ffmpeg-user mailing list