Search found 3 matches

Go to advanced search

by satanax
03 Dec 2012 11:52
Forum: VLC stream-output (sout)
Topic: Ver 2.0.4 - Transcodig VS MJPEG
Replies: 2
Views: 1220

Ver 2.0.4 - Transcodig VS MJPEG

Hi all, with 2.0.4 version of VLC when i start a transcoding using MJPEG encoder and MPJPEG mux (vcodec=MJPG) i' ve following problem avcodec error: cannot open encoder stream_out_transcode error: cannot find video encoder (module:any fourcc:MJPG). Take a look few lines earlier to see possible reaso...
by satanax
03 Jul 2007 03:04
Forum: VLC media player for Windows Troubleshooting
Topic: axVLCPlugin with c#
Replies: 1
Views: 3927

Re: axVLCPlugin with c#

Perfect, i resolved with this

this.axVLCPlugin1.setVariable("key-pressed", this.axVLCPlugin1.getVariable("key-snapshot"));

but now there are two new problems: dimension and format

i need to save 1600x1200 jpg format instead of 672x384 png format
by satanax
03 Jul 2007 02:00
Forum: VLC media player for Windows Troubleshooting
Topic: axVLCPlugin with c#
Replies: 1
Views: 3927

axVLCPlugin with c#

I'm using this pluging to open a file video and just now it's all ok! This is the code to open a file: this.axVLCPlugin1.play(); this.axVLCPlugin1.addTarget(openFileDialog1.FileName, null, AXVLC.VLCPlaylistMode.VLCPlayListReplaceAndGo, -666); So where is the problem? I need to save images generated ...

Go to advanced search