Search found 338 matches

Go to advanced search

by nkoriyama
21 Jun 2012 15:02
Forum: VLC media player for Windows Troubleshooting
Topic: VLC crashing on Windows 8
Replies: 6
Views: 6471

Re: VLC crashing on Windows 8

I agree VLC is unstable on Windows 8.
I only tested my builds (win32/win64 vlc-2.0-git vlc.git) on VirtualBox, not on real machine on Windows 8.
I couldn't catch the reason why VLC suddenly crashed. gdb didn't help.
by nkoriyama
20 Jun 2012 14:13
Forum: VLC media player for Windows Troubleshooting
Topic: vlc compilation on cygwin in windows, help needed
Replies: 2
Views: 1006

Re: vlc compilation on cygwin in windows, help needed

As for this issue, you can disable caca library by changing configure line (adding --disable-caca). Anyway, native compilation with Cygwin is not recommended and it's too obsolete method. I recommend Cross-compile with Mingw on Linux or other POSIX systems. http://wiki.videolan.org/Win32Compile Or N...
by nkoriyama
19 Jun 2012 22:32
Forum: VLC media player for Windows Troubleshooting
Topic: VLC keeps rebuilding font cache
Replies: 8
Views: 1437

Re: VLC keeps rebuilding font cache

Please don't ask me to use the latest version
The patch for this issue was applied in VLC 1.1.10 and later.
by nkoriyama
14 Jun 2012 13:09
Forum: VLC media player for macOS Troubleshooting
Topic: Remove video name subtitle in beginning
Replies: 2
Views: 824

Re: Remove video name subtitle in beginning

I would like to remove the short 3 to 4 sec. showing of the name of the video, that appears in the beginning as a subtitle. I ran through the preferences but I can't find a button to turn it off. You can remove the media title , change the time, and change the position. Preferences -> All -> Video ...
by nkoriyama
13 Jun 2012 12:26
Forum: VLC media player for Windows Troubleshooting
Topic: What wrong whit my VLC?
Replies: 6
Views: 1150

Re: What wrong whit my VLC?

If your video file is on the slow device (e.g. NAS, network share, slow USB device), can you copy it to the fast device (e.g. SATA HDD, SSD)?
by nkoriyama
12 Jun 2012 10:52
Forum: General VLC media player Troubleshooting
Topic: External subtitles disappear halfway through DVD
Replies: 8
Views: 5803

Re: External subtitles disappear halfway through DVD

The total time of the title is 1:59:53. The subtitles work well when I start playing (drag and drop onto movie window), and drop out at about 1:06:00 - presumably the layer break position. Does the log tell you something when dropping out? (Window -> Messages) Should this issue be reported as a bug...
by nkoriyama
12 Jun 2012 00:31
Forum: Development around libVLC
Topic: Compiling vlc using MinGw/Msys
Replies: 19
Views: 7354

Re: Compiling vlc using MinGw/Msys

@nkoriyama: Thanks for the idea! It had not worked, but maybe you have another guess? I'm not sure but you might need libstdc++-6.dll also. As I read the thread, you don't use TDM-GCC. If you use TDM-GCC, the "libgcc_s_dw2-1.dll" error might be disappeared, I think. Using Mingw's official...
by nkoriyama
08 Jun 2012 12:04
Forum: VLC media player for Windows Troubleshooting
Topic: Run a local video with command line
Replies: 5
Views: 625

Re: Run a local video with command line

Your double quotation marks usage is wrong. It's not an issue of VLC.
by nkoriyama
07 Jun 2012 19:12
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 2.X.X series does not play blu-ray iso files
Replies: 8
Views: 14856

Re: VLC 2.X.X series does not play blu-ray iso files

When you open the disc (Media -> Open Disc), you have to select BluRay from the disc selection, default is DVD.
by nkoriyama
07 Jun 2012 19:02
Forum: VLC media player for Windows Troubleshooting
Topic: Run a local video with command line
Replies: 5
Views: 625

Re: Run a local video with command line

file:///D:\flashdrive\MediaForSites4.mov
three slashes are needed.
by nkoriyama
07 Jun 2012 13:56
Forum: Development around libVLC
Topic: Compiling vlc using MinGw/Msys
Replies: 19
Views: 7354

Re: Compiling vlc using MinGw/Msys

gcc version 4.6.2 (GCC)
windows error messages refers to: libgcc_s_dw2-1.dll
I think you can execute properly If you copy "libgcc_s_dw2-1.dll" to the same directory where vlc.exe exists or under the PATH environment.
by nkoriyama
07 Jun 2012 13:29
Forum: VLC media player for Windows Troubleshooting
Topic: snapshots
Replies: 2
Views: 264

