CHANGELOG.md
CLI_BETA_CHECKLIST.md
CLI_DISTRIBUTION.md
CLI_HELP.md
CLI_INSTALL.md
CLI_PLATFORM_NOTES.md
CLI_SPEC.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DEVELOPMENT.md
EXAMPLES.md
LAUNCH.md
LICENSE
MANIFEST.in
README.md
RELEASE_CHECKLIST.md
ROADMAP.md
SECURITY.md
SUPPORT.md
action.yml
install.ps1
install.sh
pyproject.toml
./pyffmpegcore/__init__.py
./pyffmpegcore/__main__.py
./pyffmpegcore/batch.py
./pyffmpegcore/capabilities.py
./pyffmpegcore/cli.py
./pyffmpegcore/cli_execution.py
./pyffmpegcore/cli_parser.py
./pyffmpegcore/cli_planning.py
./pyffmpegcore/cli_validation.py
./pyffmpegcore/domain.py
./pyffmpegcore/errors.py
./pyffmpegcore/executor.py
./pyffmpegcore/pipeline.py
./pyffmpegcore/planning.py
./pyffmpegcore/preflight.py
./pyffmpegcore/presentation.py
./pyffmpegcore/probe.py
./pyffmpegcore/profiles.py
./pyffmpegcore/progress.py
./pyffmpegcore/receipt.py
./pyffmpegcore/runner.py
./pyffmpegcore/workflow.py
benchmarks/baseline-macos-arm64-2026-08-25.json
docs/COMPATIBILITY.md
docs/RELEASING.md
docs/SECURITY_MODEL.md
docs/api-stability.md
docs/batches.md
docs/community.md
docs/comparison.md
docs/container.md
docs/evidence.md
docs/exit-codes.md
docs/github-action.md
docs/index.md
docs/installation.md
docs/migration.md
docs/performance.md
docs/pipelines.md
docs/plans.md
docs/preflight.md
docs/profiles.md
docs/quickstart.md
docs/receipts.md
docs/schemas.md
docs/terminal-demo.md
docs/test-methodology.md
docs/troubleshooting.md
docs/evidence/exact-size.receipt.json
docs/evidence/podcast.receipt.json
docs/evidence/recipe-proof-2026-08-25.json
docs/evidence/web-video.receipt.json
docs/notes/capability-preflight.md
docs/notes/deterministic-plans.md
docs/notes/exact-size-compression.md
docs/notes/privacy-safe-receipts.md
docs/recipes/audio-extraction.md
docs/recipes/exact-size.md
docs/recipes/image-batches.md
docs/recipes/index.md
docs/recipes/podcast.md
docs/recipes/preserve-streams.md
docs/recipes/subtitles.md
docs/recipes/thumbnails.md
docs/recipes/web-video.md
docs/reference/cli.md
docs/reference/python-api.md
docs/schemas/batch-manifest-1.0.example.json
docs/schemas/batch-manifest-1.0.schema.json
docs/schemas/pipeline-1.0.schema.json
docs/schemas/run-receipt-1.0.example.json
docs/schemas/run-receipt-1.0.schema.json
examples/_shared.py
examples/adjust_video_speed.py
examples/batch_convert_images.py
examples/compress_with_progress.py
examples/concatenate_videos.py
examples/convert_video.py
examples/extract_metadata.py
examples/extract_thumbnail.py
examples/generate_waveform.py
examples/handle_subtitles.py
examples/mix_audio.py
examples/normalize_audio.py
pipelines/podcast-package.toml
pipelines/video-thumbnails-subtitles.json
pipelines/web-publish.json
pyffmpegcore/__init__.py
pyffmpegcore/__main__.py
pyffmpegcore/batch.py
pyffmpegcore/capabilities.py
pyffmpegcore/cli.py
pyffmpegcore/cli_execution.py
pyffmpegcore/cli_parser.py
pyffmpegcore/cli_planning.py
pyffmpegcore/cli_validation.py
pyffmpegcore/domain.py
pyffmpegcore/errors.py
pyffmpegcore/executor.py
pyffmpegcore/pipeline.py
pyffmpegcore/planning.py
pyffmpegcore/preflight.py
pyffmpegcore/presentation.py
pyffmpegcore/probe.py
pyffmpegcore/profiles.py
pyffmpegcore/progress.py
pyffmpegcore/receipt.py
pyffmpegcore/runner.py
pyffmpegcore/workflow.py
pyffmpegcore.egg-info/PKG-INFO
pyffmpegcore.egg-info/SOURCES.txt
pyffmpegcore.egg-info/dependency_links.txt
pyffmpegcore.egg-info/entry_points.txt
pyffmpegcore.egg-info/requires.txt
pyffmpegcore.egg-info/top_level.txt
scripts/benchmark_overhead.py
scripts/build_cli_artifacts.py
scripts/check_docs.py
scripts/generate_docs.py
scripts/record_terminal_demo.sh
scripts/render_release_notes.py
scripts/run_pipeline_action.sh
scripts/run_terminal_demo.sh
scripts/validate_capability_catalog.py
scripts/validate_cli_install.py
scripts/validate_public_pypi_install.py
scripts/validate_terminal_demo.py
scripts/wait_for_pypi.py
tests/__init__.py
tests/cli_helpers.py
tests/media_utils.py
tests/mp4_utils.py
tests/test_adjust_speed_real.py
tests/test_batch.py
tests/test_benchmark.py
tests/test_capabilities.py
tests/test_cli_artifact_builder.py
tests/test_cli_audio_workflows_real.py
tests/test_cli_batch_real.py
tests/test_cli_clean_install_script.py
tests/test_cli_compress_real.py
tests/test_cli_concat_real.py
tests/test_cli_convert_real.py
tests/test_cli_docs.py
tests/test_cli_doctor.py
tests/test_cli_errors.py
tests/test_cli_execution.py
tests/test_cli_extract_audio_real.py
tests/test_cli_files.py
tests/test_cli_help.py
tests/test_cli_images_real.py
tests/test_cli_installed_real.py
tests/test_cli_installers.py
tests/test_cli_layers.py
tests/test_cli_output.py
tests/test_cli_packaging.py
tests/test_cli_pipeline_real.py
tests/test_cli_plans.py
tests/test_cli_probe_real.py
tests/test_cli_receipt.py
tests/test_cli_smoke.py
tests/test_cli_speed_real.py
tests/test_cli_subtitles_real.py
tests/test_cli_thumbnail_real.py
tests/test_cli_waveform_real.py
tests/test_compress_single_pass_real.py
tests/test_compress_two_pass_real.py
tests/test_convert_real.py
tests/test_domain.py
tests/test_extract_audio_real.py
tests/test_extract_thumbnail_real.py
tests/test_generate_waveform_real.py
tests/test_github_action.py
tests/test_media_permutations_real.py
tests/test_path_handling.py
tests/test_pipeline.py
tests/test_pipeline_templates_real.py
tests/test_planned_execution_real.py
tests/test_planning.py
tests/test_preflight.py
tests/test_probe.py
tests/test_probe_real.py
tests/test_profiles.py
tests/test_profiles_real.py
tests/test_progress.py
tests/test_progress_real.py
tests/test_public_release_verification.py
tests/test_receipt.py
tests/test_recipe_evidence.py
tests/test_release_notes.py
tests/test_release_workflow.py
tests/test_repo_sanity.py
tests/test_resize_real.py
tests/test_runner.py
tests/test_security_contract.py
tests/test_terminal_demo.py
tests/test_workflow.py
tests/examples/__init__.py
tests/examples/test_adjust_video_speed.py
tests/examples/test_audio_workflows_real.py
tests/examples/test_batch_convert_images.py
tests/examples/test_batch_convert_images_real.py
tests/examples/test_concatenate_videos.py
tests/examples/test_concatenate_videos_real.py
tests/examples/test_examples_smoke_real.py
tests/examples/test_extract_thumbnail.py
tests/examples/test_generate_waveform.py
tests/examples/test_handle_subtitles.py
tests/examples/test_handle_subtitles_real.py
tests/examples/test_mix_audio.py
tests/fixtures/action-pipeline.json
tests/media/download_fixtures.py
tests/media/manifest.json