(Created page with "== Making TI DSP codecs work on MeeGo N900 == # Make sure you've got an SSH access to the N900 #* For USB networking, see [http://wiki.meego.com/ARM/N900/Tips_and_Tricks/N900_US…") |
(→Making TI DSP codecs work on MeeGo N900) |
||
| Line 20: | Line 20: | ||
# Test video playback | # Test video playback | ||
#* Have a video clip with an MPEG4, DivX, XVid, 3ivc, H.263 or H.264 video stream in it. | #* Have a video clip with an MPEG4, DivX, XVid, 3ivc, H.263 or H.264 video stream in it. | ||
| + | #* Try e.g. [http://koti.kapsi.fi/~sh8dfwk/bbb_mpeg4_vorbis_854x480.mkv this clip] | ||
#* (If logged in as root, '''cp /home/meego/.Xauthority /root''') | #* (If logged in as root, '''cp /home/meego/.Xauthority /root''') | ||
#* '''export DISPLAY=:0.0 && xhost +''' | #* '''export DISPLAY=:0.0 && xhost +''' | ||
#* Test video playback with a video-only pipeline: '''gst-launch-0.10 filesrc location=<file> ! <demux> ! queue ! dspvdec ! omapfbsink''' | #* Test video playback with a video-only pipeline: '''gst-launch-0.10 filesrc location=<file> ! <demux> ! queue ! dspvdec ! omapfbsink''' | ||
#* For MP4/3GP files, use '''qtdemux''' as <demux>, for '''MKV''', use '''matroskademux''', for '''OGG''' use '''oggdemux''' | #* For MP4/3GP files, use '''qtdemux''' as <demux>, for '''MKV''', use '''matroskademux''', for '''OGG''' use '''oggdemux''' | ||