On 2009-02-28 Terje J. Hanssen wrote

>>
>>> I can playback this 1280x720 H.264 AVI clip with Xine on openSUSE 11.1
>>> in fullscreen mode on a 1920x1200 display. Gnome Mplayer also worked in
>>> normal mode, but didn't playback fullscreen video (dual window, one
>>> statical)
>>>
>>> Cinelerra File>Load files.. was not able to determine the format of this
>>> H.264 AVI clip, at least not with the default settings.
>>>
>>> Q1) Is it neccessary to convert or 'transcode' the clip with other tools
>>> first or use especial settings in Cinelerra before loading and
>>> editing ??
>>>
>>> Q2) And for DVD?

I've done the following steps so far:

First, to get an overview of the H.264 AVI clip format:

ffmpeg -i clip0021.avi
.........
Input #0, avi, from 'clip0021.avi':
 Duration: 00:01:41.76, start: 0.000000, bitrate: 4242 kb/s
   Stream #0.0: Video: h264, yuv420p, 1280x720, 30.00 tb(r)
   Stream #0.1: Audio: adpcm_ms, 22050 Hz, mono, s16, 88 kb/s


1) Converted to MPEG2 1280x720p (by modifying the dvd video template)

ffmpeg -i clip0021.avi -target pal-dvd -s 1280x720 clip0021_1280x720.mpg


2 a) Converted to DVD video 720x576 PAL (by cropping both sides)

ffmpeg -i clip0021.avi -cropleft 160 -cropright 160 -target pal-dvd
-aspect 4:3 clip0021.mpg

2 b) Converted to DVD video 720x576 PAL (by adding black panels on top
and bottom, wide letterbox)

ffmpeg -i clip0021.avi -target pal-dvd -s 720x404 -padtop 86 -padbottom
86 clip0021_ltrbox.mpg


I would like to get comments, possibly other suggestions to the above !!!!!!


Rgds,
Terje





_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to