~ubuntu-branches/ubuntu/natty/gst-entrans/natty

« back to all changes in this revision

Viewing changes to tests/visual/elements/fields

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2010-09-13 19:49:29 UTC
  • Revision ID: james.westby@ubuntu.com-20100913194929-qz90a14xyxln9yfz
Tags: upstream-0.10.2
ImportĀ upstreamĀ versionĀ 0.10.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
gst-launch videotestsrc num-buffers=250 ! video/x-raw-yuv,width=384,height=288,framerate=25/1 ! ffmpegcolorspace ! fields operation=flip ! ffmpegcolorspace ! theoraenc ! oggmux ! filesink location=test-fields-flip.ogm
 
2
gst-launch videotestsrc num-buffers=250 ! video/x-raw-yuv,width=384,height=288,framerate=25/1 ! ffmpegcolorspace ! fields operation=shift ! ffmpegcolorspace ! theoraenc ! oggmux ! filesink location=test-fields-shift.ogm
 
3
gst-launch videotestsrc num-buffers=250 ! video/x-raw-yuv,width=384,height=288,framerate=25/1 ! ffmpegcolorspace ! fields operation=ship ! ffmpegcolorspace ! theoraenc ! oggmux ! filesink location=test-fields-ship.ogm
 
4
gst-launch videotestsrc num-buffers=250 ! video/x-raw-yuv,width=384,height=288,framerate=25/1 ! ffmpegcolorspace ! fields operation=flift ! ffmpegcolorspace ! theoraenc ! oggmux ! filesink location=test-fields-flift.ogm
 
5
gst-launch videotestsrc num-buffers=250 ! video/x-raw-yuv,width=384,height=288,framerate=25/1 ! ffmpegcolorspace ! fields operation=drop ! ffmpegcolorspace ! theoraenc ! oggmux ! filesink location=test-fields-drop.ogm
 
6
gst-launch videotestsrc num-buffers=250 ! video/x-raw-yuv,width=384,height=288,framerate=25/1 ! ffmpegcolorspace ! fields operation=lin ! ffmpegcolorspace ! theoraenc ! oggmux ! filesink location=test-fields-lin.ogm
 
7
gst-launch videotestsrc num-buffers=250 ! video/x-raw-yuv,width=384,height=288,framerate=25/1 ! ffmpegcolorspace ! fields operation=blend ! ffmpegcolorspace ! theoraenc ! oggmux ! filesink location=test-fields-blend.ogm
 
8
gst-launch videotestsrc num-buffers=250 ! video/x-raw-yuv,width=384,height=288,framerate=25/1 ! ffmpegcolorspace ! fields operation=split ! ffmpegcolorspace ! theoraenc ! oggmux ! filesink location=test-fields-split.ogm
 
9
gst-launch videotestsrc num-buffers=500 ! video/x-raw-yuv,width=384,height=144,framerate=50/1 ! ffmpegcolorspace ! fields operation=merge ! ffmpegcolorspace ! theoraenc ! oggmux ! filesink location=test-fields-merge.ogm
 
10
gst-launch videotestsrc num-buffers=250 ! video/x-raw-yuv,width=384,height=288,framerate=25/1 ! ffmpegcolorspace ! fields operation=mix ! ffmpegcolorspace ! theoraenc ! oggmux ! filesink location=test-fields-mix.ogm