Skip to content
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.

Instructions how to create the media & various renditions in dash etc #16

Open
kaihendry opened this issue Apr 25, 2017 · 6 comments
Open

Comments

@kaihendry
Copy link

Would be great if you could please document how I can create my own bucket with my own transcoded videos, assuming say I'm starting from the FCPX output of some huge4k.mov file.

https://github.com/GoogleChrome/sample-media-pwa/blob/master/src/client/videos.json

@WORMSS
Copy link

WORMSS commented Apr 25, 2017

Devil's Advocate here.. Would that not be a question to ask the people who made Dash ??

@kaihendry
Copy link
Author

@WORMSS That would be like asking WHATWG how to build a sample-media-pwa... no? 🤣

@WORMSS
Copy link

WORMSS commented Apr 25, 2017

No.. It would be like asking the people who made Dash, "How to make media and various renditions in Dash"

@kaihendry
Copy link
Author

kaihendry commented Apr 25, 2017

Well, I would still prefer to hear how Paul did it. I did catch a glimpse of how he did it in his videos with various ffmpeg invocations.

@paullewis
Copy link
Contributor

I'd be happy to provide it. Though I believe @jpmedley is working on documenting all of that good stuff, so it might be better to wait so you get a proper and thorough explanation rather than my hacked-up version!

@jpmedley jpmedley self-assigned this Apr 28, 2017
@j2is
Copy link

j2is commented Oct 12, 2019

Any update on this?

@joeyparrish
Copy link

Please check out the recently-released Shaka Streamer:

https://github.com/google/shaka-streamer

You provide one config file for the input, one for the encoding pipeline, and optionally a cloud storage bucket (Google or Amazon) to push the output to. It runs FFmpeg to transcode and Shaka Packager to package, optionally encrypt, and write the output manifests (DASH, HLS, or both). No messy command lines, no need to be an FFmpeg expert.

There are many sample configs in the repo, and full docs are available here:

https://google.github.io/shaka-streamer/

Does this help?

@j2is
Copy link

j2is commented Oct 12, 2019

Ah perfect, thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants