You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rebrand project to Rendiff Probe - Powered by FFprobe
Major rebranding of the project:
- Repository renamed from ffprobe-api to rendiff-probe
- API binary: rendiff-probe (previously ffprobe-api)
- CLI binary: rendiffprobe-cli (previously rendiff-cli)
- Module: github.com/rendiffdev/rendiff-probe
Key changes:
- Added clear FFprobe/FFmpeg acknowledgement throughout
- Updated README with comprehensive documentation
- Updated all import paths and references
- Updated Docker configuration and Makefile
- Updated all documentation files
Note: This project uses FFprobe from the FFmpeg project
(https://ffmpeg.org/) as its core media analysis engine.
FFprobe is licensed under LGPL/GPL.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ Paste any relevant log output here (remove sensitive information)
71
71
**Docker Logs (if applicable):**
72
72
```bash
73
73
# Command used to get logs
74
-
docker compose logs ffprobe-api
74
+
docker compose logs rendiff-probe
75
75
76
76
# Log output
77
77
[paste logs here]
@@ -115,4 +115,4 @@ What have you tried to resolve this issue?
115
115
116
116
---
117
117
118
-
**Note:** Please ensure you've checked the [documentation](../docs/README.md) and [existing issues](https://github.com/rendiffdev/ffprobe-api/issues) before submitting.
118
+
**Note:** Please ensure you've checked the [documentation](../docs/README.md) and [existing issues](https://github.com/rendiffdev/rendiff-probe/issues) before submitting.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,4 +182,4 @@ If you're willing to contribute, what are your technical skills?
182
182
183
183
---
184
184
185
-
**Note:** Feature requests are evaluated based on alignment with project goals, technical feasibility, and community interest. Please check our [roadmap](https://github.com/rendiffdev/ffprobe-api/projects) for planned features.
185
+
**Note:** Feature requests are evaluated based on alignment with project goals, technical feasibility, and community interest. Please check our [roadmap](https://github.com/rendiffdev/rendiff-probe/projects) for planned features.
0 commit comments