vigneshv_psg | 1 year ago | on: Germany's Sovereign Tech Fund Now Supporting FFmpeg
vigneshv_psg's comments
vigneshv_psg | 2 years ago | on: Junk drawer phone as a music streaming server
Perhaps, it can be hooked up to a smart plug and charged up whenever battery goes down below a certain percentage and shut it off when it's full.
vigneshv_psg | 3 years ago | on: FFmpeg 6.0
vigneshv_psg | 3 years ago | on: FFmpeg 6.0
but the ~1 second precision that you see is by accident where the source file happens to have a keyframe every 1 second. that may not be the case always. :)
vigneshv_psg | 3 years ago | on: FFmpeg 6.0
in this case, it is important to be aware that the times you specify may not be extracted exactly. it will be off by a few frames based on keyframe availability. the only way to extract exact frames is to re-encode. :)
vigneshv_psg | 3 years ago | on: Tesla video promoting self-driving was staged, engineer testifies
it reminds me of a time when Larry Page (in a deposition) referred to the code repository at Google as: "I mean, there's some code-based repository thingy".
https://www.scribd.com/document/355385613/Larry-Page-deposit...
vigneshv_psg | 4 years ago | on: Show HN: OnlyRecipe.app – Remove clutter from recipe sites
The "Print Recipe" page usually contains just the recipe in a format which is easy to read without any clutter.
vigneshv_psg | 7 years ago | on: Show HN: A free, lightweight static page to get stock quotes using the IEX API
I have now transitioned to my own Google Sheet with the "=GOOGLEFINANCE()" function for getting the stock data. Works pretty well.
vigneshv_psg | 10 years ago | on: Gaming the H-1B system for good
(source: i'm indian and i have a lot of friends who moved here on a H1B through the 'outsourcing' companies).
vigneshv_psg | 10 years ago | on: JFK Displays Actual Wait Times Using Beacons That Monitor Mobile Phones
vigneshv_psg | 10 years ago | on: JFK Displays Actual Wait Times Using Beacons That Monitor Mobile Phones
Each passenger can be given a smart card along with the boarding pass (or embedded in the boarding pass). The sensors could merely check for the smart card at certain points and determine how long it took for the passenger to clear security, etc. The airline can then collect the smart card back just before boarding when they scan the boarding pass. Seems like a simple solution that would work without much privacy concerns.
vigneshv_psg | 11 years ago | on: Project Fi by Google
nevertheless, they also have an option to upgrade to 3G data for a fee ($10 or so).
vigneshv_psg | 11 years ago | on: Project Fi by Google
vigneshv_psg | 11 years ago | on: VP9: Faster, better, buffer-free YouTube videos
vigneshv_psg | 11 years ago | on: VP9: Faster, better, buffer-free YouTube videos
vigneshv_psg | 11 years ago | on: fork() can fail
vigneshv_psg | 12 years ago | on: Show HN: My first website, an episode list for over 3000 shows
vigneshv_psg | 12 years ago | on: Chromecast URL Player
vigneshv_psg | 12 years ago | on: Chromecast URL Player
vigneshv_psg | 12 years ago | on: Chromecast URL Player
disclosure: i work on the Chrome team but have nothing to do with chromecast.
i see some generic posts about how ffmpeg is written in C and Assembly and will not be re-written in C++, but nothing about Rust.