[Freevo-users] Encoding server and resolution ?

2007-05-17 Thread Xavier Beaudouin

Hello,

(Thanks for replies from my precedent post, I am working on it now...)

I use freevo 1.7.1 (debian multimedia packages) under debian 4.0 :)

I have another question about the Encoding server, it seems that it  
change the resolution of encoded file even if I don't want that.


Some log :

2007/05/16 23:10 CEST [-] Encoder Command is "-oac copy -ovc lavc - 
lavcopts vcodec=mpeg4:vhq:vqmin=2:v4mv:trell:autoaspect:vbitrate=1200  
-vf crop=704:432:0:72 -o /opt/freevo/ 
05-15_20:50_P_kin_express_la_route_de_l_Himalaya.avi /opt/freevo/ 
05-15_20:50_P_kin_express_la_route_de_l_Himalaya.avi"


Original resolution is :

file 05-15_20\:50_P_kin_express_la_route_de_l_Himalaya.avi
05-15_20:50_P_kin_express_la_route_de_l_Himalaya.avi: RIFF (little- 
endian) data, AVI, 704 x 576, 25.00 fps, video:, audio: (stereo,  
48000 Hz)



I'd like to know why the resolution changed from 704x576 to 704x432 ?

local_conf.py conf is :

plugin.activate('video.reencode2')
REENCODE_CONTAINER = 'avi'
#REENCODE_RESOLUTION = 'Optimal'
REENCODE_RESOLUTION = '704:576'
#REENCODE_VIDEOCODEC = 'XviD'
REENCODE_VIDEOCODEC = 'MPEG 4 (lavc)'
REENCODE_VIDEOBITRATE = 1200
REENCODE_AUDIOCODEC = 'MPEG 1 Layer 3 (mp3)'
REENCODE_AUDIOBITRATE = 128
REENCODE_NUMPASSES = 1
REENCODE_VIDEOFILTER = None

You can find more configuration info on my copy at http://oav.net/tmp/ 
local_conf.py


Many thanks for any hints :p

/Xavier

smime.p7s
Description: S/MIME cryptographic signature
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Encoding server: howto?

2007-05-02 Thread Duncan Webb
Simon Detheridge wrote:
> On Wed, May 2, 2007 6:48 pm, Duncan Webb wrote:
>> Simon Detheridge wrote:
>>> Hi,
>>>
>>> I read in the changelog that I can now use an encoding server to recode
>>> my
>>> recorded TV shows into a smaller format. My computer isn't really fast
>>> enough to transcode to xvid on the fly... But, I can't figure out how to
>>> do it. Am I supposed to be able to select a 'recode' option on my
>>> recorded
>>> shows, or... ?
>>
>> In local_conf.py add:
>> plugin.activate('video.reencode2')
>>
>> Then, after a restart, on a video item you should see the menu item to
>> transcode.
>>
>> Duncan
> 
> Ah, yes. Seems I uncommented the REENCODE_* options, but missed that one.
> Duh. It's there now, and looks like it's working. :-)

freevo plugins -i video.reencode2
should give you all the options that are available, if not please let me
know.

> Next question: Can I get this to kick in automatically, after recording
> something from the TV?

There is a VCR_POST_REC option that allows you to run a command after a
recording has finished, but you can't get reencode to run after a recording.

> And another: Can I get the recording server to pause while the
> recordserver is working? I don't think my computer can handle both at the
> same time.

No, but the nice levels may allow you to run both together. mencoder
always uses all the available CPU. When I tested this it could record
and encode at the same time. But may not apply on your machine.

Duncan


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Encoding server: howto?

2007-05-02 Thread Simon Detheridge

On Wed, May 2, 2007 6:48 pm, Duncan Webb wrote:
> Simon Detheridge wrote:
>> Hi,
>>
>> I read in the changelog that I can now use an encoding server to recode
>> my
>> recorded TV shows into a smaller format. My computer isn't really fast
>> enough to transcode to xvid on the fly... But, I can't figure out how to
>> do it. Am I supposed to be able to select a 'recode' option on my
>> recorded
>> shows, or... ?
>
>
> In local_conf.py add:
> plugin.activate('video.reencode2')
>
> Then, after a restart, on a video item you should see the menu item to
> transcode.
>
> Duncan

Ah, yes. Seems I uncommented the REENCODE_* options, but missed that one.
Duh. It's there now, and looks like it's working. :-)

Next question: Can I get this to kick in automatically, after recording
something from the TV?

And another: Can I get the recording server to pause while the
recordserver is working? I don't think my computer can handle both at the
same time.

Thanks,
Simon

