Re: [SLUG] compress videos post Kino?

2009-03-02 Thread Sridhar Dhanapalan
2009/3/2 Sonia Hamilton :
> I've been using Kino to record videos of my BJJ training and
> competitions [1]. Kino's all working nicely but I've noticed that the
> videos (.avi version 2) are large - too large to record to dvd for backup.
>
> What's the canonical way of compressing videos? Any tool people would
> recommend?

mencoder, transcode, ffmpeg

The thing to remember is that the file extensions you see on most
videos (.avi, .mov, .ogg, etc.) are indicators of their container
formats and are not reflective of the codecs used within. The
container multiplexes a few data streams, most commonly an audio and a
video track. You could also have other tracks to cover subtitles,
closed captions, translations, commentary, and so on.

So what you ought to be examining is the audio and the video format
used within the container. A lot of stuff you find on the Internet
contain DivX or XviD video with MP3 audio. You can get better audio
quality/compression if you used Vorbis instead. If audio isn't
important, you could cut out that stream altogether.

-- 
Bring choice back to your computer.
http://www.linux.org.au/linux
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] compress videos post Kino?

2009-03-02 Thread Marghanita da Cruz

Sonia Hamilton wrote:

I've been using Kino to record videos of my BJJ training and
competitions [1]. Kino's all working nicely but I've noticed that the
videos (.avi version 2) are large - too large to record to dvd for backup.

What's the canonical way of compressing videos? Any tool people would
recommend?

[1] http://en.wikipedia.org/wiki/Bjj



Hi Sonia,

FFMPEG and FFMPEG Theora integrate with Kino to provide compression.  I use Ogg, 
as the open, format but FFMPEG also does MPEG4 - though I am not sure of the 
licensing on that. You can also run FFMPEG on its own, but it doesn't have a 
graphical interface.


See links from:


If you were making a DVD you would need MPEG2 compression (though this is 
licensed at the encoder).


I recently came across the AMV format on a portable Multimedia Video Player, 
which I documented here:



Marghanita
--
Marghanita da Cruz
http://www.ramin.com.au
Phone: (+61)0414 869202

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] compress videos post Kino?

2009-03-02 Thread Blindraven
BJJ !
Who do you train with Sonia?

I'm with Bruno Panno over @ Gracie Sydney.



On Tue, Mar 3, 2009 at 6:25 AM, Dean Hamstead  wrote:

> Mencoder is your Swiss army knife of encoders. It's not on debian by
> default  so it may not be in ubuntu.
>
>
> Dean
>
>
> On 02/03/2009, at 8:01 AM, Sonia Hamilton  wrote:
>
>  I've been using Kino to record videos of my BJJ training and
>> competitions [1]. Kino's all working nicely but I've noticed that the
>> videos (.avi version 2) are large - too large to record to dvd for backup.
>>
>> What's the canonical way of compressing videos? Any tool people would
>> recommend?
>>
>> [1] http://en.wikipedia.org/wiki/Bjj
>>
>> --
>> Sonia Hamilton.
>>
>>
>> --
>> SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
>> Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
>>
> --
> SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
> Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
>



-- 
"None are so hopelessly enslaved as those who falsely believe they are
free."
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] compress videos post Kino?

2009-03-02 Thread Dean Hamstead
Mencoder is your Swiss army knife of encoders. It's not on debian by  
default  so it may not be in ubuntu.



Dean

On 02/03/2009, at 8:01 AM, Sonia Hamilton  wrote:


I've been using Kino to record videos of my BJJ training and
competitions [1]. Kino's all working nicely but I've noticed that the
videos (.avi version 2) are large - too large to record to dvd for  
backup.


What's the canonical way of compressing videos? Any tool people would
recommend?

[1] http://en.wikipedia.org/wiki/Bjj

--
Sonia Hamilton.


--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] compress videos post Kino?

2009-03-02 Thread Alex Samad
On Mon, Mar 02, 2009 at 08:01:35AM +1100, Sonia Hamilton wrote:
> I've been using Kino to record videos of my BJJ training and
> competitions [1]. Kino's all working nicely but I've noticed that the
> videos (.avi version 2) are large - too large to record to dvd for backup.
>
> What's the canonical way of compressing videos? Any tool people would
> recommend?

have a look at avidemux

>
> [1] http://en.wikipedia.org/wiki/Bjj
>
> -- 
> Sonia Hamilton.
>
>
> -- 
> SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
> Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
>

-- 
"I don't have people coming in the rope line saying, 'I'd like a new bridge, or 
how about some more highway money.'  They're coming to say, 'I'm coming to tell 
you, Mr. President, I'm praying for you.'"

- George W. Bush
09/12/2006
Washington, DC
said to journalists in the Oval Office (as reported by the National Review)


signature.asc
Description: Digital signature
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] compress videos post Kino?

2009-03-02 Thread Sonia Hamilton

I've been using Kino to record videos of my BJJ training and
competitions [1]. Kino's all working nicely but I've noticed that the
videos (.avi version 2) are large - too large to record to dvd for backup.

What's the canonical way of compressing videos? Any tool people would
recommend?

[1] http://en.wikipedia.org/wiki/Bjj

--
Sonia Hamilton.


--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html