process-videos


Nameprocess-videos JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/yourusername/process-videos
SummaryBatch video processor with audio normalization and ffmpeg compression
upload_time2025-04-01 18:42:16
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.7
licenseNone
keywords ffmpeg video audio batch normalization cli loudnorm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Process Videos

CLI tool for batch processing narrated videos: extracts audio, applies loudness normalization using `ffmpeg`, and recompresses using H.264 or H.265. Great for presentations, voice-over recordings, and tutorials.

## Installation

```bash
pip install .
```

## Usage

```bash
process-videos --dir ./videos
```

Optional parameters:
- `--codec`: libx264 or libx265
- `--crf`: Compression factor (default: 28)
- `--preset`: Encoder preset (default: veryfast)
- `--audio-bitrate`: e.g. 128k

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/process-videos",
    "name": "process-videos",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "ffmpeg video audio batch normalization cli loudnorm",
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/88/d1/7dc814fff69431c23bf013c3ef54c317da96b1501cd8c1b72274c4acec95/process_videos-0.2.1.tar.gz",
    "platform": null,
    "description": "# Process Videos\n\nCLI tool for batch processing narrated videos: extracts audio, applies loudness normalization using `ffmpeg`, and recompresses using H.264 or H.265. Great for presentations, voice-over recordings, and tutorials.\n\n## Installation\n\n```bash\npip install .\n```\n\n## Usage\n\n```bash\nprocess-videos --dir ./videos\n```\n\nOptional parameters:\n- `--codec`: libx264 or libx265\n- `--crf`: Compression factor (default: 28)\n- `--preset`: Encoder preset (default: veryfast)\n- `--audio-bitrate`: e.g. 128k\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Batch video processor with audio normalization and ffmpeg compression",
    "version": "0.2.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/yourusername/process-videos/issues",
        "Homepage": "https://github.com/yourusername/process-videos",
        "Source Code": "https://github.com/yourusername/process-videos"
    },
    "split_keywords": [
        "ffmpeg",
        "video",
        "audio",
        "batch",
        "normalization",
        "cli",
        "loudnorm"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6dd510d377b4a3a29b5213da674a45f3153d88f96f344434841c770cf5a73364",
                "md5": "1ebf33666241ee2600a65749774f8346",
                "sha256": "b853088e6acd9a31093a0ffbaf0b02e7aec9ada95a044d6ddb8db2a835426b24"
            },
            "downloads": -1,
            "filename": "process_videos-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1ebf33666241ee2600a65749774f8346",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 4327,
            "upload_time": "2025-04-01T18:42:14",
            "upload_time_iso_8601": "2025-04-01T18:42:14.108601Z",
            "url": "https://files.pythonhosted.org/packages/6d/d5/10d377b4a3a29b5213da674a45f3153d88f96f344434841c770cf5a73364/process_videos-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "88d17dc814fff69431c23bf013c3ef54c317da96b1501cd8c1b72274c4acec95",
                "md5": "66f74c9688dcef379b8c0c5e2122cc34",
                "sha256": "ed4af154f620485f1c49c1e621e6f25f3389078e625770dc8f093d3c8e610ec1"
            },
            "downloads": -1,
            "filename": "process_videos-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "66f74c9688dcef379b8c0c5e2122cc34",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3773,
            "upload_time": "2025-04-01T18:42:16",
            "upload_time_iso_8601": "2025-04-01T18:42:16.330990Z",
            "url": "https://files.pythonhosted.org/packages/88/d1/7dc814fff69431c23bf013c3ef54c317da96b1501cd8c1b72274c4acec95/process_videos-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-04-01 18:42:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "process-videos",
    "github_not_found": true,
    "lcname": "process-videos"
}
        
Elapsed time: 0.41535s