Viewing profile — vigneshv_psg
vigneshv_psg
HN member- Joined
- Fri, May 27, 2011, 2:26 AM UTC
- HN karma
- 174
- Public activity
- 61 items
- HN profile
- View on Hacker News ↗
About vigneshv_psg
Recent public activity
-
comment
Comment #40382888
are you talking about a specific thread? if so, could you please link to it. i see some generic posts about how ffmpeg is written in C and Assembly and will not be re-written in C+…
-
comment
Comment #35748302
Isn't it an inherent problem with phones that if they are left on charge forever that their battery will explode? I've had test devices that I left connected for months together an…
-
comment
Comment #34976384
yeah these are pretty much the options. i believe the ffmpeg command that OP suggested would do option 3.
-
comment
Comment #34976378
yeah it probably doesn't matter in practice. you may run into some audio sync issues. but the ~1 second precision that you see is by accident where the source file happens to have …
-
comment
Comment #34972332
i understand that this is the fastest way to extract frames, but it is limited by key frame availability in the original file (i.e.) you can only start the output from a keyframe. …
-
comment
Comment #34417670
fwiw, it seems like it's a common thing to avoid answering vague/overly broad questions like this in a deposition. see here: https://old.reddit.com/r/SelfDrivingCars/comments/10df9…
- story
-
comment
Comment #29797268
Slightly off topic, but a hack that i have found to read recipe websites on my phone is to use the "Print Recipe" link that most websites provide. It gets rid of most of the annoyi…
- story
-
comment
Comment #16961021
hmm, while this is cool i am not sure if it is a full-fledged replacement for the Google Finance "portfolios" feature. That lets you add the number of stocks you own for each symbo…
-
comment
Comment #10590605
As far as i know, most of the outsourcing companies have a contract with the employee that will make the employee pay a huge fine if he quits them after moving to the US. I'm not s…
-
comment
Comment #10099171
yes, but using a thing they already have comes with privacy concerns. it also depends on their wifi/bluetooth being in "discoverable" mode.
-
comment
Comment #10099131
I am just curious. Wouldn't it be more easier to do this with specific devices than using the phones? Each passenger can be given a smart card along with the boarding pass (or embe…
- story
-
comment
Comment #9422323
in most countries i've been to (UK, Canada, India) 2G data came in handy for things like navigation. note that 2g is part of your plan and it does not cost anything extra. neverthe…
-
comment
Comment #9422272
FWIW, T-Mobile in the US already has the exact same offering [1]. Their plan has free texts and 2g data in 120+ countries. Calls cost 20 cents per minute. [1] http://www.t-mobile.c…
-
comment
Comment #9330563
This I/O 2013 video has some technical information about the codec internals: https://www.youtube.com/watch?v=K6JshvblIcM
-
comment
Comment #9330559
no it does not. it has a hardware VP8 decoder though. source: https://developers.google.com/cast/docs/media
- story
-
comment
Comment #8204976
i had a similar thought when i read this. it would be nice if you can share other similar stuff in that list of yours! :-)
- story
-
comment
Comment #7608472
Looks pretty good. I've been using http://www.airdates.tv/ for this stuff. One suggestion would be to add more service providers like Google Play Movies and Vudu.
- story
-
comment
Comment #7367002
the particular example that you want seems to use eplayer. it seems like it's a livestream and uses some proprietary protocol and is not as simple as fetching data from a URL and p…
-
comment
Comment #7366694
No, chromecast cannot play flash videos. But you can extract the URL of the videos from common swf based players like JWPlayer using a tool like youtube-dl [1] and then use that UR…