jellycoder 0.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
encode_videos.py ADDED
@@ -0,0 +1,8 @@
1
+ # Configuration defaults – tweak if you need different trade-offs
2
+ """Backward-compatible wrapper that runs the video_reducer CLI."""
3
+
4
+ from video_reducer.cli import main
5
+
6
+
7
+ if __name__ == "__main__":
8
+ main()