Displaying 20 results from an estimated 200 matches similar to: "theora Digest, Vol 58, Issue 2 / gui for pc"
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
Hello there,
we are among the last people to actually make use of the Ogg/Theora
format. Ok, just kidding, 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
2006 Oct 31
4
New theora streaming service
Hi all,
streamnik started a new video streaming internet service (IPTV-Stations). We
have actually started the "testing" period and would like to encourage some
theora/vorbis/ogg developers to test the stream against various players for
any problems.
if you like, visit:
http://www.streamnik.de
Actually the page is only in german, however we are working on an
international page.
2008 Nov 12
0
How to fix broken ogg/theora files
2008/11/12 Oliver Frommel <ofrommel at linuxnewmedia.de>:
> Hello there,
>
> we are among the last people to actually make use of the Ogg/Theora
> format. Ok, just kidding, 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
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
2008 Dec 09
4
Slideshow with Ken-Burns Effect
Hi everybody,
I've had some time and so I added a slideshow creator with the Ken-Burns-Effect to the Ogg Video Tools. Feel free to visit the following page:
http://www.server.streamnik.de:88/test.html
It's best viewed with the Mozilla Firefox 3.1 Beta 2, but a Cortado Player is also available for the other browsers.
The code is actually not publically available, as I would like to add
2008 Dec 09
4
Slideshow with Ken-Burns Effect
Hi everybody,
I've had some time and so I added a slideshow creator with the Ken-Burns-Effect to the Ogg Video Tools. Feel free to visit the following page:
http://www.server.streamnik.de:88/test.html
It's best viewed with the Mozilla Firefox 3.1 Beta 2, but a Cortado Player is also available for the other browsers.
The code is actually not publically available, as I would like to add
2010 Jan 30
3
Video Comparison
Hey all,
I have followed a thread on golem.de, which was about an article regarding mozillas reasons, not to include h264 and to prefere theora instead.
In the forum there was much talking about a lot of nonsens (as usual). But there is still a huge and loud number of people believing that theora has a significant worse quality compared to h264. Most test material I found does not focus real
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 Jan 14
0
First Alpha of oggToolspp
Hi all,
I am happy, to announce the first (Alpha) release of the oggToolspp.
The basis of the command line tools is a small, but hopefully growing library
for manipulating ogg streams (mainly video streams) written in c++.
The aim of this library is, to provide easy access methods to ogg pages, ogg
packets and the video-frames and audio-samples in the end.
The command line tools are actually
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
2005 May 31
0
Asterisk: HelpDesk / CRM type of Application in Asterisk
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<title></title>
</head>
<body>
hi, I am new to asterisk.... <br>
I have a client who wants a help desk type of application. the asterisk
tool
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
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 05
0
oggz-merge / oggJoin with files created with oggCat
j
I think, I got the problem:
When I re-encode both audio files with the same quality/bitrate, oggCat/oggJoin works as expected.
The reason, that it does not work, is as follows: I had a lot of trouble concatenate the audio-files (as I was starting with video only). In many cases, the concatenation works even if the bitrate does not correspond (correct me if I am wrong). In some cases (ffmepg)
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
2008 Jan 04
2
ogg packets get lost
Hi,
I am actually working on a c++ wrapper for ogg/theora. It will be a small
library to easily create command line tools to cut/cat video-files and to
extract and join the video and audio stream etc.
However, I started the project and found some very strange behaviors:
I stored some ogg_packet objects (which are created on the heap) in a list.
When I make several calls to ogg_stream_pagein()
2009 May 05
2
oggz-merge / oggJoin with files created with oggCat
Hi Yorn,
all files can be found at http://firefogg.org/~j/oggmix/
audio.ogg and video.ogg are create with oggCat:
oggCat audio.ogg audio_01.ogg audio_02.ogg
oggCat video.ogg video_01.ogg video_02.ogg
oggJoin.mix.ogg is made with oggJoin:
oggJoin mix.oggJoin.ogg video.ogg audio.ogg
mix.oggz-merge.ogg is made with oggz-merge:
oggz-merge -o mix.oggz-merge.ogg video.ogg audio.ogg
in my
2002 Nov 11
1
Printer driver downloads...?
I've been googling around for quite some time, and haven't managed to find
anything useful. Is there some moderately up-to-date information on how
to set up the automatic print-driver download in Samba 2.2.x? I know about
the "old way" of doing things, but it doesn't seem to fly with Win2K drivers.
Any and all help, and pointers to FD so I can RTFD (again, haven't had
2002 Nov 19
1
Driver download problem (still)...
I've gotten driver-downloads to work from WinNT/2K clients, but I still
can't seem to figure out how to get things to work with Win9x clients.
Here's a copy of my smb.conf file:
***********
[global]
printing = lprng
printcap name = /etc/printcap
log level = 1
load printers = no
guest account = nobody
security = domain
workgroup =