[Q] Loss of video sound - Eee Pad Transformer Q&A, Help & Troubleshooting

When I watch a video and want to skip forward a bit i instantly lose all sound regardless of what video or player. ive tried mobo, rockplayer, vplayer, and stock. there all main 720p files
any ideas?

Related

[Q] Smooth 720p/1080p video playback possible?

In particular MKV files.
I have noted that if I playback an 720p MKV with AC3/DTS sound the video plays perfectly fluid. No microjudder or frame drops AFAIK. But there is no sound of course because the inbuilt player does not support AC3/DTS natively.
However add AAC 2.0 audio into the file (MKV or MP4 container it matters not) I see judder. Kinda like when you have 23.976FPS playing on a 50Hz PAL CRT.
I have tried muxing at various framerates and interestingly the judder gets faster the higher the FPS. Very odd.
I'm used to dealing with AV stuff as I use MPC-HC/ReClock/MadVR etc to my HDTV over HDMI (BTW my Panasonic G20 Plasma does not recognise the TF HDMI output. My PC monittor does however so the TF is outputting in an unsupported res/Hz for my HDTV obviously).
It's puzzling me how when the TF does not have to playback audio the video is perfect but as soon as it has to decode audio it throws a wobbly.
The other interesting thing of note is that Youtube vids at 720p and even 1080p (Big Buck Bunny for instance) play just fine. Methinks that Flash is optimized to the Tegra 2 chip whilst the inbuilt TF player (and all the other players) are not. Moboplayer, Vplayer etc are all a bit crap at it. There is one player called LittlePlayer which gives the option of hardware playback but it is no better than the inbuilt player as it does not decode AC3/DTS and it too judders when AAC audio is played.
Anyone got a clue why this is the case? I was wondering if it was a UK specific issue (would not put it past Asus to make it PAL centric) but then why would it play a 23.976FPS 720p x264 in MKV perfectly (sans audio obviously)?
Yeah I have a 720p mkv and it plays a little off with the sound but I play a higher quality move still at 720p and the sound is like a second off. And the 1080p vids I have don't play at all. What app do you use to play your videos?
Sent from my Transformer TF101 using XDA Premium App
you must be doing something wrong with the muxing or the avc stream you ended up with is not extracted properly.
I encode movies with x264 (commandline), encode the audio with neroaacen(lc, cbr, 128kbit) and mux them with mp4box. The file plays perfectly with the built-in player, meridian or rockplayer in hardware decoding mode.
Most mkv TV series I can extract th evideo stream from and use it, but not all. Some use too many reference frames while encoding and the TF can't handle it.
X264 profile high, level 4.1, preset veryfast or medium. No other options except quality level ((crf 20 or 21 I use mostly).
I've tried MKVToolnix for straight muxing. A simple MKV to MP4 prog without reencoding called mkvavi2mp4. Handbrake (Used settings suggested on this forum). I've also tried some test clips from various sites. All of them judder when audio is being decoded. I am not talking about HUGE judder. I am talking about very small judder. The video is not 100% fluid. Some may not even notice it. I do because I am always messing with progs like ReClock and MadVR in order to get perfect 24p playback to an HDTV. I am also susceptible to phosphor lag, any audio sync issues and other annoyances. I am Mr Super Anal when it comes to perfect playback and have color calibrated all my displays with a colorimeter
But I digress.
If I play Big Buck Bunny 1080p in Youtube or in the default browser it plays fluid (well enough not to be annoying). Now if I rip that same Youtube clip down to my hard disk. Copy it to the TF and play it in ANY player (Moboplayer - with or without codecs packs, Rockplayer, Vplayer, Littleplayer or the inbuilt player) it will not play it without stuttering. What the hell is that all about? Flash player is better at video playback on the TF than Honeycombs implementation? Quite.
I wish I could figure out a way to load the MP4 files in Flash through the browser. I tried file://path to MP4 and it did not work.
If anyone knows a way to do that I would be interested. Maybe I should setup a web server on my PC and stream everything in Flash
P.S. If you wish I can provide you with two sample MKV's. One with audio the other without and you can directly compare the two and post your results. I see small juddering on the clip with audio muxed in every time.
The Youtube app is not using Flash. If it was, Youtube wouldn't play on the iPhone or iPad, and it most certainly wouldn't have played on Android devices before Android 2.2. If you want to see true Flash performance so far, load up Hulu and see if you can get a 480p stream to play acceptably. Edit: Since you mention the UK though, I probably shouldn't assume you're in the US. If that's the case, just load up any Flash-based video player besides Youtube. Sometimes it helps to set your user agent to Desktop, too.
The Youtube app is actually using HTML5, with videos encoded in H.264/MPEG-4 AVC and stereo AAC. The maximum bitrates supported are 5 Mbit/s and 152 kbps, respectively. You need to bear in mind too that by playing videos through the browser, the servers will recognize the device you're playing from and compress and optimize the stream accordingly. A full 1080p video at 5 Mbit/s would take forever to buffer on a tablet, so it's highly unlikely that you're getting the full quality over the network stream. Locally-stored videos, however, are free to be downloaded and played in their maximum quality, so it's understandable that you may see some stutter on large files.
deadman3000 said:
I've tried MKVToolnix for straight muxing. A simple MKV to MP4 prog without reencoding called mkvavi2mp4. Handbrake (Used settings suggested on this forum). I've also tried some test clips from various sites. All of them judder when audio is being decoded. I am not talking about HUGE judder. I am talking about very small judder. The video is not 100% fluid. Some may not even notice it. I do because I am always messing with progs like ReClock and MadVR in order to get perfect 24p playback to an HDTV. I am also susceptible to phosphor lag, any audio sync issues and other annoyances. I am Mr Super Anal when it comes to perfect playback and have color calibrated all my displays with a colorimeter
But I digress.
If I play Big Buck Bunny 1080p in Youtube or in the default browser it plays fluid (well enough not to be annoying). Now if I rip that same Youtube clip down to my hard disk. Copy it to the TF and play it in ANY player (Moboplayer - with or without codecs packs, Rockplayer, Vplayer, Littleplayer or the inbuilt player) it will not play it without stuttering. What the hell is that all about? Flash player is better at video playback on the TF than Honeycombs implementation? Quite.
I wish I could figure out a way to load the MP4 files in Flash through the browser. I tried file://path to MP4 and it did not work.
If anyone knows a way to do that I would be interested. Maybe I should setup a web server on my PC and stream everything in Flash
P.S. If you wish I can provide you with two sample MKV's. One with audio the other without and you can directly compare the two and post your results. I see small juddering on the clip with audio muxed in every time.
Click to expand...
Click to collapse
Shoot them over
http://www.mediafire.com/?gp3bumw7qy9mppm
Check the panning of each. One has AAC audio the other not. Use the default inbuilt video player of the TF (Should offer if you click on the files if you have other players installed). The one without audio plays perfectly smooth on my TF. The one with audio has slight juddering.
deadman3000 said:
If I play Big Buck Bunny 1080p in Youtube or in the default browser it plays fluid (well enough not to be annoying).
Click to expand...
Click to collapse
Just to clarify: You are talking about viewing youtube via the default _web_ browser, setting your user agent such that you get the desktop site and using the flash plugin to play the video? Rather then using the mobile youtube web site or using the built in youtube app?
FYI of your two clips the one without audio plays smoothly in the _default_ player and the one with audio chokes with "This video cannot be played" (This is assuming you tack ".mp4" onto the file names to fool the default media player into trying to play it)
Interesting... I just re-encoded the audio _only_ ("-vcodec copy -acodec libmp3lame" in ffmpeg) and that plays smoothly.
Now mp3 audio isn't part of the mp4 container spec so you'll only get away with it in an mkv container (its flexibility is one of the things that makes matroska difficult to parse)
Ah... the video is High profile at 3.8Mbps that pretty much on the limit of what the tegra2 can do at the moment (I'd say it over it actually) so I'd say that the addition of a complex (relative to mp3) audio track is just too much.
I bet if you re-encoded that video to baseline at the same bitrate and copied the audio stream it would play fine, its just at the max computation threshold.
sub'd... I want to see what you guys are doing, I'd really like to play at least 720p peacefully.
I've tried reencoding using Handbrake and get similar results. Jerky playback with audio. Smooth without. It's like small juddering every quarter second or so. Ignore the web playback that's already been explained that it's HTML5 and is not sending me the full 1080p stream anyhow.
In fact. If someone can send me a 720p video clip with audio that they say plays 100% smooth on their TF I could see if it's not 100% smooth here. If not (as I suspect it won't be) then it's either my TF has issues. Your eyesight is not picking it up or I am going nuts
deadman3000 said:
I've tried reencoding using Handbrake and get similar results. Jerky playback with audio. Smooth without. It's like small juddering every quarter second or so. Ignore the web playback that's already been explained that it's HTML5 and is not sending me the full 1080p stream anyhow.
In fact. If someone can send me a 720p video clip with audio that they say plays 100% smooth on their TF I could see if it's not 100% smooth here. If not (as I suspect it won't be) then it's either my TF has issues. Your eyesight is not picking it up or I am going nuts
Click to expand...
Click to collapse
try this: http://forum.xda-developers.com/showthread.php?t=1060825
I am using the same profile settings in handbrake (high profile) and ALL my videos are really smooth! and YES...I did have judder/stutter before. download the sample files and you can test it on your TF.
the ONLY downside is that handbrake takes a while to encode but its worth it!
hope this helps.
..........
While I agree that, officially, Honeycomb doesn't support the mkv container. It must be able to parse it as it does support WebM and that uses the matroska container.
http://dl.dropbox.com/u/6553908/with_audio_mp3.mkv
This is the same video stream but with the audio re-encoded to mp3, plays nicely for me in the default video player it I tack ".mp4" on the end to fool the player into trying to play it.
I don't stream but everything e.mote said about hinting is spot on, also you may want to look at interleaving (a feature of the muxing that MP4Box can do) is you want to stream.
earlyberd said:
A full 1080p video at 5 Mbit/s would take forever to buffer on a tablet, so it's highly unlikely that you're getting the full quality over the network stream.
Click to expand...
Click to collapse
Way too generalized. I have a Playbook and it plays 1080p Youtube in the browser flawlessly.
I played The Cape clip from the example Handbrake settings thread. The clip plays with micro judder like every other clip with sound. I am now using a Prime 1.4 rooted not the stock firmware and it still does it. It is like frame drop every half or quarter second. If you have ever seen NTSC 23.976FPS played back on a PAL 50Hz CRT TV you will know what it looks like. It is very obvious on pans.
Surely I cannot be the ONLY person who can see this??? Are your eyes really that bad?
EDIT: Tried the MP3 version you provided. Still there. You can count the judder. Tick tick tick tick... every quarter second.
EDIT2: I guess the only way to demonstrate this to you guys is by way of a video of it along with some audio prompting from me to point it out to you (excuse the d(t)icks). You will notice that the audio drops out for some reason during playback but when it does the video plays buttery smooth. No idea why the audio drops out. I was playing back the MP3 muxed version from the link above using Moboplayer but this problem - the juddering - occurs with any player I have tried. The juddering happens on every single video I have tested it on when it is decoding audio.
http://www.youtube.com/watch?v=oXfdQP8BtEA
I will restate however. Yotube playback looks much smoother than playing a file from the inbuilt flash memory or SD cards.
I am having the same problem as you and I see the judder on these clips as well. I posted my issues in the encoding guide thread:
http://forum.xda-developers.com/showthread.php?t=1060825&page=9
It has nothing to do with the overall bitrate rate as many of my samples are <2,000 kbps, and just like you, if I remove the AAC audio, video is silky smooth. I assume it's just a software issue that should be able to be resolved, but I guess we'll see...
e.mote said:
BTW, if you recoded the clip, then I suggest using better settings. The settings used are excessive. When facing a device with marginal playback, there is less tolerance for bad encodes. If you're anal about playback, then you should be equally anal about your encode settings.
Click to expand...
Click to collapse
Thanks for that. But since your video judders just like every other clip that means diddly squat. I don't see why I should have to reencode every video I have in order for it to playback on the TF either. It should be able to handle 720p at least. It does play it but only plays it smoothly with no audio playback whatsoever.
bartleyg82 said:
I am having the same problem as you and I see the judder on these clips as well. I posted my issues in the encoding guide thread:
http://forum.xda-developers.com/showthread.php?t=1060825&page=9
It has nothing to do with the overall bitrate rate as many of my samples are <2,000 kbps, and just like you, if I remove the AAC audio, video is silky smooth. I assume it's just a software issue that should be able to be resolved, but I guess we'll see...
Click to expand...
Click to collapse
Phew! Thanks for chimeing in! I am glad it's not just me. Do you live in the UK perchance? If not that would rule out any UK specific reasons.
Nope, I'm in the US. My TF is also running Prime 1.4. I've tried the "stock" kernel and the OC kernel and the problem is the same with both. I didn't think to test video before rooting and installing Prime, so I can't vouch for whether or not it happens on completely stock HC 3.1
deadman3000 said:
http://www.youtube.com/watch?v=oXfdQP8BtEA
.
Click to expand...
Click to collapse
How... what...
Are you serious? I see literally no issue. Either my eyes or your camera, one of the two can't pick up this judder. And I did notice the compression in the better encode offered here (text, grappling hooks, lasers, pretty much anything like that. Not a bad result, but clearly visible)
Sent from my GT-P1000 using Tapatalk

[Q] What is your video (movie) play back with various video players?

For some reason EVERY video player I have has some flaw in it when it comes to video playback on the Sensation. Rock Player used to be my go to player on the hd2. On the sensation, I am getting slow playback and the voices will not sync properly. mVideo is the same thing, but more so. I used to use this one for for music videos. With the voices not in sync it really sucks. The video player that comes with the Sensation has the best sound, but I put in an .avi of a movie and the playback is pixelated.
I don't convert movies because I never did it on the hd2 and the two codecs I primarily use, .avi and .mp4, have NEVER given me an issue. Should I be more worried than I am? Is it only my Sensation? Should I take it back? your thoughts/experiences...
DICE Player has worked for me. It has a trial as well.
I used the default player and MoboPlayer
mobo only for dice player FC always

Mp4 video playback??

Trying to play some mp4 video podcasts from school but the audio is messed up and the video lags using the stock video player. Same problem with ES video player and MX video player... any suggestions?
Videos work fine in itunes and vlc on my windows PC
I've been using VLC player for Android (it's in closed Beta currently), but the APK (you want the neon one), is floating around the interwebs. Give that a go and see if it's any better for you.
This is the link to download VLC (neon / nonneon)
http://forum.xda-developers.com/showthread.php?t=1275241
There's also moboplayer, works fantastically well.
Yeah, I fiddled with Plex, VLC and then finally moboplayer. I like moboplayer a lot more than the other two. No streaming software is required on your Mac/PC to watch video on your Android device.
Praxcelis said:
Yeah, I fiddled with Plex, VLC and then finally moboplayer. I like moboplayer a lot more than the other two. No streaming software is required on your Mac/PC to watch video on your Android device.
Click to expand...
Click to collapse
I have used Mobo on my Nexus and like it. The reasons are that it plays ANYTHING, and I mean ANYTHING (MOV, FLV, MP4, M4V, etc.).
For the KF, it could be great in theory since you can adjust brightness and volume with screen swipes (no volume rocker on KF makes this a necessity).
The main issue that I had with Mobo on KF (side loaded) was that it wasn't doing full screen. I have a bunch of Apple TV stuff in M4V that are at resolutions (720 x 480) below the KF max resolution. When I play these files in Mobo on the KF, there is not way to put it to full screen. It uses about 75% of the screen. I guess I could recode the stuff to the full KF screen, but then I'm saving multiple versions which is just a waste of space.
Anyone know if this is solvable? The Gallery video player will play these files in full screen, but what it doesn't have is the ability to play MOVs which I have a lot of as well. I tried the Quickpic video player and while it plays the MOV files, it doesn't have on screen adjustments for volume which makes it less than ideal. So I continue to search for the ideal player:
1. Plays MOV, MP4, M4V, etc.
2. Onscreen volume swipe (and brightness if available)
3. Plays files using full screen.
Anyone?

Audio sync issue with 1080p video

I've tried MX Player, VLC & even the stock one & they all seem to have issues with audio synchronization. I'm trying to play 1080p MKV files & they play fine at first, but gradually the audio becomes out of sync. I have confirmed that it isn't the video. Any reasoning or solution for this would be greatly appreciated.
not seeing this with mine at all, I can even skip along and it remains in sync even with 1080p full HD high profile video. Could be a duff rip, are you ripping these yourself or downloading them?
Try BSPlayer. Best.player.ever.
You could try re-encoding the audio from multichannel down to stereo. I've found that these devices stutter and lose sync with 5.1 audio etc.
If you want instructions, I'll be glad to help.
On a not-so-unrelated-note, you could also try using 720p video instead, since the Note's max res is 800p anyway.

MX Player and MKV on Note 10.1

Friends
has any of you tried playing a 1080p MKV with MX Player in HW+ mode? On my note it's choppy and i have to revert back to HW only, where volume can go up only to 100% and not 200%.
All is ok with DIVx movies in HW+ mode.
Thanks
try this, it plays everything
https://play.google.com/store/apps/...v7neon&feature=nav_result#?t=W251bGwsMSwyLDNd
The stock media player should be able to play everything smoothly as long as you are not playing over wifi. However it cannot decode / sum 5.1 channels to stereo so on some 5.1 films you may either get no sound or the wrong language depending on how the MKV was ripped in the first place.
I find that BS player is the best software decoder by far, it get the best results using this for films that play with no sound on the stock. These are the only two video players you should ever need to install.
VLC is ok but the performance isn't as good as BS yet, however it being open source it might get better and be able to sum 5.1 and decode hardware in the future with a bit of luck.
For now always try stock first and then move to BS player as a fall back, don't bother with anything else. (IMHO)
da.trute said:
The stock media player should be able to play everything smoothly as long as you are not playing over wifi. However it cannot decode / sum 5.1 channels to stereo so on some 5.1 films you may either get no sound or the wrong language depending on how the MKV was ripped in the first place.
I find that BS player is the best software decoder by far, it get the best results using this for films that play with no sound on the stock. These are the only two video players you should ever need to install.
VLC is ok but the performance isn't as good as BS yet, however it being open source it might get better and be able to sum 5.1 and decode hardware in the future with a bit of luck.
For now always try stock first and then move to BS player as a fall back, don't bother with anything else. (IMHO)
Click to expand...
Click to collapse
I do have BS, but I tend to use MX on the train as it's so noisy and MX is the only one being able to go to 200% volume
In addition MX has SW, HW and HW+ and with DIVx I usually emable HW+ with no problem, but with MKVs only SW and HW works, while with HW+ sound is good (bettere than with HW and SW) but video is choppy.
I also have Wondershare as it's the only player playing DVD images handling the dvd menu: no need anymore to converts my MASH DVDs to divx, I just use dvd shrink to rip a 4GB image of the DVD on the tablet (quality of MAS is so bad being old that 70% compression makes no difference)

Categories

Resources