avidemux vs qtdemux
Angel Martin
amartin at vicomtech.org
Thu Oct 10 10:24:46 CEST 2013
Hi,
if you want to profile your application I suggest "top" for a quick evaluation.
If you feel like boosting something and change some parts of gstreamer
libraries-code I'd suggest to start with "valgrind".
I do not fully understand what do you mean with faster, because the
video has a framerate and must be played at this rate.
Anyway, it is supposed that the bigger amount of computing in terms of
CPU cycles and memory usage lays on the encoding/decoding tasks, so if
you just change the encapsulator the impact should be residual.
Best,
Angel
2013/10/10 Jorge Fernandez Monteagudo <jorgefm at cirsa.com>:
> Hi all!
>
> I'm trying to use the less cpu usage decoding video in my embedded platform, and I have a question.
> From the runtime point of view, are there differences from using a avi container or a mpeg4 one?
> Which is faster? I have the same video in an avi and in a mp4 file but the cpu usage is very similar.
> I use the next pipelines for the avi and for mp4 one.
>
> gst-launch-0.10 filesrc location=./video.avi ! avidemux ! ffdec_mpeg4 ! ffmpegcolorspace ! fbdevsink
> gst-launch-0.10 filesrc location=./video.mp4 ! qtdemux ! ffdec_mpeg4 ! ffmpegcolorspace ! fbdevsink
>
>
> Regards
>
> Este mensaje se dirige exclusivamente a su destinatario y puede contener información privilegiada o CONFIDENCIAL. Si no es vd. el destinatario indicado, queda notificado de que la utilización, divulgación y/o copia sin autorización está prohibida en virtud de la legislación vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma vía y proceda a su destrucción.
>
> This message is intended exclusively for its addressee and may contain information that is CONFIDENTIAL and protected by professional privilege.
> If you are not the intended recipient you are hereby notified that any dissemination, copy or disclosure of this communication is strictly prohibited by law. If this message has been received in error, please immediately notify us via e-mail and delete it.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list