$ xine --list-plugins
| Format | Name | Anmerkung |
|---|---|---|
| MJPEG | Motion JPEG | Kompression jedes Einzelbildes als JPEG http://de.wikipedia.org/wiki/MJPEG |
| DV | Digital Video | MJPEG-ähnliches Kompressionsverfahren, http://de.wikipedia.org/wiki/Digital_Video |
| MPEG | Moving Picture Experts Group | Kompression von Einzelbildgruppen anhand von Differenzen http://de.wikipedia.org/wiki/Moving_Picture_Experts_Group |
| AVI | Audio Video Interleave | Containerformat für Audio, Video, ... http://de.wikipedia.org/wiki/AVI |
| DivX, Xvid | MPEG4-Implementationen http://www.divx.com |
|
| MOV | QuickTime Movie | Videoformat des QuickTime-Frameworks http://de.wikipedia.org/wiki/QuickTime |
| FLV | Flash Video | proprietäres Containerformat für Wiedergabe mit Flash-Player http://de.wikipedia.org/wiki/FLV |
$ xine --list-plugins
$ mplayer -vo help
$ mplayer -identify [-ao null] [-vo null] [-frames 0] <infile> ID_VIDEO_ID=0 ID_AUDIO_ID=128 ID_AUDIO_ID=1 ID_AUDIO_ID=0 MPEG-PS file format detected. VIDEO: MPEG2 720x576 (aspect 3) 25.000 fps 15000.0 kbps (1875.0 kbyte/s) ID_DEMUXER=mpegps ID_VIDEO_FORMAT=0x10000002 ID_VIDEO_BITRATE=15000000 ID_VIDEO_WIDTH=720 ID_VIDEO_HEIGHT=576 ID_VIDEO_FPS=25.000 ID_AUDIO_CODEC=a52 ID_VIDEO_ASPECT=1.7778
X-Video -Erweiterung $ xvinfo
sdl oder gl -Treiber
x11 -Treiber ohne Hardwarebeschleunigung (Shared Memory)
aa bzw. caca -Treiber (ASCII Art)
$ ffmpeg -i <infile.wmv> <outfile.flv>
$ ffmpeg -i <infile.wmv> -aspect 4:3 -s 320x240 -vb 320000 <outfile.mp4>
$ mencoder -ovc help -oac help
$ mencoder -quiet <infile>
-of lavf
-ovc lavc -lavcopts vcodec=mpeg4:vbitrate=600:mbd=2:trell
-oac lavc -lavcopts acodec=ac3
-o <outfile>
[-lavfopts i_certify_that_my_video_stream_does_not_use_b_frames]
# Bild im Format 720x576px # Anzahl=zeit(sek)*25 $ jpeg2yuv -I t -L 1 -n Anzahl -f 25 -j <bild.jpg> | mpeg2enc -f 8 -n p -o video.m2v $ mplayer <infile.mp3> -ao pcm:file=audio.pcm $ cat audio.pcm | mp2enc -v 0 -r 48000 -b 192 -o audio.mp2 $ mplex -f 8 -o video.mpg video.m2v audio.mp2
$ xine --list-plugins=input
Dies ist xine (X11 gui) - Ein freier Video-Player v0.99.5.
(c) 2000-2007 Das xine Team.
Verfügbare xine-Plugins:
-Eingang:
gnomevfs, v4l_radio, v4l_tv, mms, CD, http, VCD, rtp, stdin, DVD, VCDO,
FILE, rtsp, XVDR, pvr, pnm, tcp, DVB.
$ xine mms://media.server.domain/path/to/media#save:video.wmv