You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
Hi!
Due to the fact that there is still no documentation, either examples, I am quite confused in using this version of VLC.DOTNET.
I did not understand how to send the parameters to record a stream, for example.
I tried this way but it did not work.
Hi!
Due to the fact that there is still no documentation, either examples, I am quite confused in using this version of VLC.DOTNET.
I did not understand how to send the parameters to record a stream, for example.
I tried this way but it did not work.
vlcControl.Play(
new FileInfo(@"......\Vlc.DotNet\Samples\Videos\BBB trailer.mov"),
":sout=#transcode{vcodec=theo, vb=800, scale=1, acodec=flac, ab=128, channels=2, samplerate=44100}",
":std{access=file, mux=ogg, dst=D:\123.mp4}"
);
Please someone show an example of how to do.
Thank you!
The text was updated successfully, but these errors were encountered: