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: I made a privacy-friendly and free image, audio and video converter

52 pointsby tommyjepsen10 months ago

8 comments

numbsafari10 months ago
I wish pages like this had a way to specify, in the HEAD tag, that they are to be run in an additional sandbox with zero network access. That way, the user agent could render them in a special way to indicate to the user that it is safe to share data with the app.<p>Because nothing is stopping this app from updating its code after a few weeks in order to begin shipping data.<p>Of course, you can download the page and then use it off-line. Sure. But it&#x27;d be nice for a page author to communicate &quot;I&#x27;m good, this page is self-contained and doesn&#x27;t need any further access to the network, please let the user know.&quot;<p>Allowing a user to &quot;pin&quot; that status would similarly be great. Oh, and apply that or make it available to browser extensions.
评论 #40995962 未加载
评论 #40997631 未加载
评论 #40996143 未加载
评论 #40995883 未加载
Retr0id10 months ago
I dig the simplicity, but &quot;mp4&quot; for example is just a container format. Even if you don&#x27;t make the codecs user-configurable, it&#x27;d be nice to know which codecs are being used e.g. &quot;mp4 (h264 + AAC)&quot;.<p>Question, does it strip metadata? Because ideally that&#x27;s what I&#x27;d expect from a &quot;privacy-friendly&quot; tool.<p>I let it &quot;convert&quot; one mp4 file into another, and it&#x27;s taking a while, which makes me think it&#x27;s doing a full re-encode. It might be worth adding logic to merely remux i.e. &quot;-vcodec copy&quot; where possible, as an optimisation.<p>Consider adding HEIC&#x2F;HEIF image support, as well as JXL. Slightly less common, but all the more reason why someone would want to convert.
评论 #40995965 未加载
评论 #40996211 未加载
latexr10 months ago
Major thumbs up on the idea and the simple interface, though some feedback:<p>If everything is local, using “Download” and “Upload” doesn’t seem like the proper choice of words.<p>It’s confusing that the Download button is on a table which shows the name of the file we “uploaded”, making it look like we’ll get the same file and not the conversion.<p>It might be worth considering some basic options to determine quality. Nothing too fancy, but at least an idea of what the quality&#x2F;size ratio will be. For testing purposes I converted an MP4 to WebM which reduced it to less than one sixth of the size but the quality was so destroyed that the time and resources it took were a waste, the file went straight into the bin.
评论 #40995638 未加载
XCSme10 months ago
Congrats on the tool&#x2F;release.<p>I was slightly confused at the start, as I didn&#x27;t know exactly what it converts the image&#x2F;audio&#x2F;video into? I thought, based on the title, that it can convert image to video for example, or video to audio. Can it? Or is it more of a format&#x2F;encoding converter?
评论 #40995751 未加载
TowerTall10 months ago
This is a great tool and you should consider converting it to a PWA so it can be installed in addition to bookmarked.<p>Uploaded five files ~86 mb each (opus &gt; wav). 3 files get converted ok. Two stops at 97% in brave&#x2F;win11. DevTools reports: RangeError: Array buffer allocation failed<p>Firefox&#x2F;win 11 converted all files.
评论 #40995571 未加载
codedokode10 months ago
Using online converter is actually a good idea because it is often difficult to install tools like ffmpeg properly; for example, by default Fedora installs a version of ffmpeg which doesn&#x27;t contains encoder like x264 and it requires googling and trying different commands to fix it.
otts_boris10 months ago
Extremely convenient. Nice to see WASM is enabling such use cases. It&#x27;s crazy how many online converter websites and none of them are good (ads, paid features, etc.).<p>My recommendation: think about PDFs. A lot of space for disrupting existing conversion websites there when it comes to speed, privacy, UI&#x2F;UX. Not even anything complicated: splitting, combining, rotating, compressing, etc.
评论 #40996941 未加载
antegamisou10 months ago
So this is ffmpeg in the cloud?
评论 #40996062 未加载
评论 #40996041 未加载
评论 #40999395 未加载