Displaying 14 results from an estimated 14 matches for "oggvideotools".
2009 Feb 01
1
SVN Repository for the Ogg Video Tools
Hey all,
it took me a while, but now I have opened sourceforge project for the Ogg
Video Tools with SVN support:
https://oggvideotools.svn.sourceforge.net/svnroot/oggvideotools/trunk/
any help (like patches, or additions) are very welcome.
- Yorn
Ogg Video Tools: contains some nice tools to create and handle ogg files
(oggSlideshow, oggThumb, oggCut etc). It is written in C++.
2008 Nov 11
2
How to fix broken ogg/theora files
...ding, but in fact we do live and archival streaming
of various IT conferences. You can take a look at some here if you are
interested: https://streaming.linux-magazin.de/en
We are using several tools for live streaming, recording and editing
Theora streams, among them ffmpeg2theora and oggCut from oggvideotools
(http://dev.streamnik.de/oggvideotools.html).
Now unfortunately many files are broken, either from interrupting the
recording or cutting.
Examples of error messages follow:
$ oggz-validate jnazario.ogg
jnazario.ogg: Error:
00:55:27.957: serialno 0846930886: Packet out of order (previous
00:55:27....
2008 Dec 10
3
How to fix broken ogg/theora files
Hi there,
I haven't been on this list until now, so I wasn't aware of this problem until last night ;-) - sorry for that.
I am working on a patch for oggCut for that issue (looks good actually but I would like to do some testing befor I can release a patch.)
Normal players are not effected by the page time misordering, so I took this issue as "minor". The reason for the
2008 Nov 12
0
How to fix broken ogg/theora files
...live and archival streaming
> of various IT conferences. You can take a look at some here if you are
> interested: https://streaming.linux-magazin.de/en
>
> We are using several tools for live streaming, recording and editing
> Theora streams, among them ffmpeg2theora and oggCut from oggvideotools
> (http://dev.streamnik.de/oggvideotools.html).
>
> Now unfortunately many files are broken, either from interrupting the
> recording or cutting.
>
> Examples of error messages follow:
> $ oggz-validate jnazario.ogg
> jnazario.ogg: Error:
> 00:55:27.957: serialno 08469308...
2009 May 04
1
Convert skeleton to "regular" format
>
> I thought I fixed the problem with oggCut and ogg skeleton. What version of the Ogg Video Tools are you actually using? If you fixed the problem, I would be happy for a patch :-).
>
Well, the fix was more of a hack :) I was using oggvideotools 0.7a and
the fix is removing the output from lines 189-191 in oggCut.cpp. The
toString() method seems to trigger the segfault.
Best
Oliver
2009 Mar 19
0
theora Digest, Vol 58, Issue 2 / gui for pc
...-----------------------
Message: 1
Date: Mon, 09 Mar 2009 20:22:40 +0100
From: yorn at gmx.net
Subject: [theora] Ogg Video Tools Version 0.7
To: theora at xiph.org
Message-ID: <20090309192240.8070 at gmx.net>
Content-Type: text/plain; charset="us-ascii"
Hi all,
Version 0.7 of the OggVideoTools is now available on Sourceforge:
http://sourceforge.net/projects/oggvideotools/
or on the streamnik web page:
http://dev.streamnik.de/files.html
The documentation can be found here:
http://en.flossmanuals.net/TheoraCookbook/ManipulateOggTheoraFiles
Changelog:
- added OggResize
- bugfix for wrong...
2009 Jun 03
1
Windows Software for Theora - was: QTheoraFrontend & MACRO BLOCKS PROBLEM ON CONVERTED OGG FILE
hi yorn and all,
thank you oggvideo tools for windows. it is great... i can live with the command line for now myself but i will need to make some art students work with oggvideotools and they may not be happy with that:D anyway your video tutorial is also good (but it also crashed my firefox 3.5 beta 4 for two times on windows and i have reported that to mozilla), i would love to help for that as you offered in your previous mail but i am just new into oggvideotools and not a t...
2009 Jul 16
5
Add an intro to a theora file without re-encoding?
Hello,
I would like to add a introduction video (typically a title with fade-in
/ fade-out) at the beginning of an Ogg/Theora video. I generated this
intro video in Ogg/Theora from a sequence of png files.
I would need to do this in an automatic script, because I have many such
videos to process, and without doing any re-encoding step (which would
be very costly because my videos are huge).
I
2009 Jun 02
0
Video introduction to the Ogg Video Tools
Hey,
I added a video tutorial/screencast for the Ogg Video Tool on the project web page:
http://oggvideotools.sourceforge.net/
It is actually only part 1.
Enjoy - Yorn
2008 Aug 08
1
transcoding to theora from quicktime using xiphqt
Hi,
I'm trying to convert some quicktime files into Ogg/Theora using the
Xiph QuickTime Components version 1.8.
The end goal is to stream these files using apache httpd and the cortado
applet (and hopefully the embedded players that will be in Firefox
soon).
Using iMovie DV on OS X 10.4.11 (intel) I'm able to export as an ogg
movie, however the resultant file has problems with audio on
2008 Jun 18
2
Simple decoder (keyframe only) implementation ?
Hello everybody !
I am working on a php class to enable, on the server-side, to extract useful data from Ogg theora videos. http://opensource.grisambre.net/ogg .
I need to have it extract a thumbnail picture from a video (much like dailymotion or youtube). Right now, I am doing it using the ffmpeg-php extension (for picture extraction only), but the problem is that this module is available on
2009 May 04
5
Convert skeleton to "regular" format
Hi there,
we just encountered a problem with some tools obviously encoding into
the skeleton format by default, which leads to problems with several
other tools, in that particular case it's oggCut. When we try to
edit/cut an ogg file with it, the program crashes with a segfault.
I was able to locate and fix the problem in the oggCut source but I am
wondering how to convert my ogg files to a
2010 Nov 03
4
How to merge and cut theora videos, and how to synchronize sound?
Hello. Excuse me in advance for these dumb questions.
I used ffmpeg2theora to convert much videos. Now I would cut and/or merge them. How can I do it?
Furthermore, in many cases the sound was desynchronized - I converted TS mpegs. I tried to add the sync flag with bad effects. How can I manually delay / anticipate sound track?
2009 Jun 04
3
libogg++ release 1.1.0
Hi everybody,
I posted here about two years ago about the initial release. This is a
release that fixes many bugs, and has enhancements that make it possible
to support a multi-stream format, ALingA, which I will mention briefly
later. It also supports a PCM format, Neuro, both as part of the
multi-stream codec, and stand-alone.
libogg++ is a C++ library implementing Ogg. It is designed to be