-- 
"Pokey are you drunk on love?"
"Yes. Also whiskey. But mostly love... And whiskey."

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Encoding server: howto?

2007-05-02 Thread Duncan Webb
Simon Detheridge wrote:
> Hi,
> 
> I read in the changelog that I can now use an encoding server to recode my
> recorded TV shows into a smaller format. My computer isn't really fast
> enough to transcode to xvid on the fly... But, I can't figure out how to
> do it. Am I supposed to be able to select a 'recode' option on my recorded
> shows, or... ?


In local_conf.py add:
plugin.activate('video.reencode2')

Then, after a restart, on a video item you should see the menu item to
transcode.

Duncan


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Encoding server: howto?

2007-05-02 Thread Simon Detheridge
Hi,

I read in the changelog that I can now use an encoding server to recode my
recorded TV shows into a smaller format. My computer isn't really fast
enough to transcode to xvid on the fly... But, I can't figure out how to
do it. Am I supposed to be able to select a 'recode' option on my recorded
shows, or... ?

Any pointers?

Thanks,
Simon

-- 
"Pokey are you drunk on love?"
"Yes. Also whiskey. But mostly love... And whiskey."

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Encoding server and encoding options

2007-04-18 Thread Stéphane VAXELAIRE

Hello,

I'm playing with freevo 1.7 encoding server to rip my mother CSI DVDs.
So I added 2 items to encode in Xvid and Divx format (2 pass) with a  
350 MB size.


All went well for the season 1. The file weights about 380 MB which is  
ok and the video is in 4/3 size format.


Now I'm beginning season 2 and the files weight about 440 MB. The most  
annoying thing is that they are in 16/9 video size format and they  
display as 4/3 thus showing some vertical distortions.


I wondered if there is a way to prevent that or a way to tell xine to  
switch the video mode to 16/9 ?
Moreover, is there a way to change the resolution to which the movie  
is shrinked to (or copied to since in fact the size of the mp4 video  
is the same as the one from the DVD 720x576) ?


And what about changing the codec to a more win32 friendly mp4 format ?
Indeed, I can't read the video under win32 (I chose Divx High Quality,  
installed latest xvid and divx codecs). And Xvid is really long to  
encode on my box compared to Divx.
An episode takes about 45+45mins (2 passes) to be encoded in Divx and  
45 mins + 180 mins (2 passes) to be encoded in Xvid format.


Any help/hints is welcome :)

Have a nice day all...


This message was sent using IMP, the Internet Messaging Program.



pgpDzUDdGDae6.pgp
Description: Signature numérique PGP


bincTboVpIohp.bin
Description: Clef publique PGP
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] Encoding Server

2005-01-10 Thread John Molohan
 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Karl Lattimer
> Sent: 09 January 2005 09:02
> To: freevo-users@lists.sourceforge.net
> Subject: Re: [Freevo-users] Encoding Server
> 
> Faser wrote:
> 
> > Hi Friends,
> >
> > I wanted to give the Encoding Server a try today, but 
> somehow already 
> > failed at the start.
> >
> > 1. The version linked in the wiki
> > 
> http://freevo.sourceforge.net/addons/index.php?action=downloadfile&fil
> > ename=encoding_package-31.tar.gz&directory=Plugins&
> >
> > is not working (no wonder, other then the setuo.py the src 
> directory 
> > is empty.
> >
> > 2. The link on the description page
> > 
> http://www.redsoft.be/index.php?option=com_content&task=view&id=15&Ite
> > mid=41 is directing to the old version 30, but that server is down.
> >
> > I hope someone can give an update on waht is going on with the 
> > Encoding Server and/or someone can post a working version to the 
> > mailing list.
> >
> > Cheers
> >
> > Faserp
> >
> >
> > ---
> > The SF.Net email is sponsored by: Beat the post-holiday blues Get a 
> > FREE limited edition SourceForge.net t-shirt from ThinkGeek.
> > It's fun and FREE -- well, 
> almosthttp://www.thinkgeek.com/sfshirt
> > ___
> > Freevo-users mailing list
> > Freevo-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
> I had the same problem, someone gave me this copy.
> 
> I think someone should fix the site!
> 

Done :)


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Encoding Server

2005-01-09 Thread Jesper Mathiassen
I run Freevo on a FC2 install in X with Nvidia drivers.

Here's how I did it:

first root access (I run my freevo in userspace)

[EMAIL PROTECTED] freevo]$ su -
Password:

next, install the package:

