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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: LosslessCut – Cross-platform GUI tool for fast, lossless video cutting

98 点作者 mifino超过 8 年前

5 条评论

pritambaral超过 8 年前
I guessed from the title it was going to be using ffmpeg, because I myself have used ffmpeg&#x27;s `-ss`, `-t`&#x2F;`-to`, and `-codec copy` numerous times for this exact purpose.<p>Then I saw that this bundles its own piece of Chromium and ffmpeg and is ~70 MB in size. Something is seriously wrong with today&#x27;s app development ecosystem if it takes 70 MB, even when I already have both Chromium and ffmpeg on my system.<p>EDIT: On the other end is QtAV, a cross-platform multimedia player and SDK which took me only 1 MB of network download. It uses Qt and ffmpeg, both of which I already have on my system, so it doesn&#x27;t have to redundantly bundle anything.<p>On OSes without Qt and ffmpeg in their package repos (OS X and Windows), the players are ~ 20 MBs in size. So even if one argues &quot;cost of cross-platform compatibility&quot;, it still doesn&#x27;t make sense to bundle the entirety of a web browser for something as simple as this.
评论 #12886872 未加载
评论 #12886715 未加载
评论 #12887508 未加载
评论 #12888149 未加载
tckr超过 8 年前
Check out AviDemux, <a href="http:&#x2F;&#x2F;fixounet.free.fr&#x2F;avidemux&#x2F;" rel="nofollow">http:&#x2F;&#x2F;fixounet.free.fr&#x2F;avidemux&#x2F;</a> it offers a simple UI and also lossless cutting.
评论 #12889669 未加载
评论 #12887200 未加载
revelation超过 8 年前
So you&#x27;re playing with version X of ffmpeg and cutting with version Y. It seems that X+Y equals disaster.
arjie超过 8 年前
I think including everything is super cool because I had the app installed and running in under 10 seconds. What wasn&#x27;t cool was that I asked to cut a short 15 s video to the first second, and there was no feedback but the spinning gear for 5 minutes.
评论 #12887720 未加载
cm3超过 8 年前
How do you deal with the fact that some video tracks do not provide the needed cross-frame data or the times you&#x27;re cutting are at unfortunate points which would require a re-encoding because a quick byte copy of the existing stream doesn&#x27;t work or at the very least will complain later about missing things like color info (although it&#x27;s played back correctly by mpv)?
评论 #12887609 未加载