Startup Ideas Bank

A useful file converter, but not yet a business moat.

AI roast score: 68/100 (C)

The idea

You built a very capable file converter and then wrapped it in a mouse costume. Nice product. But “free, offline, budget, global” is not a business model; it is a feature list with a hope attached.

In the founder's own words

LaoFeng-mouse/flyingmouse-format — 飞鼠格式 FlyingMouse Format - Windows 免费文件格式转换工具(离线可用,内置 FFmpeg/LibreOffice/Poppler/Tesseract)。图片/文档/表格/PPT/PDF/音视频/WPS 格式互转 + OCR + 批量转换;音频仅支持普通格式。作者:牢蜂(LaoFeng)|仅供个人免费使用,禁止商业售卖/转卖/套壳

FlyingMouse Format / 飞鼠格式


A mouse-themed, offline Windows file converter. / 一款鼠鼠主题、可离线使用的 Windows 文件格式转换工具。


作者 Author:牢蜂(LaoFeng)

⚠️ 非商用声明 Non-Commercial Notice:本软件仅供个人免费使用,禁止任何形式的商业售卖、转卖、套壳换皮重新发布(详见 LICENSE )。发现闲鱼/淘宝等渠道倒卖请告知作者,感谢!





下载最新版 / Download · 问题反馈 / Issues

中文

主要功能


鼠鼠原版界面:鼠鼠会跟随上传、识别、批量、OCR、转换成功或失败切换状态。

本地离线转换:内置 FFmpeg、LibreOffice、Poppler、Tesseract 和 AVS3 解码器。

支持图片、文本、Word/WPS、Excel/WPS、PPT/WPS、PDF、音频、视频和 ZIP。

音频转换:支持 MP3 / WAV / FLAC / M4A / AAC / OGG / OPUS / WMA 等普通格式互转; 不支持其他音乐平台的加密特殊格式 (如 NCM / KGG / mflac / kgma / kwm 等)。

视频编码选择:转视频时可选 H.264 / H.265 / AV1 编码(目标 mp4/mov/mkv 时显示)。

操作记忆:按“源文件格式”分别记住上次选择的目标格式;重新修改后,新选择会成为该源格式的默认值。

路径记忆:记住上次保存目录,下次保存时自动从该目录开始。

中文/English 界面:首次启动跟随系统语言,手动选择后会记住设置。

批量转换:显示逐文件进度、结果和失败原因,并可单独保存或保存全部。

结果预览:转换完成后可在侧边抽屉预览图片、PDF、文本、音频和视频;窄窗口自动切换为底部面板。

CLI 与 Agent 接入:命令行覆盖能力查询、目标查询、单个/批量转换、图片合并 PDF 和 PDF 合并;应用内可把配套 skill 一键接入现有 Codex、Claude 或通用 Agent 目录。

转换质量:HTML / Office 转 Markdown 保留标题、列表和代码块;CSV 支持 BOM、转义引号和字段内换行。

PDF → Excel(智能表格提取):支持电子文字坐标、扫描页 OCR、有框/无框表格、多表、跨页续接、合并单元格、低置信度批注与 Raw 回退。

PDF → Word(版式还原):内置 pdf2docx 引擎还原段落、表格、图片、字体与布局;扫描版自动 OCR 回退。Windows 10/11 版支持版式还原,Windows 7 版回退到文字提取。

PDF 拆分 / 加密 / 解密:PDF 可逐页拆分或每 N 页一组(打包 ZIP),也可用密码加密(AES-256)或解密(需原密码)。

电子书:txt/md/html → EPUB(纯本地生成);EPUB → TXT/Markdown;MOBI → EPUB/TXT/Markdown(MOBI 解析为实验性,复杂版式可能不完整)。

图片合并 PDF 支持调整顺序:多张图片转 PDF 前可在队列中上移/下移,PDF 页序跟随队列顺序。

HEIC/HEIF 图片可转换为 JPG/PNG/WebP 等(内置 ffmpeg 解码)。

ICO 图标可转换为 PNG/JPG 等,PNG/JPG 也可生成多尺寸 ICO 图标(实验性)。

TGA 图片可转换为 PNG/JPG/WebP 等(内置 ffmpeg 解码,实验性)。

相机 RAW 原片(CR2/CR3/NEF/ARW/DNG 等)可转换为 JPG/PNG/WebP/TIFF 等(内置 dcraw 解码,Windows 版,实验性)。

资源保护:单图 50MP / 16384px、图片合并 PDF 总计 100MP、批量 2GB、PDF 不限页数(1:1 转换,长文档加载较慢)、OCR 不限页数。


合规声明 Compliance Notice:本软件仅支持普通音频格式转换(MP3 / WAV / FLAC / AAC / OGG 等),不支持任何音乐平台的加密特殊格式。请支持正版音乐,尊重创作者。音频文件版权归原作者/唱片公司所有,本工具与各音乐平台无任何关联。本软件仅供个人免费使用,禁止商业售卖/转卖/套壳换皮重新发布。

快速开始


在 Releases 下载 v0.6.1 对应系统的安装包。

安装并启动 FlyingMouse Format。

拖入文件,选择目标格式并开始转换。

选择保存位置;软件会记住目标格式与保存目录。

从源码运行:

源码仓库不包含体积较大的 FFmpeg、LibreOffice、Poppler 和 Tesseract 资源;普通用户请直接下载 Release 安装包。开发者从源码运行完整转换功能前,需要自行准备 bin/ 下的引擎资源。

npm install
npm run desktop

命令行示例:

node cli.js capabilities -- json
node cli.js targets example.pdf -- json
node cli.js convert input.docx -- to pdf -- output output.pdf -- json
node cli.js convert a.png b.png -- to webp -- output - dir converted -- json
node cli.js images - to - pdf 1. jpg 2. jpg -- output album.pdf -- json
node cli.js merge-pdfs a.pdf b.pdf -- output merged.pdf -- json

安装版也可直接调用应用入口:macOS 使用 Flyi

The roast

This is a solid utility, not a startup with clear teeth. You have a lot of real functionality: offline use, OCR, batch conversion, PDF tools, and a Windows app that remembers settings. That is genuinely useful. But useful is not the same as defensible. File conversion is a crowded graveyard where users switch fast, pay reluctantly, and only stay if you become their default habit. Your own setup makes the hard part obvious. You say the product is for “professionals, creators, developers,” but the tool is also “free,” “budget,” and “for personal use” only. That is a messy match. People who use this heavily are the same people most likely to hit the commercial wall fast. If they cannot use it at work, the best users will test it, like it, and then leave. The biggest problem is that the product sounds broader than the business can support. You are trying to cover documents, spreadsheets, slides, PDFs, OCR, images, audio, video, EPUB, and ZIP, while also claiming offline speed and quality. That is a lot of surface area for one small team. It can win installs. It does not yet prove it can win paid retention.

Red flags

Verdict

Ship it as a sharp utility, but do not pretend breadth and offline convenience alone make this defensible.

Roast your own startup idea →

More ideas roasted by AI

Browse all startup ideas →