[RESOLVED] 02/22/2009 Sun 12:10AM
FIXED: .264 / mp4 playback, using method: ffmpeg -i video.264 -vcodec copy -y video.mp4
FIXED: MPEG-2 playback, using method: \options\preference\[reset all] button
** see below in later posts for complete solutions **
. . .
Ok. Another item I give up on.
I just D/L'ed kmplayer, but for the life of me, it just wont play any of my mpegs, (commercial vobs or home-brew encodes) nor any .mp4 or .264 I encoded with x264 cli tool, which just doesn't make any sense.
The only things it will play is mkv and my captured dv .avi files. I've never heard of this kind of thing happening, straight out of the box, like vlc: when I first installed it, it played everything.
When I installed it, I let it set to the recommend defaults because I didn't not know for sure what I should change or not.
I D/L'ed a mkv file (has h264 wrapped inside matroska container) it played perfectly, right out of the box..kmplayer that is. And, the encode btw, was wonderful. The origin of the video was from doom9, in a thread I was reading and thought I was D/L'ing a 21mb file, when in fact, it turned out to be a 121mb file![]()
The specs to that was:
* video: "BigBuckBunny.mkv" -- 1920x1080, 24p, 1711kbits bitrate, 9m:56s length, 121mb size
* origin: doom9 thread: "d9-144918" -- just search for the 144918 to find the thread where I snipped it from.
Thanks for any help on this issue, in advance.
-vhelp 5042
+ Reply to Thread
Results 1 to 4 of 4
-
-
KMPlayer should have no trouble playing MPG, VOB, MP4, etc. Go to Options -> Preferences -> Filter Control and check the Source Filters, Splitters, and Internal Video (and audio) Decoders. For each of the different file types try different combinations of filters. The defaults should have worked fine for most file. What happens when a file doesn't play? Any error messages?
When a video is playing you can right click on the video and select Filters to see all the filters in use. -
[UPDATE] -- can now play h264 (raw .264 videos) via a transcode to mp4 container format.
Ok. So here's the deal. Kmplayer does not decode video that was encoded to a raw .264 format. When I transmuxed it (via mp4muxer) to an mp4, it played fine. Then, to help save time, I found I could include a short param script inside ffmpeg, and transmux it to an mp4 and it played it succesfully, also.
For those (in the same boat) who want a quick fix (if nothing else works) try this transmux:
(its actually pretty quick, depending on which ffmpeg version you are using)
1. ffmpeg -i video.264 -vcodec copy -y video.mp4
2. ffmpeg -i video.264 -vcodec copy -acodec copy -y video.mp4
3. ffmpeg -i video.264 -vcodec copy -acodec pcm_s16le -r 29.970 -y video.mp4
4. ffmpeg -i video.264 -vcodec copy -acodec pcm_s16le -r 23.976 -y video.mp4
Lines 2 through 4 are for if you have audio, and also different framerates. If line 2 does not work, try lines 3, or 4, just in case. If you know your audio codec, then just replace with your known codec type, ie mp3, ac3, aac, etc., I guess. Some params may not have to be included. The above is just a general layout to get started in transmuxing*
* note, this can sometimes actually help some videos that were encoded via virtualdub's vfw x264. So, you might want to give it a try, also..may or may not work or play properly, but some timelines will accept the (vfw->mp4 .. aka, transmux) video if anything, to re-encode, etc. May or may not work, YMMV.
Now, as far as MPEG-2 video goes..thats another story..
Well, unfortunately, no matter how I encode to mpeg2, kmplayer just will not play it. Sometimes, it will display the first frame, but that is all. So, I'm at a loss as to what is going on with kmplayer. Perhaps someone might know why ?
Thanks,
-vhelp 5043 -
[RESOLVED] 02/22/2009 Sun 12:10AM
[UPDATE] -- can now play mpeg-2 videos.
The mpeg-2 videos now play successfully. Apparently, you have to activate the RESET ALL and things seem to fix themselves. Now the mpegs play. So, I guess whatever else may have not been able to play will now play anyway
So, my guess to with the possibility that kmplayer (at least the version I D/L'ed) was defaulted to optimumly play .kmv videos, since that was the only videos able to play since the get-go.
-vhelp 5044
Similar Threads
-
play H.264 MP4 files in website
By brunovt in forum ProgrammingReplies: 2Last Post: 18th Jan 2012, 12:31 -
KMplayer problem: cannot play the .flv and .mp4 files
By hithit168 in forum Software PlayingReplies: 3Last Post: 13th Jul 2011, 03:01 -
Blu-Ray to Mp4 x.264 1080p won't play on PS3
By Patrick_H in forum Media Center PC / MediaCentersReplies: 3Last Post: 31st Dec 2010, 10:53 -
Hi can anyone tell how to play a mp4(h.264 + AAC) file using dshow filter?
By kalpanaanb in forum Newbie / General discussionsReplies: 1Last Post: 31st Mar 2009, 08:58