I restarted VLC, and now I AM able to drag and drop files on the playlist, but not very well. If I select 20 files, it works, selecting 90 files does not work, but there's no error message, it just does nothing.
Hi, I've been playing for about 20 minutes now, and I'm unable to add a folder (containing subfolders and music files) to a playlist. 1. dragging and dropping files from explorer onto the playlist does not work. Not for 1 file, not for multiple files, not for folders. There's no "+" showin...
Just wanted to report that I can confirm this bug. You cannot use a # in VLM, and that is exactly what you need when you have 2 identical devices in dshow.
I changed the code into this: // if( fmt_out.i_height < row_inner_height // || p_sys->b_ar || p_sys->b_keep ) // { // /* we don't have to center the video since it takes the // whole rectangle area or it's taller than the rectangle */ // p_region->i_y = p_sys->i_yoffset // + i_row * ( p_sys->i_heigh...
The mosaic generated by vlc 0.8.6d looks like this: http://img149.imageshack.us/img149/5026/mosaicjo4.th.png but I would want it to look like this, with the video's centered in their container: http://img169.imageshack.us/img169/7565/mosaic2dn5.th.png This is the command I'm using: vlc -I telnet --t...
I heard on IRC that libmpeg2 is for decoding only, the decoding is not a problem. I read on the wiki (http://wiki.videolan.org/MPEG-2) that mp2v and mpgv should be the same: mp2v This is a video codec. The name to use at the command line is mp2v, but you can also use mpgv . However, using mp2v does ...
gentoo-VLC ~ # emerge -pv libmpeg2 These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] media-libs/libmpeg2-0.4.1 USE="-X -sdl" 0 kB Total: 1 package (1 reinstall), Size of downloads: 0 kB libmpeg2 is already installed :( (Could anyone tell ...
Curiously, mp2v does not work, but mpgv does. I though mpgv was mpeg1-video, but it looks like the outgoing stream is mpeg2 (will look into that tomorrow)
I'm trying to transcode some streams to mpeg2 using the mp2v codec. It works fine on windows, but on my gentoo installation I cannot get it to work. Transcoding to h264 (using x264) works fine, but when I try the exact same setup to transcode to mp2v ffmpeg tells me that it cannot find the encoder. ...