TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Create Vintage Videos Using FFmpeg in 4 Simple Steps

293 点作者 ponderingfish超过 4 年前

11 条评论

systemvoltage超过 4 年前
Every single vintage effect misses out on one crucial factor - Resolution. Vintage films (even when scanned in 4K) do not have the same type of aliasing and sharpening aspects that digital cameras have. This effect is what “makes” it vintage for me.<p>If you haven’t seen, Apollo (2019) documentary is simply stunning and even though it’s in 4K, it appears vintage.
评论 #25103016 未加载
评论 #25103391 未加载
评论 #25103238 未加载
评论 #25105690 未加载
评论 #25102896 未加载
评论 #25102780 未加载
评论 #25103983 未加载
minimaxir超过 4 年前
For working with FFmpeg for programmatic video editing, I also recommend using moviepy: <a href="https:&#x2F;&#x2F;github.com&#x2F;Zulko&#x2F;moviepy" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Zulko&#x2F;moviepy</a><p>Discussion a few years ago: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=16297295" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=16297295</a>
__zayne__超过 4 年前
It’s cool to see more people writing posts and experimenting on this topic. I was surprised at how little info I could find trying to research this about a year ago, and spent a decent chunk of this year experimenting with trying to create vintage&#x2F;retro video filters using FFmpeg. If anyone is curious, I shared a bunch of my notes on this topic here a little while ago: <a href="https:&#x2F;&#x2F;zayne.io&#x2F;articles&#x2F;vintage-camera-filters-with-ffmpeg" rel="nofollow">https:&#x2F;&#x2F;zayne.io&#x2F;articles&#x2F;vintage-camera-filters-with-ffmpeg</a><p>Disclaimer: I’m still an FFmpeg noob
frankzander超过 4 年前
Site doesn&#x27;t work well with disables JS because of AMP. please disable this useless crap.
评论 #25103218 未加载
deeblering4超过 4 年前
To me the film damage&#x2F;dust&#x2F;hair overlay seems a bit severe. It’s kind of a default “old stuff looks like this” filter, but I don’t think old films were actually this damaged unless it was stored outside for years or something.
评论 #25108551 未加载
评论 #25107932 未加载
oh_sigh超过 4 年前
Slightly off-topic, but why do old time football videos always seem like they&#x27;re played at 80% speed?
评论 #25107930 未加载
throw_m239339超过 4 年前
Does anybody know how to overlay a shorter footage on a longer one? Because the shortest footage just freeze at the last frame in the tutorial. I want the shorter overlaid footage to loop on top of the longer one, Here is what I&#x27;ve tried:<p><pre><code> ffmpeg -i &quot;Old Film Grain.mp4&quot; -i &quot;main-footage.mp4&quot; -filter_complex \ &quot;[0]format=rgba,colorchannelmixer=aa=0.25[fg];[1][fg]overlay[out]&quot;\ -map [out] -pix_fmt yuv420p -crf 18 final.mp4 </code></pre> The shortest footage (Old Film Grain.mp4) doesn&#x27;t loop as an overlay.
评论 #25106830 未加载
评论 #25106681 未加载
ux超过 4 年前
You forgot to add a vignette filter :)<p>Also, the vignette preset for the curves filter is a bit over-the-top, you may want to get a smoother preset (the vignette filter can import Photoshop preset files, so you can look if you can find a free preset somewhere). Alternatively you can find out strategic keypoints within GIMP and translate them to FFmpeg parameter (a bit more hassle I admit), but note that the interpolation between points might not be exactly the same.
评论 #25107925 未加载
offtop5超过 4 年前
Seems like a cool weekend project to get this whole flow working as a lambda.<p>Charge people 10$ a month or so to upload and convert videos to this
评论 #25108915 未加载
评论 #25107919 未加载
supernova87a超过 4 年前
If only now you could add the film going through the projector shutter sound! (and the reel flapping at the end when done)
johnchristopher超过 4 年前
I&#x27;d add some blur, applied in random spots but large enough not to notice it&#x27;s shifting.