TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

98 pointsby mifinoover 8 years ago

5 comments

pritambaralover 8 years ago
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 未加载
tckrover 8 years ago
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 未加载
revelationover 8 years ago
So you&#x27;re playing with version X of ffmpeg and cutting with version Y. It seems that X+Y equals disaster.
arjieover 8 years ago
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 未加载
cm3over 8 years ago
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 未加载