mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
Update VideoTest.cs
This commit is contained in:
parent
4e5d464753
commit
f9a3197165
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ private void ConvertFromStreamPipe(ContainerFormat type, params IArgument[] inpu
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
var input = FFProbe.Analyse(VideoLibrary.LocalVideoWebm.FullName);
|
var input = FFProbe.Analyse(VideoLibrary.LocalVideoWebm.FullName);
|
||||||
using (var inputStream = File.OpenRead(input.Path))
|
using (var inputStream = File.OpenRead(VideoLibrary.LocalVideoWebm.FullName))
|
||||||
{
|
{
|
||||||
var pipeSource = new StreamPipeSource(inputStream);
|
var pipeSource = new StreamPipeSource(inputStream);
|
||||||
var arguments = FFMpegArguments.FromPipe(pipeSource);
|
var arguments = FFMpegArguments.FromPipe(pipeSource);
|
||||||
|
|
Loading…
Reference in a new issue