Post subject: Encoded movie playback problem
Joined: 5/9/2005
Posts: 748
There are two encodes of the Sonic1 no zip run (Submission #3378), the first with an audio desync, and a second with that audio desync corrected. I can see visual on the first video, but not the second. Any idea what I missing? I thought my codecs were up to date, but I may be wrong. I am using vlc.
sgrunt
He/Him
Emulator Coder, Former player
Joined: 10/28/2007
Posts: 1360
Location: The dark horror in the back of your mind
How can you tell if the second stream has proper audio if the video stream doesn't play for you? The second encode for that movie (and quite a few others) is a 10-bit YUV444 encode, which current releases of VLC can't play back (though, supposedly, VLC 1.2.x will be able to handle them). If you're on Windows, you'd need to use a media player without built-in codecs as well as something like LAV Filters or a recent build of ffdshow-tryouts for codecs in order to be able to play back the video. If not, you might try a recent build of mplayer or mplayer2.
Post subject: Re: Encoded movie playback problem
Emulator Coder, Skilled player (1141)
Joined: 5/1/2010
Posts: 1217
Paused wrote:
I can see visual on the first video, but not the second. Any idea what I missing? I thought my codecs were up to date, but I may be wrong. I am using vlc.
The first is normal encode (8 bit color depth, 4:2:0 chroma subsampling), no surprise you can see visuals. The second is 10bit444 encode (10 bit color depth, no chroma subsampling). This is pretty exotic mode which pretty much nothing supports. So no surprise visuals don't show. Here is the notice about such encode (I notice not all movies having such encode have this): "In addition to the standard downloadable encode, there is a second experimental downloadable encode produced in 10-bit YUV444 h.264. You will need a very recent codec / media player (such as LAV Filters, recent builds of FFDShow-tryouts, or mplayer2) to be able to play this experimental encode back." Well, theoretically unstable versions of VLC should be able to play those back, but in practice I find that those versions fail spectacularly on any MKV or MP4.
Editor, Emulator Coder, Site Developer
Joined: 5/11/2011
Posts: 1108
Location: Murka
VLC version "VLC media player 1.3.0-git-20111212-0003 Rincewind" plays it back fine. MPC-HC version "1.5.2.3456" with lavf "0.42 - 2011/11/30" plays it back fine. Colors look slightly different in the two cases, but that's probably my fault. MPC-HC ignores the AR metadata in windowed mode (bug?), but that appears to be specified wrong anyway.
BigBoct
He/Him
Editor, Former player
Joined: 8/9/2007
Posts: 1692
Location: Tiffin/Republic, OH
Try installing the latest version of the Combined Community Codec Pack; I have that, and the Hi10P encodes play just fine for me.
Previous Name: boct1584
creaothceann
He/Him
Editor
Joined: 4/7/2005
Posts: 1874
Location: Germany
Or use PotPlayer if you don't like MPCH. Recent versions of CoreAVC (e.g. 3.0.1) can decode Hi10P as well.
Joined: 4/26/2011
Posts: 13
I have "K-Lite Mega Codec Pack" without any problem it plays anything on any player the codec pack updates very often
Joined: 2/26/2011
Posts: 98
I can't get the Wolverine or Bram Stoker's Dracula videos to play. I am using the most up-to-date FFDShow (revision 4257) and I have tried using it with both the latest version of MPC and MPC-HC. Are the videos not meant to be able to work with those programs anymore? Thanks. EDIT: I can't get the Ghostbusters video encode to work either. I have investigated this matter a little bit, and I have found a difference between the video encodes that work for me and these newer ones that don't. Apparently there is this thing called a "PIN" for both video and audio. In the videos that work, the "PIN" has a proper-sounding title. In the videos that don't work, the PIN is just a handful of seemingly random symbols. The media player seems to be properly detecting information about the encodes, such as video length. But FFDShow isn't being triggered by the media player when I try to ask it to play these newer video encodes. And the pointer snaps to the "end" of the video, too. Please, does anybody have any idea what is going wrong? Thank you for your help.
Emulator Coder, Skilled player (1141)
Joined: 5/1/2010
Posts: 1217
la mammal wrote:
I can't get the Wolverine or Bram Stoker's Dracula videos to play. I am using the most up-to-date FFDShow (revision 4257) and I have tried using it with both the latest version of MPC and MPC-HC. EDIT: I can't get the Ghostbusters video encode to work either.
I looked and found that all those three videos were encoded by Brandon. Do other recent MP4s play?
Joined: 2/26/2011
Posts: 98
Yeah, MMX5 and Deja Vu play just fine. Thanks.
Editor, Emulator Coder, Site Developer
Joined: 5/11/2011
Posts: 1108
Location: Murka
la mammal, can you play the following .mp4 file? http://www.mediafire.com/?at7ibl4fiqv254n
Joined: 2/26/2011
Posts: 98
Yes.
Brandon
He/Him
Editor, Player (190)
Joined: 11/21/2010
Posts: 913
Location: Tennessee
This problem was a result of using an outdated MP4Box, and I believe it is now all resolved.
All the best, Brandon Evans
Joined: 2/26/2011
Posts: 98
I really appreciate you guys looking into it. I'm glad it's resolved.