[EMAIL PROTECTED] root]# freevo install /home/freevo/encoding_package-30.tar.gz
running install
running build
running build_py
creating build
creating build/lib
creating build/lib/freevo
creating build/lib/freevo/video
creating build/lib/freevo/video/plugins
copying ./src/video/plugins/__init__.py -> build/lib/freevo/video/plugins
copying ./src/video/plugins/dvdbackup.py -> build/lib/freevo/video/plugins
copying ./src/video/plugins/encodingclient.py -> build/lib/freevo/video/plugins
package init file './src/helpers/__init__.py' not found (or not a regular file)
creating build/lib/freevo/helpers
copying ./src/helpers/encodingserver.py -> build/lib/freevo/helpers
copying ./src/helpers/encodingcore.py -> build/lib/freevo/helpers
package init file './src/helpers/__init__.py' not found (or not a regular file)
running install_lib
copying build/lib/freevo/video/plugins/__init__.py -> 
/usr/lib/python2.3/site-packages/freevo/video/plugins
writing byte-compilation script '/tmp/tmpUhiiW8.py'
/usr/bin/python /tmp/tmpUhiiW8.py
removing /tmp/tmpUhiiW8.py

Start the enconding server:

[EMAIL PROTECTED] root]# freevo encodingserver start

Ignore deprecation warning. At least I can.

/usr/lib/python2.3/site-packages/freevo/helpers/encodingserver.py:186:
DeprecationWarning: twisted.internet.app is deprecated, use
twisted.application or the reactor instead.
  app = Application("EncodingServer")

Add:

plugin.activate('video.dvdbackup')

to local_conf.py

restart freevo, and go :)

- Styx

-- 
PGP/GnuPG key available at http://www.control.aau.dk/~jsma00/pgpkey.txt


signature.asc
Description: Dette er en digitalt underskrevet brevdel


Re: [Freevo-users] Encoding Server

2005-01-09 Thread Karl Lattimer
Faser wrote:
Hi Friends,
I wanted to give the Encoding Server a try today, but somehow already 
failed at the start.

1. The version linked in the wiki 
http://freevo.sourceforge.net/addons/index.php?action=downloadfile&filename=encoding_package-31.tar.gz&directory=Plugins&; 

