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

Media options #2

Closed
theo2f opened this issue Dec 3, 2014 · 1 comment
Closed

Media options #2

theo2f opened this issue Dec 3, 2014 · 1 comment

Comments

@theo2f
Copy link

theo2f commented Dec 3, 2014

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!

@ZeBobo5
Copy link
Owner

ZeBobo5 commented Dec 3, 2014

This version is not released yet. But in this case, the options will be merged into one.

@ZeBobo5 ZeBobo5 closed this as completed Dec 3, 2014
@ZeBobo5 ZeBobo5 changed the title Writing... Media options Dec 3, 2014
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

2 participants