Guruza search results for video http://guruza.com/searches/show/271 Questions recently submitted to Guruza that match the query: video Thu, 20 Nov 2008 13:37:30 -0800 $5.00 - I'm looking to buy cell phone which is one a lower price. Latest and best ce... http://guruza.com/question/598/reward-5.00 I'm looking to buy cell phone which is one a lower price. Latest and best cell phone mostly has been sold at the market today. And will attract to a person that could be easy to use for them. And i finally the cell phone which i wanted to buy through this site www.cellulartraders.com. But I'm not really satisfied for it.Can you give me any suggestions about buying or selling mobile phones. And Im very much appreciate of what you have suggestions. Tue, 14 Oct 2008 19:25:15 -0700 $5.00 - I Need A FULL Summary Of The Book Skinwalkers By Tony Hillerman That Gives EV... http://guruza.com/question/572/reward-5.00 I Need A FULL Summary Of The Book Skinwalkers By Tony Hillerman That Gives EVERYTHING From The Beginning To End THANKS! also anytime I ask this question people think i am cheating on homework or something so just so you all know this is for my library Tue, 29 Apr 2008 17:46:38 -0700 $5.00 - What is a good social book recommendation site (excluding LibraryThing.com)? ... http://guruza.com/question/533/reward-5.00 What is a good social book recommendation site (excluding LibraryThing.com)? I'm looking for something like reddit, but for books. Mon, 21 May 2007 06:31:31 -0700 $5.00 - hello - i need to understand the costs for streaming video from a web site. w... http://guruza.com/question/524/reward-5.00 hello - i need to understand the costs for streaming video from a web site. will pay $5 for cost/volume breakdown. thanks Mon, 30 Apr 2007 12:35:21 -0700 $0.00 - I live in australia wondering if there were any free web based proxies like t... http://guruza.com/question/508/reward-0.00 I live in australia wondering if there were any free web based proxies like this one http://home.exetel.com.au/sidestep/index.htm Tue, 27 Mar 2007 01:52:22 -0700 $0.00 - What song do Corky Dolph and Kearney sing at the end of a Simpsons episode? http://guruza.com/question/499/reward-0.00 What song do Corky Dolph and Kearney sing at the end of a Simpsons episode? Tue, 13 Mar 2007 12:09:18 -0700 $25.00 - Ruby question here: I've got an array full of hashes, some of which are ident... http://guruza.com/question/475/reward-25.00 Ruby question here: I've got an array full of hashes, some of which are identical. How can I make take out all the duplicates hashes. I thought my_array.uniq! would do it... but um, it doesn't. Thu, 14 Dec 2006 11:37:15 -0800 $20.00 - I have a hash in ruby that looks like this: [ {"video_id": 3,"tag_id": 2}... http://guruza.com/question/449/reward-20.00 I have a hash in ruby that looks like this: [ {"video_id": 3,"tag_id": 2}, {"video_id": 3, "tag_id": 4}, {"video_id": 3, "tag_id": 8}, {"video_id": 5, "tag_id": 2}, {"video_id": 5, "tag_id": 9} ] And I want it broken up into an array the tag_id's that are common to all the video_id's present. In above case, the array would be: common_tags[0] = 2 because tag_id number 2 is the only tag that is common to both video_id's 3 and 5. Fri, 01 Dec 2006 09:02:24 -0800 $50.00 - We are taking arbitrarily sized videos that are all either at 392x294 or belo... http://guruza.com/question/448/reward-50.00 We are taking arbitrarily sized videos that are all either at 392x294 or below and either leaving them as is, or scaling them up to be 392x294. In videos being scaled up, we see scaling artifacts that we think are due to a lack of interpolation. When scaling the video by 100 percent there are no artifacts, same with 200 percent and so on. But when scaling up by an arbitrary percentage value (whatever value we need so the video reaches the desired dimensions) we get artifacts such as cut-off or repeated pixels (most noticeable with text). Why is this happening? Inside the flash player we are using the standard embed video object and loading flv files into it. When using the Media Playback component, similar artifacts appear on arbitrary scalings (scaling by tenths is also fine). We are using one-pass FLV 1 h.263 derivative encoding standard for Flash 7. Uploading the same video to youtube and viewing youtube with a flash 7 player does not show these same artifacts. What are we doing wrong? The only constraint we have is that we're using flash 7. Thu, 30 Nov 2006 09:46:47 -0800 $25.00 - In a RoR application I am making I have a sortable table made using a techniq... http://guruza.com/question/418/reward-25.00 In a RoR application I am making I have a sortable table made using a technique similar to this: http://dev.nozav.org/rails_ajax_table.html This is a two part question: Normally the table is 'unsorted' when you get to it even though the items are alreay in alphabetical order according to the first column. Because of this, the first time you click title to sort by name it appears to do nothing because it was going from 'unsorted' to 'sorted by name' and both are identical. On the first click it should go from 'sorted by name' to 'reverse sorted by name' and the sort_td_class_helper should have the 'sortdown' class applied to it when the page loads. **A solution would either include sample code or enough explanation that I can get it to work.** The other part of the question is how can I make the sorting case-insensive? **A solution would either include sample code or enough explanation that I can get it to work.** Thu, 21 Sep 2006 10:55:10 -0700 $0.00 - I have a 2006 Honda Civic. The front bumper is very low and I am having probl... http://guruza.com/question/385/reward-0.00 I have a 2006 Honda Civic. The front bumper is very low and I am having problems when I park the car in front of a cement slab because if I park too close to the parking slab, my front bumper is pushed in. I have had to replace the bumper ($2,000) since this has occured two times. I am looking to install a system (sensors?) or whatever that will alert me when my front bumper is approaching too close to one of these cement parking slabs. HELP! Fri, 08 Sep 2006 15:16:07 -0700 $50.00 - How do you use Transcode to compress Ogg Vorbis video into Flash 7 compatible... http://guruza.com/question/320/reward-50.00 How do you use Transcode to compress Ogg Vorbis video into Flash 7 compatible .flv files? This would presumably be done using the ffmpeg export module. I am using the MacOS but this will be running on a Linux server of some flavor. From what I've gathered there shouldn't be much difference in implimentation between those two platforms. I have already gotten ffmpeg to do this compression on both platforms. The question now is how to do that through Transcode. Ideally the response would be in the form of a line of code or a short script, but if an explanation is enough to get me up and running I'll consider that a succesful answer. Here are some links that might prove handy: * [Transcode Wiki](http://www.transcoding.org/cgi-bin/transcode) * [Ffmpeg Export Module for Transcode](http://www.transcoding.org/cgi-bin/transcode?Export_Modules/Export_Ffmpeg) * [Flash conversion script for Ffmpeg](http://www.lvp-site.nl/flv/flvconvert.txt) Tue, 15 Aug 2006 16:44:00 -0700 $2.00 - can anyone find the video of jake plummer giving kids a tour at the zoo defen... http://guruza.com/question/267/reward-2.00 can anyone find the video of jake plummer giving kids a tour at the zoo defending his cardinal mascott. i think it was a united ways commercial. impossible to find. Wed, 26 Jul 2006 07:03:58 -0700 $3.00 - How can I convert a VHS tape that has about 12 media interviews into 12 MPEGs... http://guruza.com/question/253/reward-3.00 How can I convert a VHS tape that has about 12 media interviews into 12 MPEGs? I am looking more for a service to do this vs buying a device/installing hardware. I am open to devices that review well. Thu, 20 Jul 2006 15:21:09 -0700 $100.00 - Where can I host my video/audio files for my podcast for free other than ourm... http://guruza.com/question/227/reward-100.00 Where can I host my video/audio files for my podcast for free other than ourmedia.org and internet archive please? I need a place where they provide good bandwidth per month and give me direct URL of the media file so that i can put it on my blog and must be absolutely free. Sat, 08 Jul 2006 09:23:20 -0700 $10.00 - Can anyone recommend a good, cheap, merchant account service? http://guruza.com/question/202/reward-10.00 Can anyone recommend a good, cheap, merchant account service? Mon, 03 Jul 2006 15:01:07 -0700 $5.00 - What is the best way to follow the world cup online? http://guruza.com/question/125/reward-5.00 What is the best way to follow the world cup online? Wed, 28 Jun 2006 08:42:55 -0700 $0.50 - which laptop should i buy? http://guruza.com/question/100/reward-0.50 which laptop should i buy? Tue, 13 Jun 2006 16:34:46 -0700 $10.00 - No sound in Mozilla Linux when playing Flash movies. Sound works everywhere e... http://guruza.com/question/26/reward-10.00 No sound in Mozilla Linux when playing Flash movies. Sound works everywhere else except within flash. Flash video plays normal, just no sound. Wed, 17 May 2006 23:38:38 -0700