
Free PDF Tools That Never Upload Your Files | imissfiles
Merge, split, compress, sign, and convert PDF files with 48 free tools that run entirely in your browser. No account, no upload, no limits.
@imissfiles · X
The full gallery
Tech stack
22 projects

Merge, split, compress, sign, and convert PDF files with 48 free tools that run entirely in your browser. No account, no upload, no limits.
@imissfiles · X

Convert MP3 and MP4 files to editable transcripts with timestamps and speaker identification.
digiplanp · V2EX
做了一个音视频转文字工具,支持 MP3/MP4、说话人识别和字幕导出 大家好,最近做了一个在线音视频转文字工具 ToText ,想发出来请大家体验一下,也听听 V 友的意见。 最开始做这个工具,是因为我自己在处理会议录音、访谈和视频内容时,发现单纯生成一大段文字并不太实用。转录完成后,通常还需要反复对照原始录音、修改错误、区分说话人,再整理摘要或字幕。 所以现在做成了一个相对完整的工作流: * 上传 MP3 、MP4 、M4A 、MOV 、WAV 、WebM 等音视频文件 * 自动识别语言并生成带时间戳的文字稿 * 支持说话人识别和说话人名称修改 * 点击文字片段可以跳转到对应的音视频位置 * 可以搜索、编辑和校对转录内容 * 自动生成摘要、会议纪要、章节和行动事项 * 支持导出 TXT 、DOCX 、PDF 、SRT 、VTT 、CSV 和 JSON 音频文件可以直接使用 [MP3 to Transcript]( https://totext.app/) 功能,比较适合播客、访谈、课程录音、会议和语音备忘录。 视频文件也使用同一个编辑器,通过

Drop text, files and content, get a link. Share text, code, images, videos, and files with auto-expiry, live collaboration, and secure premium controls.
@Jatin__Saini · X

Convert and edit audio, images, PDFs, and videos with 150+ free online tools, no signup required.
@factfile0 · X

Upload or paste audio and video files to convert them to searchable, editable text transcripts.
yongkunchen · V2EX
新上线了一个音视频转文字的小工具 最近抽时间做了一个小工具 AnyToTranscript ,主要是把音频和视频快速转换成文本,支持时间戳和说话人识别。 目前已经上线了,自己也还在不断优化。如果你平时有整理访谈、会议、课程或者视频字幕的需求,欢迎体验一下: https://anytotranscript.com/ 如果你愿意试用,也很欢迎告诉我使用过程中遇到的问题,或者有哪些功能是你觉得值得加的。对独立开发者来说,这些反馈真的很有帮助。

Upload an image to translate its text to 130+ languages instantly.
Image Translate AI — AI 图片翻译软件,翻译 70 多种语言的图片文本,专为专业人士,电商商家打造。保持图片原始布局,扩大全球影响力,并简化本地化流程

Serve and publish HTML files directly from your Google Drive.
debamitro · HN
I found that AI tools are generating excellent HTML documents nowadays, yet there's no easy way to show them to others. Yes, there's GitHub pages - but I don't know if it is user-friendly for non-technical people. This app allows you to keep your HTML file in your Google Drive and serve it from there. Feedback is most welcome.

Send any file to clients as a single review link. Collect feedback, approvals, and sign-off in one place. No client account required. Free to start.
@mikevannelli · X

Transcribe audio and video recordings into searchable, editable text.
lavande · V2EX
做了一个语音转文字的工具,另加 AI 总结、翻译、提问等(附踩坑记录) 先上链接:[Echoryte]( https://echoryte.com/) 感觉这个网站 vibe coding 的话,感觉手熟的同学可能半天就能搓出来…… 但是我用了一个多月才上线,主要是被 GPT5.6 坑了,当时 5.6 和 fable 前后发布,然后试了试用 fable 5 做的 plan ,然后 5.6 sol 推理开到最大去执行。结果愣是给我干了 33 个小时没停,写了将近 2 万行代码。 但是坑就坑在这,推理开太高,就过度思考了,给我整了很多虚头巴脑的东西出来,什么“门禁”我也不懂,什么合规,一大堆,然后我就不停地删,删了一个月,最后我就跟 GPT 说,我特么是个人小项目,不是大公司,再这么高下去永远上不了线了。然后终于看删的差不多了,上线了! 欢迎大家试用,轻拍,谢谢!

Edit, compress, convert, and merge video and audio files in your browser.
zhw2590582 · V2EX
最近对网站进行了重构,做成了免费的视频工具站:[ArtPlayer Tools]( https://artplayer.org/tools/) 主要是围绕着 ffmpeg.wasm 和 mediabunny 实现的一些可以直接在浏览器里用的视频/音频工具,常用的有: - 视频压缩:[Compress Video]( https://artplayer.org/compress-video/) - 视频裁剪:[Crop Video]( https://artplayer.org/crop-video/) - 视频合并:[Merge Video]( https://artplayer.org/merge-video/) - 视频尺寸调整:[Resize Video]( https://artplayer.org/resize-video/) - 视频旋转:[Rotate Video]( https://artplayer.org/rotate-video/) - 视频调速:[Change Video Speed]( https://artplayer.org/change-video-speed/) - 添加文字到视频:[Add Text to Video]( https://artplayer.org/add-text-to-video/) - 添加水印:[Watermark Video]( https://artplayer.org/watermark-video/) - 提取字幕:[Subtitle Editor]( https://artplayer.org/subtitle-editor/) - HLS 转 MP4:[HLS to MP4]( https://artplayer.org/hls-to-mp4/) - 音频可视化:[Audio Visualizer]( https://artplayer.org/audio-visualizer/) 大部分工具都是本地处理,文件不会上传到服务器。最开始是因为自己偶尔要处理一些视频,开剪辑软件又有点重,在线工具又担心隐私,所以就慢慢做成了一个站。 目前还在持续完善,体验肯定还有不少粗糙的地方,比如不同浏览器的兼容、移动端操作、长视频性能之类的。 网站: [ArtPlayer Tools]( https: