Viewing profile — _Gyan_
_Gyan_
HN member- Joined
- Sun, Sep 02, 2018, 5:52 AM UTC
- HN karma
- 642
- Public activity
- 86 items
- HN profile
- View on Hacker News ↗
About _Gyan_
Recent public activity
- story
-
comment
Comment #29683577
libav is a part of FFmpeg, and the heart of it. But FFmpeg isn't just a skeleton. Most decoders + protocols + demuxers / muxsers + filters + scaler + resampler are native component…
-
comment
Comment #29681052
API/ABI is meant to be preserved within a major version, but not across. The deprecation period is typically two years, but deletion is usually much later. Do you have examples to …
-
comment
Comment #29680331
For a few years, the default aac coder has been fast. But the twoloop coder is better but slower, and was made default in May 2021. Add `-aac_coder twoloop` (in older builds) and r…
-
comment
Comment #28836240
With ffmpeg, use the below command to calculate maximum timestamps ffmpeg -i INPUT -map 0:v -map 0:a -enc_time_base -1 -c copy -f null - Note the time= value at the end of the proc…
-
comment
Comment #28627264
> You already provided better lines for some of the options than what their docs state I wrote the docs section you refer to :) They are meant to be narrow and to the point, not di…
-
comment
Comment #28625383
Think of ffmpeg as a universal translator. There are 100s of languages in use around the world, with their own syntax, vocabulary, writing system, formal and informal conventions .…
-
comment
Comment #28615264
For `-f h264`, `-bsf:v h264_mp4toannexb` is not needed. It will be automatically inserted as needed, with ffmpeg 4.0 or later. For latency, specify a short GOP size, e.g. `-g 50`
-
comment
Comment #28562358
> literally the only difference is the contents of the "ftyp" box, every other byte is identical. Not quite. There are some boxes acceptable in one but not the other. Strings insid…
-
comment
Comment #28536975
Except for many primate cities: https://en.wikipedia.org/wiki/Primate_city#List
-
comment
Comment #28514010
Don't think that's the main reason. Hollywood has no compunction or lack of skill to embellish or dramatize a mundane life if they need to. I suspect Bach's place at the top is rec…
-
comment
Comment #28456698
See a video with similar setup of a rocket launch constructed out of a timelapse photo sequence: https://www.youtube.com/watch?v=aJy1u-N3NY0
-
comment
Comment #28354175
A profitable strategy only if it attracts a lot more prey than predators.
-
comment
Comment #27727449
The intro of the actual paper* is ambivalent, rather than what the post title asserts. "We critically examine relevant findings and argue that there is no clear evidence for detrim…
-
comment
Comment #27721034
It's a shame that Graeme Garden and Barry Cryer appear to have retired.
- story
- story
-
comment
Comment #27289061
FFmpeg already has registered channels there. Will update website within a day.
-
comment
Comment #26930496
It hasn't, since ffmpeg's inception. It's very unlikely - it would require that ffmpeg verify codec compatibility with the output muxer. Not all muxers have registered a codec tags…
-
comment
Comment #26930188
It's not the first tracks. Read http://ffmpeg.org/ffmpeg.html#Stream-selection
-
comment
Comment #26930186
The first one will re-encode.
-
comment
Comment #26911541
There have been 2000 fixes related to fuzzer issues so far, averaging 400 fixes in recent years. Almost all of them are taken care of by Michael.
- comment
-
comment
Comment #26871562
I don't see FFmpeg on there. See https://link.springer.com/article/10.1007/s11214-020-00765-9 "The core EDL data processing and compression engine is powered by FFMPEG (ffmpeg.org)…
- story