search for: alang

Displaying 11 results from an estimated 11 matches for "alang".

Did you mean: alan
2008 Feb 10
3
Misc: handycam raw to ogg / DVD to ogg
...now how to dowload the file from the tape to the computer avoiding kino? I find it too heavy. Something ? la command line would be perfect (i have something like 20 tapes) 2) How do I convert a DVD to ogg format in the most efficient way? Right now I am doing mencoder dvd://1 -oac copy -ovc copy -alang es -slang es -o ~/DVD.avi ffmpeg2theora --optimize -S 0 -K 500 ~/DVD.avi Is there a way to avoid the avi step? (the alang and slang is to choose the Spanish version of the DVD) Thanks! Pau Amaro-Seoane
2019 Jul 25
20
[Bug 111213] New: VA-API nouveau SIGSEGV and asserts
https://bugs.freedesktop.org/show_bug.cgi?id=111213 Bug ID: 111213 Summary: VA-API nouveau SIGSEGV and asserts Product: Mesa Version: 19.0 Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at
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
2014 Nov 07
15
[Bug 86006] New: [NV84] Nvidia GeForce 8600 GT VDPAU h264 hardware acceleration
https://bugs.freedesktop.org/show_bug.cgi?id=86006 Bug ID: 86006 Summary: [NV84] Nvidia GeForce 8600 GT VDPAU h264 hardware acceleration Product: xorg Version: 7.6 (2010.12) Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium
2005 Oct 21
21
PHPonRails ?
I''ve have a very tight schedule project that MUST (not my option), be developed in PHP. Is there a Rails based framework for this platform? I like the Rails way of things, but in this case, I cannot choose the programming language, so please don''t offend me :-) Thanks in advance, Alessandro _______________________________________________ Rails mailing list
2006 Jan 05
0
I found a way to dynamically switch languages in your rails app -- look at it and give your opinions
...slate Your Rails Application as it is. Step2)Now create a table in your project database to store your language names which you are supporting in the project for example "langs" step 3)populate your table with language names, namely hindi, japanes etc. step 4) create a scffold for with aLang controller, just so that life is easy. step 5)now in your layout directory edit the <appname>.rhtml , place a code to select the language <%= start_form_tag :action => ''lang_switch'' %> <%= select ("post","lang_id",Lang.find_all.collect{|p| [p...
2006 Jan 05
0
I found a way to dynamically switch languages in your railsapp -- look at it and give your opinions
...late Your Rails Application as it is. Step2)Now create a table in your project database to store your language names which you are supporting in the project for example "langs" step 3)populate your table with language names, namely hindi, japanes etc. step 4) create a scffold for with aLang controller, just so that life is easy. step 5)now in your layout directory edit the <appname>.rhtml , place a code to select the language <%= start_form_tag :action => ''lang_switch'' %> <%= select ("post","lang_id",Lang.find_all.collect{|p| [...
2006 Jan 16
2
ActiveRecord: table name with spaces?
Howdy. I''m trying to work with a legacy SQL Server database where some of the table names have spaces in them. I''ve done set_table_name "tablename with spaces", but I can''t get find(:all) to work. I get the following error (because apparently it''s not putting [ ] around the name as is required for SQL Server for names with spaces.
2019 Feb 22
1
[Bug 109742] New: vdpau state tracker on nv92 started to hit assert after vl compute work
...er /dev/shm/tmp/output.mkv MPlayer SVN-r38122-5.5.0 (C) 2000-2019 MPlayer Team 224 audio & 464 video codecs Playing /dev/shm/tmp/output.mkv. libavformat version 58.26.101 (internal) libavformat file format detected. [lavf] stream 0: video (vp8), -vid 0 [lavf] stream 1: audio (vorbis), -aid 0, -alang rus VIDEO: [VP80] 1280x720 0bpp 30.000 fps 0.0 kbps ( 0.0 kbyte/s) ========================================================================== Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family libavcodec version 58.47.100 (internal) Selected video codec: [ffvp8] vfm: ffmpeg...
2019 Mar 10
8
[Bug 109952] New: nv106 nv108 confusion
https://bugs.freedesktop.org/show_bug.cgi?id=109952 Bug ID: 109952 Summary: nv106 nv108 confusion Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at
2005 Nov 16
37
Postgresql vs MySQL
Is there any reason to avoid using postgresql for small web apps? That is, is it''s overhead so large that the lighter MySQL will work substantially better for small apps on small machines? Or are they very similar in performance and configuration? I''ve used MySQL but postgresql has its appeals and I''m wondering if I need to keep MySQL around at all. On the other