Displaying 20 results from an estimated 31 matches for "opustag".
2016 May 11
2
Ogg Format
On 10/05/16 02:37 PM, Amit Ashara wrote:
> Is there a format document on the OpusTag structure? Search always shows
> up Vorbis but not Opus.
The basic format is shared with Vorbis, but the 'magic signature' is
different ('OpusTags' instead of '0x05vorbis') and vorbis puts a 0x01
value in an extra byte after the last tag.
The OpusTag packet layout is de...
2016 May 11
3
Ogg Format
On 05/11/2016 12:35 PM, Amit Ashara wrote:
> I ran the opusenc.exe on a wave file and checked the OpusTag section. My
> concern is on Total Segment Size being >> than the actual data being
> put. Is this just an example of implementation or does a size of 764
> BYTES kept as a place holder for putting more data?
Yes, opusenc does reserve some space in the header so that tags can
later b...
2013 Aug 25
3
libopusfile's memory management.
Would it be possible to include a re-export of the malloc, calloc, realloc,
and free being used by opus file's implementation of OpusTags handling?
This might seem redundant or ridiculous but I'm having difficulty getting
the right versions that my compiler allows that's compatible with
libopusfile. In the debugger I can see that the memory location that my
malloc is returning is different from what libopusfile is returning...
2016 May 12
2
Antw: Re: Ogg Format
..., most implementers will object, I guess.
>
> Regards
> Amit
>
> On Wed, May 11, 2016 at 12:09 PM, Jean-Marc Valin <jmvalin at jmvalin.ca>
> wrote:
>
>> On 05/11/2016 12:35 PM, Amit Ashara wrote:
>> > I ran the opusenc.exe on a wave file and checked the OpusTag section. My
>> > concern is on Total Segment Size being >> than the actual data being
>> > put. Is this just an example of implementation or does a size of 764
>> > BYTES kept as a place holder for putting more data?
>>
>> Yes, opusenc does reserve some...
2016 May 09
4
Ogg Format
...hara wrote:
> 1. Since the stream I am working with is a mono channel, what should be
> the advised page_segments to use. I am using an embedded system so
> keeping the flash and SRAM usage are vital for the development.
The number of channels has no impact on this at all.
> 2. In the OpusTag the is the libopus a mandatory field?
Yes.
2016 May 11
1
Ogg Format
...tion?
>
> Regards
> Amit
>
> On Wed, May 11, 2016 at 12:09 PM, Jean-Marc Valin <jmvalin at jmvalin.ca
> <mailto:jmvalin at jmvalin.ca>> wrote:
>
> On 05/11/2016 12:35 PM, Amit Ashara wrote:
> > I ran the opusenc.exe on a wave file and checked the OpusTag section. My
> > concern is on Total Segment Size being >> than the actual data being
> > put. Is this just an example of implementation or does a size of 764
> > BYTES kept as a place holder for putting more data?
>
> Yes, opusenc does reserve some spa...
2013 Aug 25
0
libopusfile's memory management.
...56 PM, Timothy B. Terriberry
> <tterribe at xiph.org <mailto:tterribe at xiph.org>> wrote:
>
> alpha thinktink wrote:
> > is returning in tags handlers. So of course when I call
> opus_tags_clear
> > or any other tags modification routine on an OpusTags struct with
> > contents created by my call to malloc it throws an exception.
>
> Yes, this doesn't work in Windows (it works everywhere else). You can't
> use malloc/free across module boundaries unless both modules are linked
> to the same DLL version o...
2016 May 11
0
Ogg Format
Hello Ralph
I ran the opusenc.exe on a wave file and checked the OpusTag section. My
concern is on Total Segment Size being >> than the actual data being put.
Is this just an example of implementation or does a size of 764 BYTES kept
as a place holder for putting more data?
4f 67 67 53 = Oggs
00 = Version
00 = Header
00 00 00 00 00 00 00 00 = Granule Position
a5...
2016 May 12
2
Ogg Format
...; On Wed, May 11, 2016 at 12:09 PM, Jean-Marc Valin
> <jmvalin at jmvalin.ca <mailto:jmvalin at jmvalin.ca>>
> > wrote:
> >
> >> On 05/11/2016 12:35 PM, Amit Ashara wrote:
> >> > I ran the opusenc.exe on a wave file and checked the OpusTag
> section. My
> >> > concern is on Total Segment Size being >> than the actual data
> being
> >> > put. Is this just an example of implementation or does a size
> of 764
> >> > BYTES kept as a place holder for putting more d...
2016 May 11
0
Ogg Format
...e Ogg-Opus format and can
this be considered by the Opus org and IETF as an addition?
Regards
Amit
On Wed, May 11, 2016 at 12:09 PM, Jean-Marc Valin <jmvalin at jmvalin.ca>
wrote:
> On 05/11/2016 12:35 PM, Amit Ashara wrote:
> > I ran the opusenc.exe on a wave file and checked the OpusTag section. My
> > concern is on Total Segment Size being >> than the actual data being
> > put. Is this just an example of implementation or does a size of 764
> > BYTES kept as a place holder for putting more data?
>
> Yes, opusenc does reserve some space in the header...
2016 May 12
0
Ogg Format
...> >
> > Regards
> > Amit
> >
> > On Wed, May 11, 2016 at 12:09 PM, Jean-Marc Valin <jmvalin at jmvalin.ca>
> > wrote:
> >
> >> On 05/11/2016 12:35 PM, Amit Ashara wrote:
> >> > I ran the opusenc.exe on a wave file and checked the OpusTag section.
> My
> >> > concern is on Total Segment Size being >> than the actual data being
> >> > put. Is this just an example of implementation or does a size of 764
> >> > BYTES kept as a place holder for putting more data?
> >>
> >> Y...
2016 May 12
3
Ogg Format
...>
> <mailto:jmvalin at jmvalin.ca <mailto:jmvalin at jmvalin.ca>>>
> > > wrote:
> > >
> > >> On 05/11/2016 12:35 PM, Amit Ashara wrote:
> > >> > I ran the opusenc.exe on a wave file and checked the OpusTag
> > section. My
> > >> > concern is on Total Segment Size being >> than the actual
> data
> > being
> > >> > put. Is this just an example of implementation or does a size
> > of 764
> >...
2016 May 12
0
Ogg Format
...12:09 PM, Jean-Marc Valin
> > <jmvalin at jmvalin.ca <mailto:jmvalin at jmvalin.ca>>
> > > wrote:
> > >
> > >> On 05/11/2016 12:35 PM, Amit Ashara wrote:
> > >> > I ran the opusenc.exe on a wave file and checked the OpusTag
> > section. My
> > >> > concern is on Total Segment Size being >> than the actual data
> > being
> > >> > put. Is this just an example of implementation or does a size
> > of 764
> > >> > BYTES kept as a p...
2016 May 12
2
Ogg Format
...a <mailto:jmvalin at jmvalin.ca>>>
>> > > > wrote:
>> > > >
>> > > >> On 05/11/2016 12:35 PM, Amit Ashara wrote:
>> > > >> > I ran the opusenc.exe on a wave file and checked the
>> OpusTag
>> > > section. My
>> > > >> > concern is on Total Segment Size being >> than the actual
>> > data
>> > > being
>> > > >> > put. Is this just an example of implementation or does a
&...
2016 May 12
0
Ogg Format
...jmvalin at jmvalin.ca <mailto:jmvalin at jmvalin.ca>>>
> > > > wrote:
> > > >
> > > >> On 05/11/2016 12:35 PM, Amit Ashara wrote:
> > > >> > I ran the opusenc.exe on a wave file and checked the
> OpusTag
> > > section. My
> > > >> > concern is on Total Segment Size being >> than the actual
> > data
> > > being
> > > >> > put. Is this just an example of implementation or does a
> size
> >...
2013 Oct 28
2
how to Build .opus file
Hi all!
Using the code in opus_demo.c I write a c program for encode and decode the
audio from one microphone, I can encode and decode raw audio into .opus
file, but really is not an opus file because i need to add the "OpusHead"
and the "OpusTags". In order that any opus player can play that file.
So I only need in my c program how to add this streams to my file an how to
create the complete opus file
I do not find any information about creating the header and how to store
the opus packets that i encode and decode
Grettings
Toni
-...
2016 May 13
0
Ogg Format
...jmvalin.ca>>>>
> > > > wrote:
> > > >
> > > >> On 05/11/2016 12:35 PM, Amit Ashara wrote:
> > > >> > I ran the opusenc.exe on a wave file and
> checked the OpusTag
> > > section. My
> > > >> > concern is on Total Segment Size being >> than
> the actual
> > data
> > > being
> > > >> > put. Is this just an exam...
2013 Oct 28
2
how to Build .opus file
...ll!
> >
> > Using the code in opus_demo.c I write a c program for encode and decode
> > the audio from one microphone, I can encode and decode raw audio into
> > .opus file, but really is not an opus file because i need to add the
> > "OpusHead" and the "OpusTags". In order that any opus player can play
> > that file.
> >
> > So I only need in my c program how to add this streams to my file an how
> > to create the complete opus file
> >
> > I do not find any information about creating the header and how to store
&g...
2016 May 10
0
Ogg Format
Hello Tim
Is there a format document on the OpusTag structure? Search always shows up
Vorbis but not Opus.
Regards
Amit
On Mon, May 9, 2016 at 4:01 PM, Timothy B. Terriberry <tterribe at xiph.org>
wrote:
> Amit Ashara wrote:
>
>> 1. Since the stream I am working with is a mono channel, what should be
>> the advised page_se...
2020 Mar 18
1
Command line utility for tagging Opus files
I would like to be able to add/modify tags (like artist, album, title)
to opus files. The opusenc utility does a fine job of creating tags when
creating opus files, but I would like to be able to modify existing opus
files from the command line. vorbiscomment can add tags to existing ogg
files, but it doesn't work with opus files.
Does anyone have a solution for this?
Thanks,
Chris