is not working (no wonder, other then the setuo.py the src directory 
is empty.

2. The link on the description page 
http://www.redsoft.be/index.php?option=com_content&task=view&id=15&Itemid=41 
is directing to the old version 30, but that server is down.

I hope someone can give an update on waht is going on with the 
Encoding Server and/or someone can post a working version to the 
mailing list.

Cheers
Faserp
---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users
I had the same problem, someone gave me this copy.
I think someone should fix the site!


encoding_package-30.tar.gz
Description: GNU Zip compressed data


[Freevo-users] Encoding Server

2005-01-09 Thread Faser
Hi Friends,
I wanted to give the Encoding Server a try today, but somehow already 
failed at the start.

1. The version linked in the wiki 
http://freevo.sourceforge.net/addons/index.php?action=downloadfile&filename=encoding_package-31.tar.gz&directory=Plugins&; 

is not working (no wonder, other then the setuo.py the src directory is 
empty.

2. The link on the description page 
http://www.redsoft.be/index.php?option=com_content&task=view&id=15&Itemid=41 
is directing to the old version 30, but that server is down.

I hope someone can give an update on waht is going on with the Encoding 
Server and/or someone can post a working version to the mailing list.

Cheers
Faserp
---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] encoding server!!!???!! WTF

2004-10-24 Thread Karl Lattimer
Ignore that I found it, I was getting a crash with dvdimage? Dunno what that
was, I think my drive is broken though.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Karl Lattimer
Sent: 24 October 2004 21:42
To: [EMAIL PROTECTED]
Subject: RE: [Freevo-users] encoding server!!!???!! WTF

Thanks 

I mean really thanks, the encoding_server-31.tar.gz should be taken off the
freevo addons page.

I've installed it but don't have it on my menu (ENTER over DVD) is there
another way?

Thanks

Karl,

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Fons van der
Beek
Sent: 24 October 2004 21:13
To: [EMAIL PROTECTED]
Subject: Re: [Freevo-users] encoding server!!!???!! WTF

this one worked for me, i downloaded is some months ago
(but as far as i know it's the same as on the website)

http://ipd50afc73.speed.planet.nl/encoding_package-30.tar.gz

it will be located there for some days


- Original Message - 
From: "Karl Lattimer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, October 24, 2004 10:03 PM
Subject: [Freevo-users] encoding server!!!???!! WTF


> I've tried to find another source for the encoding server mentioned on the
> freevo/addons page, I cannot find a package anywhere and the only code in
> that archive is the setup, which is useless. The __init_.py is empty and I
> would really like to add this feature.
> 
> Does anybody have this feature? Does it work and could someone point me to
> somewhere I can get a copy.
> 
> Thanks
> 
> Karl,
> 
> 
> 
> ---
> This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
> Use IT products in your business? Tell us what you think of them. Give us
> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out
more
> http://productguide.itmanagersjournal.com/guidepromo.tmpl
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users




---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users




---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] encoding server!!!???!! WTF

2004-10-24 Thread Karl Lattimer
Thanks 

I mean really thanks, the encoding_server-31.tar.gz should be taken off the
freevo addons page.

I've installed it but don't have it on my menu (ENTER over DVD) is there
another way?

Thanks

Karl,

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Fons van der
Beek
Sent: 24 October 2004 21:13
To: [EMAIL PROTECTED]
Subject: Re: [Freevo-users] encoding server!!!???!! WTF

this one worked for me, i downloaded is some months ago
(but as far as i know it's the same as on the website)

http://ipd50afc73.speed.planet.nl/encoding_package-30.tar.gz

it will be located there for some days


- Original Message - 
From: "Karl Lattimer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, October 24, 2004 10:03 PM
Subject: [Freevo-users] encoding server!!!???!! WTF


> I've tried to find another source for the encoding server mentioned on the
> freevo/addons page, I cannot find a package anywhere and the only code in
> that archive is the setup, which is useless. The __init_.py is empty and I
> would really like to add this feature.
> 
> Does anybody have this feature? Does it work and could someone point me to
> somewhere I can get a copy.
> 
> Thanks
> 
> Karl,
> 
> 
> 
> ---
> This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
> Use IT products in your business? Tell us what you think of them. Give us
> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out
more
> http://productguide.itmanagersjournal.com/guidepromo.tmpl
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users




---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] encoding server!!!???!! WTF

2004-10-24 Thread Fons van der Beek
this one worked for me, i downloaded is some months ago
(but as far as i know it's the same as on the website)

http://ipd50afc73.speed.planet.nl/encoding_package-30.tar.gz

it will be located there for some days


- Original Message - 
From: "Karl Lattimer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, October 24, 2004 10:03 PM
Subject: [Freevo-users] encoding server!!!???!! WTF


> I've tried to find another source for the encoding server mentioned on the
> freevo/addons page, I cannot find a package anywhere and the only code in
> that archive is the setup, which is useless. The __init_.py is empty and I
> would really like to add this feature.
> 
> Does anybody have this feature? Does it work and could someone point me to
> somewhere I can get a copy.
> 
> Thanks
> 
> Karl,
> 
> 
> 
> ---
> This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
> Use IT products in your business? Tell us what you think of them. Give us
> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
> http://productguide.itmanagersjournal.com/guidepromo.tmpl
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] encoding server!!!???!! WTF

2004-10-24 Thread Karl Lattimer
I've tried to find another source for the encoding server mentioned on the
freevo/addons page, I cannot find a package anywhere and the only code in
that archive is the setup, which is useless. The __init_.py is empty and I
would really like to add this feature.

Does anybody have this feature? Does it work and could someone point me to
somewhere I can get a copy.

Thanks

Karl,



---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Encoding Server : choosing language ?

2004-09-18 Thread Jacques Arquey
Sorry my question was ambiguous.
Il talked about the "dvd bavkup" plugin (and the encodng server associated 
to it) .
It's useful to convert very friendly with  freevo a dvd into a divx or xvid 
file but I don't know how to parameter the choice of the audio track.
You can find the plugin on the add-on page.:
http://freevo.sourceforge.net/addons/index.php?direction=0&order=&directory=Plugins

- Original Message - 
From: "Gedeco" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, September 18, 2004 1:26 PM
Subject: Re: [Freevo-users] Encoding Server : choosing language ?


Encoding server works fine except i dont know how to select the language
(and so set my prefered alang option during mplayer audio encoding)
Thanks
I suspect you are talking about the language used when freevo starts up?
In my linux distro (fedora core 2) you should change the file
/etc/sysconfig/i18n wich is a general distro config file. So other
programs would change their language also

---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users 

---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Encoding Server : choosing language ?

2004-09-18 Thread Gedeco
> Encoding server works fine except i dont know how to select the language
> (and so set my prefered alang option during mplayer audio encoding)
> Thanks

I suspect you are talking about the language used when freevo starts up?

In my linux distro (fedora core 2) you should change the file
/etc/sysconfig/i18n wich is a general distro config file. So other
programs would change their language also




---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Encoding Server : choosing language ?

2004-09-17 Thread Jacques Arquey



Encoding server works fine except i dont know how 
to select the language 
(and so set my prefered alang 
option during mplayer audio encoding)
Thanks