GNOME Bugzilla – Bug 158719
[PVA] Support for PVA container format demuxing
Last modified: 2013-08-22 12:26:00 UTC
An container format known as PVA exists in DVB (digital tv) world. It is often chosen because it is smaller (disk size) than a full MPEG TS (which could contain several video/audio/subs/EPG/other streams) PVA is smaller because AFAIK, it can only contain 1 MPEG audio ES and 1 MPEG video ES mplayer can decode PVA format (it has a demuxer for it, perhaps a special case in one of their MPEG demuxer) a sample file is available in your (ronald's) FTP in my server MCM POP - October 25 01 59 15.pva it is 5MB.
Doesn't look like anybody is ever going to work on it and there doesn't seem to be any real demand for this feature. Let's close it for now
libavformat seems to have support for it since 2007. I'll just enable that demuxer...
commit ec9b17479d10735a346ec008b8f11b0591f62184 Author: Sebastian Dröge <slomo@circular-chaos.org> Date: Thu Aug 22 14:18:29 2013 +0200 typefind: Add typefinder for video/x-pva https://bugzilla.gnome.org/show_bug.cgi?id=158719 commit 966b53109b7f933ead596f9075d26bd6713f36d3 Author: Sebastian Dröge <slomo@circular-chaos.org> Date: Thu Aug 22 14:23:12 2013 +0200 avdemux: Add support for video/x-pva https://bugzilla.gnome.org/show_bug.cgi?id=158719