<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hi,</div><div><br></div><div>when I play a mp4 video file (I just need video, no sound), I get a high CPU load (1 core is 100% on a quad-core), and it takes 5s before I see the video:</div><div><br></div><div>gst-launch filesrc location=video.mp4 ! decodebin2 dec=name ! queue ! ffmpegcolorspace ! autovideosink</div><div><br></div><div>I just started with GStreamer so I apologize if the questions sound dumb:</div><div>- how can I tell if it's hardware accelerated (beside a lower CPU%) ?</div><div>- which decoder should I use ?<br></div><div>- how to improve the loading time ?</div><div>- what pipeline should I use if it's an mpeg-2 ?</div><div><br></div><div>I found some stuff online saying that ffmepgcolorspace does impact the CPU, but I don't know what else to use ?</div><div>I'm basically trying to figure out how to play
 the video with hardware acceleration.</div><div>- should I recompile a package ?</div><div>- should I find an existing plugin for my hardware ?</div><div>- how can I know which video my hardware support (I've got an intel N10 chipset, I think it handles mpeg-2, but not sure).</div><div><br></div><div>thanks a lot for your help guys !</div></div></body></html>