Metadata-Version: 2.1
Name: codec-social-network
Version: 0.10
Summary: Uses a codec that every social network accepts 
Home-page: https://github.com/hansalemaos/codec_social_network
Author: Johannes Fischer
Author-email: <aulasparticularesdealemaosp@gmail.com>
License: MIT
Keywords: social,network,videos,convert
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Editors :: Text Processing
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Text Processing :: Indexing
Classifier: Topic :: Text Processing :: Filters
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
License-File: LICENSE.rst
Requires-Dist: easy-symlink
Requires-Dist: touchtouch


# 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")

```




