feat(avpipe): add SmearFrames
This commit is contained in:
@@ -15,7 +15,7 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
try {
|
||||
auto pipe = mosh_me::VideoMuxer::link(std::filesystem::path(argv[2]))
|
||||
<< mosh_me::DropIFrames::link()
|
||||
<< mosh_me::SmearFrames::link(3, 5)
|
||||
<< mosh_me::MoshableVideoEncoder::link()
|
||||
<< mosh_me::VideoDecoder::link()
|
||||
<< mosh_me::VideoPacketSource::link(argv[1]);
|
||||
|
||||
Reference in New Issue
Block a user