Trying to convert files from a video camera (Generic - Kogan branded). The default conversion tool supplied is "on the camera", works in Windows, and will only work while the camera is detected. (A PItA)
Mediainfo gives me the following info:
General
Complete name : /home/Movies/Wedding/Original/FILE0002.AVI
Format : AVI
Format/Info : Audio Video Interleave
File size : 37.1 MiB
Duration : 26s 526ms
Overall bit rate mode : Variable
Overall bit rate : 11.7 Mbps
Recorded date : 2012-11-28
Writing library : AMBA
ICRT : 12:14:16
Video
ID : 0
Format : AVC
Format/Info : Advanced Video Codec
Format profile : Main@L4.2
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Format settings, GOP : M=3, N=15
Codec ID : H264
Duration : 26s 526ms
Bit rate mode : Variable
Bit rate : 11.3 Mbps
Maximum bit rate : 13.2 Mbps
Width : 1 280 pixels
Height : 720 pixels
Display aspect ratio : 16:9
Frame rate : 29.970 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.410
Stream size : 35.8 MiB (97%)
Audio
ID : 1
Format : ADPCM
Codec ID : 11
Codec ID/Hint : Intel
Duration : 26s 490ms
Bit rate mode : Constant
Bit rate : 384 Kbps
Channel(s) : 2 channels
Sampling rate : 48.0 KHz
Bit depth : 4 bits
Stream size : 1.22 MiB (3%)
Interleave, duration : 43 ms (1.28 video frame)
Am trying to use Linux, and by default ffmpeg, and using the following command: ffmpeg -i $1 -aspect 16:9 -target pal-dvd $1'.mpeg'
This works, but the final DVD is very jerky and hard to watch...
Can anyone suggest how I can improve on this?
Thanks, John.
+ Reply to Thread
Results 1 to 2 of 2
-
-
Because PAL is 25fps and your source is 29.97fps(NTSC standard framerate). So try convert to NTSC instead. -target ntsc-dvd
Most dvd players should be able to handle both PAL and NTSC.
Similar Threads
-
How to convert 16:9 AVC to anamorphic MPEG-2 for DVD
By Xoanon in forum Video ConversionReplies: 26Last Post: 26th Aug 2012, 23:15 -
Using ffmpeg command line to convert a .vob(DVD) to avi/mpeg
By alfo666 in forum Newbie / General discussionsReplies: 1Last Post: 13th Sep 2009, 03:14 -
How to use FFMPEG to convert avi/wmv to 3g2 files(mobiile phone)?
By alfo666 in forum Newbie / General discussionsReplies: 3Last Post: 5th Sep 2009, 17:10 -
convert avi to dvd with ffmpeg doesn't work-why?
By lilly333 in forum ffmpegX general discussionReplies: 21Last Post: 18th Mar 2009, 16:00 -
problems with ffmpeg x - trying to convert QT and AVI files to Flash
By Aylam in forum ffmpegX general discussionReplies: 7Last Post: 17th Sep 2008, 20:50