Displaying 20 results from an estimated 400 matches similar to: "trying to encode from dvd using mplayer"
2002 Sep 27
2
Using Theora Micro-HOWTO
Okay, thanks to some stubbornness on my part and helpfulness on the part
of people on this mailing list, I got the Ogg Theora alpha compiled up
and installed and running.
Yesterday, I went to the Prelinger archives (the public-domain video
archive at www.archive.com) to find a high-quality original to re-encode
as a test. The encoder worked just fine, and playback as well, and I thought
I'd
2004 Jun 30
12
New addition to FAQ
Greetings,
I was on IRC about 7 hours ago and suggested that the FAQ be updated slightly.
Rather than sit on my ass and complain I figured I'd ask a few people, and see
if the idea was worth the time.
Here's what Ive started with:
http://www.dimension.net.nz/theora.html
I'll be adding to it over the next 24 hours - mostly in the area of Playback
and Encoding.
Just threw it together
2005 Mar 05
2
A/V sync strategies
I tried to encode some video from a DVD with encoder_example and
ffmpeg2theora, and it looked great, except that with both encoders the
A/V sync would drift noticeably after about 10 minutes, and by the end
of a two hour movie it would be a couple seconds off. So instead of just
whining about this and waiting for someone else to fix it, I decided to
try to learn about what's causing the
2002 Sep 30
3
theora test suite
some of you may find this helpful:
I've uploaded a short (5 second) raw clip in yuv4mpeg format, associated audio, and batch files to exercise the encoder & decoder examples. In addition I've included the file as compressed (test.ogg), and a longer version as well to test playback sync.
Notes: to use MPlayer with the -vo yuv4mpeg option, you need to get the latest release and compile
2005 Aug 24
1
Testing libtheora-1.0alpha5
Hi,
I sent the message below a couple of months ago but I got
no reply. Now that there's more activity perhaps someone
could kindly provide me some guidance. Theora is great
and the developers are doing a wonderful job, so I'd like to
implement the codec in a way which does it justice...
Original post:
I wrote a plugin to enable LiVES (a video editor) to encode
theora/vorbis/ogg files.
2009 Aug 30
2
Sampling encoder timings between libtheora-1.0 & libtheora-1.1beta3
As requested by Ralph in my introduction e-mail to this list [1], I've
gone ahead and done some sample test timings for encoding between
libtheora-1.0 and libtheora-1.1beta3, as available from the Theora
website [2].
So far, I've tested with 4 different files that I generated with content
I already have. The files, in brief, are the following:
1. planet-earth-360x240.yuv4mpeg - A
2008 Aug 16
4
Fwd: final changes to mimetypes rfc
On Sat, Aug 16, 2008 at 12:23 AM, Silvia Pfeiffer wrote:
> Have we got a spec? If not, we may want to remove it altogether and
> make the fixes in our wiki as the spec develops.
We have a draft spec with no implementation. I can't imagine the magic
changing, so I think it's ok to leave it in, but I'm ok to remove it
if you think that's best.
I do think there's little
2004 Sep 12
1
using theora
Having built libtheora-1.0alpha3, I tried it out on a 46 second long,
161 MByte raw dv format video clip.
First, I copied these lines from ogg-theora-microhowto.html
<snip>
mplayer -ao pcm -aofile stream.wav -vo null file_to_be_encoded.avi &
mplayer -vo yuv4mpeg -ao null -nosound file_to_be_encoded.avi &
encoder_example -v 1 -a 1 stream.wav stream.yuv > theora_file.ogg
2003 Jun 09
2
[PATCH] Fix for YUV4MPEG support in encoder_example
As was briefly discussed on IRC, ffmpeg and mplayer currently output
two somewhat incompatible YUV4MPEG streams. This meant that
encoder_example could take input from mplayer, but not ffmpeg or
movtoy4m (a QuickTime->Y4M tool).
This is a patch that fixes this issue and should allow encoder_example to
take input from either format:
diff -urd xiph-cvs/theora/examples/encoder_example.c
2005 Sep 29
1
Quicktime 2 Theora Transcoder's Nano-Howto
After a bunch of cumbersome testing I was able to transcode a Quicktime
MOV file to OGG with theora and Vorbis. The method's a bit fumbly, but
it works... It is automatable except for the initial audio decoding.
Software used: Xine, oggenc, ffmpeg, ffmpeg2theora, oggzmerge
Step 1: Get the video out of Quicktime
ffmpeg -i infile.mov -b 5000 -f mpeg2video outfile.mpg
Step 2: Get the video
2008 Aug 17
1
Fwd: final changes to mimetypes rfc
On 8/17/08, Silvia Pfeiffer <silviapfeiffer1 at gmail.com> wrote:
> OK, then yuv4mpeg will have the magic number: char[8]: 'YUV4MPEG'.
Which was previously for those not paying attention char[9]: 'YUV4MPEG2'.
> Also, can you put the link to the spec into
> http://wiki.xiph.org/index.php/MIMETypesCodecs ?
AFAIK, that is just a matter of putting a [[OggUVS]] in
2005 Nov 07
1
OggYUV
In response to (and with the help of) John Koleszar I put together an early
draft of OggYUV.. or rather, a list of header fields for it.
http://wiki.xiph.org/index.php/OggYUV
Feedback (on list or on wiki) is most certainly solicited, especially on the
chroma subsampling list (how many different sampling methods do we need to
reasonably support?) and if we've missed any fields to date.
2005 Nov 07
1
OggYUV
In response to (and with the help of) John Koleszar I put together an early
draft of OggYUV.. or rather, a list of header fields for it.
http://wiki.xiph.org/index.php/OggYUV
Feedback (on list or on wiki) is most certainly solicited, especially on the
chroma subsampling list (how many different sampling methods do we need to
reasonably support?) and if we've missed any fields to date.
2008 Jun 07
2
How Ogg mappings translate into the codecs parameter in Ogg media types
"Silvia Pfeiffer" <silviapfeiffer1 at gmail.com> wrote:
...
> Also, it would be good if we can keep
> our magic numbers to the first 8 bytes.
So Kate and Yuv4mpeg both need to be trimmed.
...
>>> char[9]: '\x80kate\0\0\0\0' | kate
>>> char[9]: 'YUV4MPEG2' | yuv4mpeg
Regards,
Martin
--
Martin J Leese
E-mail: martin.leese
2008 Aug 17
1
Fwd: final changes to mimetypes rfc
On 17-Aug-08, at 1:11 AM, Silvia Pfeiffer wrote:
> OK, then yuv4mpeg will have the magic number: char[8]: 'YUV4MPEG'.
> Is that ok?
Yes, I'm good with that.
> Also, can you put the link to the spec into
> http://wiki.xiph.org/index.php/MIMETypesCodecs ? Thanks!
Sorry, I thought I'd dumped the spec into the wiki. It's there now,
and linked from the
2005 Nov 03
0
all2theora script
i am new in this mailing list
i have written a script for theora (i am not sure that it is useful or not ? )
==========================================
#!/usr/bin/perl
# ALL2theora based on Florian Schilhabel <florian.schilhabel@web.de>
dvd2divx script (was under GPL)
# we have made major changes to that script and now it can convert
almost all video format to theora
# all2theora depends
2008 Aug 16
2
Fwd: final changes to mimetypes rfc
On Thu, Aug 14, 2008 at 9:14 PM, Silvia Pfeiffer wrote:
> The IETF has a final draft of our RFC at
> ftp://ftp.rfc-editor.org/in-notes/authors/rfc5334.txt (yes, it goes
> from 3534 to 5334 - funny!).
Didn't we decide YUV4MPEG should be 8 octets as well?
-r
2003 Feb 02
2
Encoding from fifo's
Hello, I'm new to the list, so if this is an FAQ, please point me to the
relevant docs.
I'm playing with Theora, to see what kind of quality I can expect (I
realise its not for production use yet). I've download the source from
CVS, and got it to build, with the example encoder and player.
While trying to find something to serve as a good source of input, I
decided I'd use a
2008 May 29
3
How Ogg mappings translate into the codecs parameter in Ogg media types
2008/5/29 Ralph Giles <giles at xiph.org>:
> On 28-May-08, at 6:20 PM, Conrad Parker wrote:
>
>> /* TODO: this should check against 42 for the relevant version numbers */
>> if (op->bytes < 41) return 0;
>
> I gather this means the USE_THEORA_PRE_ALPHA_3_FORMAT #if should instead be
> based on the length of the header packet. I'm not sure why you're
2007 Jul 17
3
TS from DVB-T to Theora + Vorbis
Hello,
Could you kindly point me to some instruction, how to encode demuxed
files (.m2v and .mp2) to .ogg (Theora + Vorbis)? I was trying to use
ffmpeg2theora, but I don't know, how to put two files to ffmpeg2theora
(one audio an one video) and did not found, how to mux them into one
file?
Exist a way, how to do two pass encoding?
I'm using Ubuntu Fiesty Linux.
Thank you,
Jiri Navratil