http://www.Linux-Video.net


24x7 LiveWebCam
( requires JavaScript )
VC.Linux-Video.net




Video Standards

Sample Audio Files
Audio Players


Sample MPEGS
MPEG Players

DVD-Howto

HDTV-Howto


Video Server
Video-on-Demand STB

Video Conferencing
CuSeeMe
CoolTalk
NetMeeting
QuickTime


Video-4-Linux
BTTV

ShowTV_on_PC

TV-OUT PCI cards
VGA-TV Specs
matrox

RemoteControl

Encoders

Decoders
Mpeg Libraries

Video ChipSets
DivX chips

To_Sort
Cables

Linux-2.2.18 Config
Linux-2.4.0 Config



Windoze WebCam
Cameras
Commercial
Directory
WebCam Demo
Linux SW
mis SW
WinXX sw
Misc1
Misc2



1U Rackmount Chassis

Custom-Chassis.com

Linux-1U.net

1U-ITX.net


ITX-Blades.net


Small PC cases

Mini-Box.net

Wrap-Box.net

Wrap-OS.net


Wan-Sim.net



Linux-Consulting.com

Linux-CAE.net

Linux-Sec.net

Linux-Boot.net

Linux-Backup.net

Linux-Wireless.org

Linux-Office.net

Linux-Video.net

Linux-VOIP.net

Linux-Jobs.net

Linux-Diff.net

1U-Raid5.net

Linux-Howto.net


Spam Reporting



Free Linux CDs

ISO9660.org

Distro-CD.org

Patch-CD.org



Linux is a registered trademark of
Linus Torvalds

More Linux Legalese


Encoding DVDs
Converting Movies with mencoder ( from mplayer )

  • create *.mpeg
      mencoder movie.wmv -ovc lavc -oac mp3lame -o movie.mpg -of mpeg

  • create *.avi and video to DivX video and the audio track to mp3
      mencoder movie.wmv -o movie.avi -ovc lavc -oac lavc

  • create a DivX AVI using lavc to create mpeg4 for video and your audio to mp2
      mencoder -ovc lavc -oac lavc -ffourcc DX50 -o

  • use mp3 audio
      mencoder movie.wmv -o movie.avi -ovc lavc -oac lavc -lavcopts acodec=mp3

Encoding DVDs with mencoder ( from mplayer )

    MplayerHQ.hu mencoder

  • Convert from StartTime ( 5:00 in ) to EndTime ( 3minutes ) to MPEG4
      mencoder dvd://1 -ovc lavc -lavcopts -ss 5:00 -endpos 3:00 vcodec=mpeg4

  • Convert Chapter to MPEG4
    • convert chapter-1 only
      mencoder dvd://1 -ovc lavc -lavcopts -chapter 1-1 vcodec=mpeg4

    • convert chapter-2 thru chapter-4 only
      mencoder dvd://1 -ovc lavc -lavcopts -chapter 2-4 vcodec=mpeg4

  • To View how it was created
      midentify movie.avi

Encoder Howto


Copyright © 2000
Linux-Consulting
All Rights Reserved.
Updated: Wed Sep 28 09:18:24 2005 PDT