Hi Everybody!
I have relatively short video and I need to encode it in a way that standard Windows Media Player can play. Moreover it should use as low cpu as only possible while playing.
Could you please suggest some ffmpeg/mencoder options for this?
Thanks,
IriTrisha
+ Reply to Thread
Results 1 to 9 of 9
-
-
Or mpeg1
Code:ffmpeg -i inputfile -vcodec mpeg1video -acodec mp2 output.mpg
-
Guys,
Thank you very much!
I’ve tried your recommendations. According to Task Manager each of them consumes about 20% CPU on my laptop. As much as original video.
But then I’ve noticed that my Windows Media Player consumes this 20% even when the playback is stopped or after the playing a video when shows its usual Play again / Go to Library screen. I’m running Windows 7 (64 bit) with default Media Player. I’ve ran through its options and untick everything related to media library and so on, but it continue eating the CPU! Do you have any idea what can cause this and how it could be solved?
Thanks,
IriTrisha -
Theoretically, an uncompressed stream should have the least CPU load (as it is only parsing & dislaying, no decoding/decompressing necessary) , but conversely it has the highest load on the HDD and buss subsystem.
For compressed streams, I would think DV or MPEG1 would be the easiest on the system (and still be providing a decent output) . There are older & simpler codecs than those, but you wouldn't want to use them.
Scott -
I agree. Try Task Manager or something similar for whatever OS you're using and look at processes.
-
I agree!!
This seems weird to me. But if the Task Manager not joking WMP consumes about 10% when started (before plying any media. Just WMP) and about 15% after playing a media, while showing its "blue screen"with "Replay again" and "Go to Library" options.
It seems really wrong to me but I don't know how to cure it.
Thanks,
IriTrisha
Similar Threads
-
No audio playing M2TS files with Windows Media Player
By majouz in forum Software PlayingReplies: 6Last Post: 24th Jan 2013, 04:47 -
Crop videos playing on Windows Media Player
By kingshay in forum Software PlayingReplies: 2Last Post: 28th Nov 2010, 12:00 -
Windows Media Player stopped playing .mov files
By dzsoul in forum Software PlayingReplies: 2Last Post: 18th Mar 2009, 23:29 -
Problem playing wmv files in Windows Media Player and Media Player Classic.
By rayden54 in forum Software PlayingReplies: 4Last Post: 1st Aug 2008, 22:49 -
Windows Media Player no longer playing 16:9 video correclty
By eon_designs in forum Software PlayingReplies: 4Last Post: 1st Oct 2007, 12:05