Re: GStreamer profile for Transmageddon/Arista for the Meizu M6 player
Luis Menina <[email protected]>
| Newsgroups | gmane.comp.gnome.multimedia |
|---|---|
| Message-ID | <[email protected]> |
Hi all, seems that my mail with the videos attached was too big for the list. As no admin unblocked it, it never reached the list... So here it goes again. I now give you the URLs where you can download the files. Daniel G. Taylor a écrit : > If you don't > have any input files you want to use then use a test source to generate > a small video: > > gst-launch-0.10 videotestsrc num-buffers=500 ! x264enc crf=23 ! qtmux > ! filesink location="test.mp4" = Original = Thanks for the tip. Here is how I generated the attached test file : gst-launch-0.10 videotestsrc num-buffers=100 ! theoraenc ! queue ! oggmux name=mux audiotestsrc num-buffers=100 ! audioconvert ! vorbisenc ! queue ! mux. mux. ! queue ! filesink location=test.ogv Download it at http://liberforce.perso.sfr.fr/tmp/test.ogv = GStreamer test = Then for the test file converted with gstreamer (doesn't play in the Meizu device) : gst-launch-0.10 filesrc location=test.ogv ! decodebin name=decoder decoder.! queue ! videorate ! videoscale ! 'video/x-raw-yuv,framerate=(fraction)20/1,width=320,height=240' ! videoflip method=clockwise ! xvidenc bitrate=384000 max-bframes=0 ! queue ! avimux name=mux ! progressreport ! filesink location=test-gstreamer.avi decoder.! queue ! audioconvert ! audioresample ! 'audio/x-raw-int,channels=2,rate=44100' ! lame mode=stereo vbr=none bitrate=128 ! mux. Download it at http://liberforce.perso.sfr.fr/tmp/test-gstreamer.avi = Mencoder test = And finally, the test file converted with mencoder (plays in the Meizu device) : mencoder test.ogv -idx -noodml -ofps 20 -vf scale=320:-2,expand=:240:::1,crop=320:240,rotate=1 -ovc lavc -ffourcc XVID -lavcopts vcodec=mpeg4:vbitrate=384:vmax_b_frames=0:vhq -sws 9 -srate 44100 -oac mp3lame -lameopts cbr:br=128:mode=0 -o test-mencoder.avi http://liberforce.perso.sfr.fr/tmp/test-mencoder.avi Thanks everyone for your help, don't hesitate to ask for more info. -- Luis _______________________________________________ gnome-multimedia mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-multimedia