Can't play QuickTime RLE in Ubuntu 14.04
By Michael Henderson •
I frequently create videos from png sequences using avconv by running:
avconv -r 24 -i images%6d.png -vcodec qtrle video.movSince I've upgraded to 14.04 I cannot play back them any more. Not with totem, not with mplayer.
totem show only the first frame, and nothing happens when I press play.
mplayer reports:
Dropping frame with size not matching configured size
Too many buffered ptsSame videos play fine with totem on 13.10.
1 Answer
I believe that support is included in Ubuntu Restricted Extras available for installation through the software center.
It seems like something went awry with mplayer between svn36171 and svn36210.
source:
Try playing with Xine
3