Re: snapshots

Snapshot format "jpg" doesn't work on VLC 2.0.1. Use "png".
Tool -> Preferences -> Video -> Video snapshots -> Format
by nkoriyama
06 Jun 2012 06:17
Forum: Development around libVLC
Topic: Win32Compile -- configure error using Ubuntu 12.04
Replies: 29
Views: 16920

Re: Win32Compile -- configure error using Ubuntu 12.04

At least for me, the svn command works well at the moment. How about trying the command on the terminal? Can you fetch the source via SVN? If you can't, I have no idea... Well, if I were you, I'll modify makefile (or extra/package/win32/package.mak) to skip npapi related things... But please don't a...
by nkoriyama
05 Jun 2012 21:53
Forum: Development around libVLC
Topic: Win32Compile -- configure error using Ubuntu 12.04
Replies: 29
Views: 16920

Re: Win32Compile -- configure error using Ubuntu 12.04

You don't have to install qt3-dev-tools. And this error means your qt4 library version is too old. (linux qt4 moc = 4.8.1, contrib qt4 library = 4.7.4) Please build qt4 library yourself or downgrade your qt4 on the linux side (moc command). I don't know you can downgrade or not... if you want to mak...
by nkoriyama
05 Jun 2012 18:53
Forum: Development around libVLC
Topic: Win32Compile -- configure error using Ubuntu 12.04
Replies: 29
Views: 16920

Re: Win32Compile -- configure error using Ubuntu 12.04

moc is meta object compiler. http://doc.qt.nokia.com/4.7/moc.html
After deleting the files (moc, uic and rcc) from contrib/$(host-triplet)/bin, you have to re-configure. Because they are scanned when configuring. See config.log.
by nkoriyama
05 Jun 2012 08:14
Forum: Development around libVLC
Topic: Win32Compile -- configure error using Ubuntu 12.04
Replies: 29
Views: 16920

Re: Win32Compile -- configure error using Ubuntu 12.04

checking for x86_64-w64-mingw32-gcc... no checking for x86_64-w64-mingw32-g++... no Your Mingw-w64 installation is wrong. gcc-mingw-w64 and g++-mingw-w64 packages are also required. YOU DON'T HAVE TO INSTALL gcc-mingw32 mingw32-binutils. Mingw and Mingw-w64 are totally different. Mingw supports onl...
by nkoriyama
04 Jun 2012 22:53
Forum: VLC media player for macOS Troubleshooting
Topic: subtitles
Replies: 3
Views: 1748

Re: subtitles

If the MKV has subtitles tracks, you can choose subtitles track by selecting the menu bar: Video -> Subtitles Track.
Or pressing "S" key to cycle subtitles track.
by nkoriyama
04 Jun 2012 20:58
Forum: Development around libVLC
Topic: Win32Compile -- configure error using Ubuntu 12.04
Replies: 29
Views: 16920

Re: Win32Compile -- configure error using Ubuntu 12.04

Please install Mingw-w64 v3.0, first. And, according to the log, you used "--host=i586-pc-mingw32msvc", but you have to use "--host=i686-w64-mingw32" when you use the Mingw-w64 toolchain. Please read the wiki http://wiki.videolan.org/Win32Compile, written about "Host triplet...
by nkoriyama
03 Jun 2012 13:03
Forum: Development around libVLC
Topic: Help understand plugin capability
Replies: 3
Views: 682

Re: Help understand plugin capability

Typical processing for subtitles: [module (capability, category, subcategory)] [demuxer (demux, CAT_INPUT, SUBCAT_INPUT_DEMUX)] ↓ [es_output] ↓ [codec (decoder, CAT_INPUT, SUBCAT_INPUT_SCODEC)] ↓ [vout_subpictures] ↓ ↓ ↓ [text_renderer (text_renderer, CAT_VIDEO, SUBCAT_VIDEO_SUBPIC)] ↓ ↓ [video_outp...
by nkoriyama
03 Jun 2012 10:45
Forum: Development around libVLC
Topic: Win32Compile -- configure error using Ubuntu 12.04
Replies: 29
Views: 16920

Re: Win32Compile -- configure error using Ubuntu 12.04

configure: error: LibVLC requires mingw-runtime version 3.15 or higher, or mingw-w64 version 3.0 or higher! Use mingw-w64 version 3.0. (experimental package mingw-w64-dev_3.0) http://packages.debian.org/experimental/all/mingw-w64-dev/download Or you have to modify configure.ac. http://git.videolan....

Go to advanced search