codec-social-network


Namecodec-social-network JSON
Version 0.10 PyPI version JSON
download
home_pagehttps://github.com/hansalemaos/codec_social_network
SummaryUses a codec that every social network accepts
upload_time2022-12-29 09:25:23
maintainer
docs_urlNone
authorJohannes Fischer
requires_python
licenseMIT
keywords social network videos convert
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Uses a codec that every social network accepts 

```python
$pip install codec-social-network

from codec_social_network import convert_vid

# If you are having problems uploading your videos to social networks,
# use this function to convert them. The codec works with every social network


# folders will be created if they don't exist
# ffmpeg must be installed
convert_vid(r"F:\newvidxx2.mp4",r"F:\convertedvideossocialnet\newvidxx2.mp4")

```





            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hansalemaos/codec_social_network",
    "name": "codec-social-network",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "social,network,videos,convert",
    "author": "Johannes Fischer",
    "author_email": "<aulasparticularesdealemaosp@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/19/e4/d8b96f361f3c3af0e4a441e72102a9f89983ac9f5d9d7c1753b0a90e141b/codec_social_network-0.10.tar.gz",
    "platform": null,
    "description": "\n# Uses a codec that every social network accepts \n\n```python\n$pip install codec-social-network\n\nfrom codec_social_network import convert_vid\n\n# If you are having problems uploading your videos to social networks,\n# use this function to convert them. The codec works with every social network\n\n\n# folders will be created if they don't exist\n# ffmpeg must be installed\nconvert_vid(r\"F:\\newvidxx2.mp4\",r\"F:\\convertedvideossocialnet\\newvidxx2.mp4\")\n\n```\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Uses a codec that every social network accepts",
    "version": "0.10",
    "split_keywords": [
        "social",
        "network",
        "videos",
        "convert"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "c01147c3ad1828537b3fef4c5e9ce45f",
                "sha256": "cf95967b02841a8154d5a4e03c669fa5870a0bf740dc4549249ee0d418953178"
            },
            "downloads": -1,
            "filename": "codec_social_network-0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c01147c3ad1828537b3fef4c5e9ce45f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4717,
            "upload_time": "2022-12-29T09:25:22",
            "upload_time_iso_8601": "2022-12-29T09:25:22.652455Z",
            "url": "https://files.pythonhosted.org/packages/7f/a2/d1a66a11ee46ecc563edcb8a2ffb231f1b47f7d60282f089df6ba67a7c19/codec_social_network-0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "06c2ea55454af1ce8eb8b794ad263fad",
                "sha256": "389217fae432bf78c7c052359388db3fb29a4835280d4a667b464cd46b20ab03"
            },
            "downloads": -1,
            "filename": "codec_social_network-0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "06c2ea55454af1ce8eb8b794ad263fad",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3332,
            "upload_time": "2022-12-29T09:25:23",
            "upload_time_iso_8601": "2022-12-29T09:25:23.950990Z",
            "url": "https://files.pythonhosted.org/packages/19/e4/d8b96f361f3c3af0e4a441e72102a9f89983ac9f5d9d7c1753b0a90e141b/codec_social_network-0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-29 09:25:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "hansalemaos",
    "github_project": "codec_social_network",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "codec-social-network"
}
        
Elapsed time: 0.02320s