<---- template headericclude ----->
make video dvd
FedoraForum.org - Fedora Support Forums and Community
Results 1 to 5 of 5
  1. #1
    Wangberg Guest

    make video dvd

    i've never had luck in the past copying or backing up DVD's with fedora (or windows for that matter) so sort of just abandon the idea.

    Currently i have a ton of .avi's and have no idea what i can do to get them to play in a DVD player. I'd like to watch them on my TV, in the DVD player, but really have no idea what steps, process, conversion, etc. i should use to burn the .avi's to DVD. *the player wouldn't play the .avi.*

    any ideas or push in the right direction would be most appreciated!

    thanks!

  2. #2
    Wayne Guest
    Enable Livna and:

    yum install devede

    Wayne

  3. #3
    Join Date
    Feb 2008
    Location
    Toronto, Canada
    Posts
    14
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've found mencoder very helpful for this. It's part of the mplayer package. Do some reading on mplayer's web page and you'll have it in no time. Typically, a command looks somthing like this:

    Code:
    mencoder -oac lavc -ovc lavc -of mpeg \
       -mpegopts format=dvd:tsaf \
       -vf scale=720:480,harddup \
       -srate 48000 -af lavcresample=48000 \
       -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:keyint=18:vstrict=0:acodec=ac3:abitrate=192:aspect=4/3:trell=yes:mbd=2 \
       -ofps 30000/1001 -o outfile.mpg infile.avi

  4. #4
    Wangberg Guest
    fellas,

    i appreciate your suggestions thus far.

    Wayne,

    I tired devede and it took 3 hours to convert 2 600 mb files into a video DVD format, and it doesn't play in any of my players (even multiregion player).

    Scruffy72,

    when i get the time to dig into mencoder, i certainly will!

    Thanks for the suggestions and if anyone else has more, please let me know! Are there any FAQ's out there, to bring me up to speed as to what people are doing for ripping DVD's in linux or converting .avi's to a format that is compatible with most DVD players? I would like to educate myself rather than posting un-researched requests

    thanks Again!

  5. #5
    Join Date
    Oct 2005
    Posts
    1,952
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I created some DVDs using Devede and found that they didn't work on an old DVD player but played on newer ones. Can we assume that your player doesn't do DivX?
    Desktop (64-bit) - F12, Debian Sid, OpenSUSE 11.2, ArchLinux

Similar Threads

  1. Make video settings persistent
    By lunatic59 in forum Using Fedora
    Replies: 8
    Last Post: 8th September 2009, 07:30 PM
  2. How speed up/make smoother - video?
    By 6tr6tr in forum Using Fedora
    Replies: 7
    Last Post: 2nd July 2009, 11:52 PM
  3. How to make a tutorial video?
    By Gandurash in forum Using Fedora
    Replies: 2
    Last Post: 29th January 2008, 02:36 PM
  4. I want to make a video
    By stanjam in forum Using Fedora
    Replies: 1
    Last Post: 14th November 2006, 04:19 AM
  5. how to make /dev/video
    By shams in forum Hardware
    Replies: 6
    Last Post: 7th February 2006, 09:37 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
[[template footer(Guest)]]