It looks like an issue specific to this class of videos. 
Whether a video file is .avi or .mp4, it can have the audio/video compressed in 
different ways.
Since the test video is 190MB, you can post the video details. Install _ffmpeg_ 
and run _ffmpeg -i myvideo.avi_. 

Here is the output:

Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Day 2-2016-01-27 20.31 Core Spring 
Training.mp4':
  Metadata:
    major_brand     : mp42
    minor_version   : 0
    compatible_brands: mp42isomavc1
    creation_time   : 2016-01-27 17:44:23
  Duration: 02:08:51.78, start: 0.000000, bitrate: 206 kb/s
    Stream #0:0(eng): Audio: aac (LC) (mp4a / 0x6134706D), 16000 Hz, mono, 
fltp, 64 kb/s (default)
    Metadata:
      handler_name    : AAC stream handler
    Stream #0:1(eng): Video: h264 (Baseline) (avc1 / 0x31637661), yuv420p, 
1920x1080 [SAR 1:1 DAR 16:9], 141 kb/s, 5 fps, 5 tbr, 90k tbn, 180k tbc 
(default)
    Metadata:
      handler_name    : Citrix h264 stream handler
      encoder         : AVC Coding

Here it says that the audio is compressed with AAC (VLC is fine with
that) and the video is compressed with h.264 (by an encoder created by
Citrix).

VLC (VLC media player 2.2.1 Terry Pratchett (Weatherwax) (revision
2.2.1-0-ga425c42)) did not work either for me; the audio was fine but no
video.

I was able to play the video with mplayer2 (command line player,
MPlayer2 2.0-728-g2c378c7-4build1 (C) 2000-2012 MPlayer Team) and ffplay
(command line player, ffplay version 2.7.6-0ubuntu0.15.10.1 Copyright
(c) 2003-2016 the FFmpeg developers). Both audio and video worked.

In addition, I managed to play the video in Totem (Ubuntu 15.10). Totem
is based on gstreamer, so gstreamer is also fine.

Therefore, the problem is likely to be with VLC and not the graphic drivers.
If you disable _Accelerated video output_ in VLC, the video still does not play 
(audio is fine, but no output; just black).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1512993

Title:
  VLC exhibits blockiness on h264 seeking

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1512993/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to