MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / OutputStreamInfo

Method OutputStreamInfo

src/FFmpegWriter.cpp:2366–2369  ·  view source on GitHub ↗

Output the ffmpeg info about this format, streams, and codecs (i.e. dump format)

Source from the content-addressed store, hash-verified

2364
2365// Output the ffmpeg info about this format, streams, and codecs (i.e. dump format)
2366void FFmpegWriter::OutputStreamInfo() {
2367 // output debug info
2368 av_dump_format(oc, 0, path.c_str(), 1);
2369}
2370
2371// Set audio resample options
2372void FFmpegWriter::ResampleAudio(int sample_rate, int channels) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected