Tutorial - Linux - AVI-MPEG(DVD) |
|
| Author | Ian - Tutorial Posts = 62 |
Linux - How to convert AVI-MPEG/DVDThis shall serve as a reminder for myself and may help others. The software that I have used is
To convert the avi file into a mpeg file for a PAL 352x288 screen, there is different settings either use the 'man' or goto the
Transcode
website for viewing the conversion in more detail. The command line that I use is
max_bitrate=4000000.0 this will reduce the bitrate to 4000 kpbs. The profile is passed to the transcode program within the 3rd parameter to -F, also the parameter -A means to use the internal AC3 codec.transcode -i<AVI FILM> -V -y mpeg -F d,,dvd.prof -m <OUTPUTFILENAME.AC3> -A 0x2000 -fps 25 -o <OUTPUTFILENAME> Joining the OUTPUTFILENAME's together
To join these two segments together Hope that helps, and this also servers as a reminder to me :) |
|
| Copyright@CodingFriends, 2005-2006. All Rights Reserved. | |
| Home | Forums | Tutorials | Users | |
