Metadata-Version: 2.4
Name: bili-video-converter
Version: 0.1.2
Summary: A tool to convert Bilibili downloaded videos to MP4 format.
Project-URL: Homepage, https://github.com/ygnid/bili-video-converter
Project-URL: Issues, https://github.com/ygnid/bili-video-converter/issues
Author-email: Yuyu Ding <dyyster@gmail.com>
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: argparse>=1.4.0
Description-Content-Type: text/markdown

# bili-video-converter

A tool for converting Bilibili App downloaded videos to MP4 format.

## Features

- Convert to multiple MP4.
- Batch processing support
- High-quality output files.

## Installation

```bash
pip install bili-video-converter
```

## Usage

bili_convert.py bilibili_download_path [output_path]

## Requirement

- Python 3.8+
- FFmpeg

## License

GPL v3