search for: remuxing

Displaying 20 results from an estimated 28 matches for "remuxing".

2019 May 01
3
Webm files written without duration in header
Hi there Thanks Thomas. I was hoping to avoid remuxing as my objective is to run an extremely lightweight server. Just tested and the CPU runs between 9% and 23% for a lecture of 90 minutes - took 18sec. Yes it's a lightweight server, but like I said, that's the objective, and quite a nice challenge :-) CPU = cost and if you have to remux for 1...
2009 Jun 25
5
Fixing ogg vorbis corruption caused by bad metadata
> Is there any way to understand exactly how it is invalid? I can replicate > this corruption simply by adding large album art to any ogg file with the > latest release of MediaMonkey. The second page is corrupt. The basic structure looks correct, first guess would be bad checksum. I'll look more closely in just a bit. This might explain why some players might accept it--- if
2009 Jun 25
2
Fixing ogg vorbis corruption caused by bad metadata
...d--- the checksum on the second page (the comment page where > the album art was added) is incorrect. Vorbis players are not allowed > to decode any stream in which one of the setup headers is corrupt, and > a bad checksum counts as corrupt. > > Unfortunately, this means none of the remuxing ogg tools in our > toolchains will touch those pages either; they will remux and fix most > problems with valid pages, but a bad checksum usually means the page > is toast, so they won't try. > > Monty >
2019 May 01
4
Webm files written without duration in header
Dear all I am streaming live with webm with ffmpeg to icecast 2.4.2. After the stream ends, I am unable to determine the duration of the file using ffprobe or mediainfo. Not sure but it seems that this has to do with headers? Should icecast be writing the duration into the header or should this somehow be passed from ffmpeg? The requirement is really to determine the duration of the streamed
2019 May 01
4
Webm files written without duration in header
Dear all I am streaming live with webm with ffmpeg to icecast 2.4.2. After the stream ends, I am unable to determine the duration of the file using ffprobe or mediainfo. Not sure but it seems that this has to do with headers? Should icecast be writing the duration into the header or should this somehow be passed from ffmpeg? The requirement is really to determine the duration of the streamed
2008 Feb 08
2
Ogg/Kate preliminary documentation
> not CMML, but the algorithm for remuxing from time offsets, which is > specified in the annodex Internet-Draft. This basically describes how Ah, yes, and CMML supplies a way to specify addresses which are then interpreted by this algorithm. Have I got that right ?
2019 May 01
0
Webm files written without duration in header
...s will not be changed. Only the WebM container information gets rewritten. If there are malformed portions of the stream (caused by e.g. CPU starved encoder or network stall), then those might get removed though as a player wouldn't play them properly either. There are many dedicated tools for remuxing MKV and or WebM. A somewhat brute-force quick fix is of course: `ffmpeg -i foo.webm -c copy bar.webm` Cheers, TBR
2009 Jan 30
2
Delayed pages ?
Hi all ! I am experiencing a strange issue with the theora encoding process. Apparently, when I put packets into the ogg stream, the pages are not returned immediately by ogg_stream_pageout. What happens seems that I get several pages at once later. This causes me trouble since then the pages are not properly placed with the other vorbis audio pages, leading to warnings in oggz-validate,
2009 Jun 25
0
Fixing ogg vorbis corruption caused by bad metadata
...the second page (the comment page where >> the album art was added) is incorrect. ?Vorbis players are not allowed >> to decode any stream in which one of the setup headers is corrupt, and >> a bad checksum counts as corrupt. >> >> Unfortunately, this means none of the remuxing ogg tools in our >> toolchains will touch those pages either; they will remux and fix most >> problems with valid pages, but a bad checksum usually means the page >> is toast, so they won't try. >> >> Monty >> > ____________________________________________...
2006 Jun 20
4
Souffleur subtittle editor (SoC). Need Help with GStreamer
Hi, All!!! I am at last added some GStreamer support to the Souffleur, and I am already read this manuals: - http://pygstdocs.berlios.de/ - http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/index.html But it's steel hard for me to understand (or maybe I something missed) how it work. :( For example: I don't know where to search info on how to load additional info on
2008 Feb 21
1
Skeletal relations
On Thu, Feb 21, 2008 at 9:00 PM, ogg.k.ogg.k@googlemail.com < ogg.k.ogg.k@googlemail.com> wrote: > > If you have an application-specific need for exact font data, then I > think > > the mechanism for retrieving this data should lie in your application, > and > > not in the media format that you're using for media data. I would have > said > > the same
2008 Feb 08
4
Ogg/Kate preliminary documentation
> Some of the things you talk about were not solved at the CMML level, but > rather through using different Ogg > logical bitstreams. While this is possible to do it this way (and probably a good idea for the examples like a clock in a corner), it implies that all the placements and logically different "items" are known at the start of the stream (since the Ogg spec says a
2006 Jun 22
0
Re: Souffleur subtittle editor (SoC). Need Help with GStreamer
On Tue, Jun 20, 2006 at 10:04:58PM +0300, Daraku wrote: > http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/index.html > But it's steel hard for me to understand (or maybe I something missed) > how it work. :( How's this coming? Was Mike's response helpful? I'm going on vacation for the next couple of days, and all the gstreamer people are occupied
2008 Feb 15
0
Skeletal relations
...so we define a way to mark relationships with other > streams. > The value of each of these is an Ogg stream serial number. perhaps an ID (labelled by Content-ID or similar) is more robust. By the ogg spec, serialnos need to be changed when chaining etc., which would further complicate the remuxing of content with skeleton. > Substitutes: <serialno> > Parallels: <serialno> my proposal for these stems from Debian package relationships, where Provides, Depends, Recommends, Suggests, Conflicts are defined locally to each package. In aggregate (considering the whole universe...
2008 Feb 28
2
Re: Updating the Ogg mapping for Dirac
On Thu, Feb 28, 2008 at 1:53 AM, Ralph Giles <giles@xiph.org> wrote: > On 27-Feb-08, at 10:44 PM, Conrad Parker wrote: > > > Sure: I'm thinking about Ogg demuxers and seeking implementations. > > These need to know the framerate in order to be able to interpret the > > granulepos in terms of time. If they did not have to extract that from > > the
2008 Nov 21
0
ogg dirac granulepos in oggz tools
On 2008-11-21, Conrad Parker <conrad at metadecks.org> wrote: > 2008/11/15 David Flynn <davidf+nntp at woaf.net>: >> On 2008-11-14, Conrad Parker <conrad at metadecks.org> wrote: >>> It seems oggz chop, merge and sort will need some attention to deal >>> with the Dirac granulepos and dependency ordering, so let's leave them >>> for the next
2006 Dec 05
2
theora editing
hello theora-list, i'd like to edit (especially crop) theora files I downloaded here and there. But as far as I know, there is no theora editor. Is there a cli theora files editing ? How could I export .ogg files into whatever format that i can then edit with software such as avidemux ? thanks very much thomas
2015 Jul 23
2
Can ogg file contain VP8 frames
Hi All Is it a possible case that an ogg file contains VP8 frames. I know ogg file generally contains vorbis, theora frames. Recently I came across an ogg file that contains OPUS frames. Is there any tool, that can take a webm file as input, and output an ogg file with preferably only video (no audio) frames. Please let me know. Thanks Austin -------------- next part -------------- An HTML
2005 Apr 14
0
libannodex 0.6.2 Release
.../libannodex-0.6.2.tar.gz New in this release: * added new anx_get_duration() and anx_get_bitrate() API calls * added new anx_get_clip_time_by_id() API call * added new anx_get_mode() API call (ticket:92) * added duration and bitrate display to anxinfo tool * added --id argument to anxed, for remuxing from named offset * fix some floating point rounding errors which caused clips to be served about 0.1s late * valgrind-induced cleanups in anxgrep * Closed tickets: #78: broken importing of anxv2 files #88: offset links are screwy when importing some old files #94: some time offsets...
2006 Jan 10
2
Guadec 2005 and DirectShow Filters
Hello all, I have been trying to play the Guadec Theora files ( http://stream.fluendo.com/archive/6uadec/ ) on Windows with no success. At first I thought it was just the machine which I was trying it on, but I now have seen another machine play other Theora files (Systm, Ubuntu Below Zero) without problems, but treat Guadec as just being audio files. I do also have another machine here which