Re: Decode Panasonic HDC-SD100 AVDHCD (H.264) videos to PAL DVD, output video plays too slow
Ken <kensystem <at> gmail.com>
2008-10-01 14:10:07 GMT
tommi.raita-aho <at> elisanet.fi wrote:
> Hi,
>
> I have problems with converting videos from my new full HD camcorder
> (Panasonic HDC-SD100) to other formats like PAL-DVD. The PAL-DVD
> encoded video plays too slow. I read manuals FAQs, tried different
> options but no help with pure ffmpeg command.
>
> ffmpeg is very new from svn and x264 also new from git (both less than
> one week old) (x264 from here: http://git.videolan.org/)
>
> My basic command and output:
>
> % ffmpeg -i 00004.mts -target pal-dvd 00004.mpg
> FFmpeg version SVN-r15461, Copyright (c) 2000-2008 Fabrice Bellard, et al.
> configuration: --extra-cflags=-O3 --enable-libfaac --enable-libmp3lame --enable-liba52
--enable-liba52bin --enable-libfaad --enable-gpl --enable-libxvi
> d --enable-libx264 --enable-nonfree --enable-swscale
> libavutil 49.11. 0 / 49.11. 0
> libavcodec 52. 0. 0 / 52. 0. 0
> libavformat 52.22. 1 / 52.22. 1
> libavdevice 52. 1. 0 / 52. 1. 0
> libswscale 0. 6. 1 / 0. 6. 1
> built on Sep 29 2008 15:52:37, gcc: 4.1.2 20070925 (Red Hat 4.1.2-33)
> Input #0, mpegts, from '00004.mts':
> Duration: 00:00:49.92, start: 0.374944, bitrate: 16304 kb/s
> Program 1
> Stream #0.0[0x1011]: Video: h264, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], 25.00 tb(r)
> Stream #0.1[0x1100]: Audio: liba52, 48000 Hz, 5:1, s16, 384 kb/s
> File '00004.mpg' already exists. Overwrite ? [y/N] y
(Continue reading)