Search found 12 matches

Go to advanced search

by barabba2005
13 Jul 2023 10:21
Forum: Development around libVLC
Topic: C# axVLCPlugin21 go to precise frame number
Replies: 0
Views: 630

C# axVLCPlugin21 go to precise frame number

HI
I'm trying to use axVLCPlugin21 to read an MXF file and go to a precise frame and pause.

This is my script temporary :
axVLCPlugin21.playlist.items.clear();
axVLCPlugin21.playlist.add(new Uri(FilePath).ToString());


I don't understand how it solves.
Thanks
by barabba2005
07 Jun 2023 10:21
Forum: Web and scripting
Topic: c# Read Tool>Message
Replies: 0
Views: 5781

c# Read Tool>Message

HI
I am making a C# implementation of VLC with axVLCPlugin21.

I would like to read the Logs that VLC player shows in Tools>Message.



Thanks in advance.
by barabba2005
17 Jun 2021 17:07
Forum: Development around libVLC
Topic: axVLCPlugin21 and log
Replies: 1
Views: 3250

axVLCPlugin21 and log

Hi

I use C# and would like use the VLC Message during play.
I can not find axVLCPlugin21.log

Help me.
by barabba2005
31 Oct 2018 12:07
Forum: Development around libVLC
Topic: Audio volume during stream
Replies: 1
Views: 440

Audio volume during stream

Hi all I've write this code in C# axVLCPlugin21.playlist.stop(); axVLCPlugin21.playlist.clear(); axVLCPlugin21.playlist.add("rtmp://localhost:1930/live1"); axVLCPlugin21.playlist.play(); axVLCPlugin21.audio.volume = 0; Work fine but after start play the stream the audio volume goes to 50. ...
by barabba2005
12 Mar 2015 15:29
Forum: Development around libVLC
Topic: Video+ audio spectro
Replies: 0
Views: 437

Video+ audio spectro

HI
I'm trying to make a little player in C# for see in same Form Video and audio Spectro.

Can you help me??
Thnk in advance.
by barabba2005
07 Dec 2014 10:14
Forum: Development around libVLC
Topic: Streaming with audio mapping
Replies: 0
Views: 193

Streaming with audio mapping

Hi
I recive a stream RTP with a Video and 2 CH audio.(1-2).
I would remapping andio channel duplicating audio CH from 1-2 on 3-4
and restreaming via RTP.

Thanks in advance.
by barabba2005
16 Jan 2013 15:55
Forum: Development around libVLC
Topic: Mix 2 audio channel
Replies: 0
Views: 449

Mix 2 audio channel

I created this script to export a stereo audio channel: StartInfo.FileName = "C:\Program Files (x86)\VideoLAN\VLC\vlc" & """" & " --audio-track=1" & "" & " -I dummy -vvv " & """" & MyPathandFilena...
by barabba2005
05 Jan 2013 16:52
Forum: Development around libVLC
Topic: read FPS on MXF
Replies: 2
Views: 609

read FPS on MXF

Hi
I'm using VB.NET and with "AxVLCPlugin21.input.fps" i can not
the real fps of my MXF file.

Does anyone know if there are problems?

Thanks
by barabba2005
24 Dec 2012 16:54
Forum: Development around libVLC
Topic: Audio data level
Replies: 2
Views: 471

Re: Audio data level

Hi

What AMEM and where can I find it?
by barabba2005
24 Dec 2012 16:11
Forum: Development around libVLC
Topic: Audio data level
Replies: 2
Views: 471

Audio data level

Hi

is possible read the audio levels as data for export
or if there is a way how to do it.

Thanks a lot
by barabba2005
18 Dec 2012 16:25
Forum: VLC media player Feature Requests
Topic: Audio value
Replies: 0
Views: 270

Audio value

Hi
I'm trying to see the value of audio levels.
I can not understand how to use AxVLCPlugin21 to extrapolate the data.

thanks
by barabba2005
09 Jul 2012 18:10
Forum: VLC media player Feature Requests
Topic: Read Time Code
Replies: 3
Views: 853

Read Time Code

Hi
I usualy read Mxf file.
Into the MXF there is the Time Code but i cannot read.

Is possible have this feature?

thank a lot.

Go to advanced search