Displaying 7 results from an estimated 7 matches for "avformat".
2007 Dec 02
4
ffmpeg2theora-0.20 released
New version of ffmpeg2theora,
a command line tool to convert video files to Ogg Theora.
new in version 0.20
- postprocessing filters, denoise, deblock, dering (check --pp help)
- new preset
- several bugfixes
- binaries build with latest version of libtheora
Binaries
http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.20.linux.bin.bz2
2007 Dec 02
4
ffmpeg2theora-0.20 released
New version of ffmpeg2theora,
a command line tool to convert video files to Ogg Theora.
new in version 0.20
- postprocessing filters, denoise, deblock, dering (check --pp help)
- new preset
- several bugfixes
- binaries build with latest version of libtheora
Binaries
http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.20.linux.bin.bz2
2015 Mar 05
2
VLC only sees a fraction of Speex wrapped in OGG
Friends,
My name is Igor, I am new to this forum.
I have a peculiar problem with my OGG/Speex implementation: I encode a
short PCM stream in OGG/Speex, but the result can not be read by VLC and
MediaInfo <http://mediaarea.net/nn/MediaInfo> reports that the file is too
short (240ms). In reality the file contains about 2.7 sec worth of audio.
Another interesting thing I noticed is that the
2015 Mar 05
0
VLC only sees a fraction of Speex wrapped in OGG
...ot;length") of ogg files.
> Any clues as to how come VLC can't read the file but Audacity can?
VLC has a plugin that wraps libspeex (for decoding) and a plugin that
wraps libogg (for demuxing). The issue might be in one or both of
these plugins. You can also force VLC to demux with libavformat and
decode with libavcodec (which I believe is what Audacity does in this
case), by doing:
vlc --demux avformat --codec avcodec GoToServer-Igor.ogg
If this works (whereas the default didn't), consider filing a bug with VLC:
https://wiki.videolan.org/Report_bugs
Best,
Tristan
2011 Jun 02
5
Problems with wine & Crossover Pro after upgrading to Kubunt
...Deferred avutil
PE 3b0000- 3c8000 Deferred crashrpt
PE 400000- 18df000 Deferred dvdfab
PE 10000000-10013000 Deferred zlibwapi
PE 63240000-63250000 Deferred avcore
PE 64940000-64a02000 Deferred avformat
PE 65000000-658a4000 Deferred qtgui4
PE 67000000-67274000 Deferred qtcore4
PE 6ad40000-6b8a2000 Deferred avcodec
PE 78480000-7850a000 Deferred msvcp90
PE 78520000-785c3000 Deferred msvcr90
ELF 7a14f000-7b8...
2012 Mar 31
20
Need help with a windows app
so i was trying to run a game and when i ran it via terminal i got some answers why.
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000409", 0080: stub!
fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000409", 0001: stub!
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
wine: Unhandled exception
2004 Nov 20
0
ffmpeg2theora start and end time support
...Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*/
#include "common.h"
#include "avformat.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <getopt.h>
#include "theora/theora.h"
#include "vorbis/codec.h"
#include "vorbis/vorbisenc.h"
#include "theorautils.h"
static dou...