Skip to content

Document integration of ytdlp-react-native with munim-ffmpeg - #5

Open
fazi-gondal wants to merge 1 commit into
devusimple:masterfrom
fazi-gondal:master
Open

fazi-gondal wants to merge 1 commit into
devusimple:masterfrom
fazi-gondal:master

Conversation

@fazi-gondal

Copy link
Copy Markdown
Contributor

This PR updates the README to document how ytdlp-react-native can be used together with munim-ffmpeg for native FFmpeg processing.

What this adds

  • Documents the recommended integration between ytdlp-react-native and munim-ffmpeg.

  • Explains the responsibilities of each package:

    • ytdlp-react-native — media extraction, format selection, and downloading.
    • munim-ffmpeg — muxing, merging, transcoding, subtitle processing, and other FFmpeg operations.
  • Adds an example workflow for downloading separate video and audio streams and merging them with FFmpeg.

  • Explains how -c copy can be used to merge streams without re-encoding.

  • Clarifies when to use ffmpeg.location versus munim-ffmpeg.

This is documentation-only and does not change the existing API or implementation.

Added section on using ytdlp-react-native with munim-ffmpeg, including recommended architecture and example code for downloading and muxing media streams.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant