E
E
Elle Solomina2012-07-01 22:39:01
VLC
Elle Solomina, 2012-07-01 22:39:01

How to overcome VLC crashes when transcoding to h264 under Windows?

When trying to transcode something in h264 using VLC 2.0.1, it always crashes, and this error has not been fixed for a long time :(
VLC crashes in any mode (both CLI and GUI) the problem is in the transcoder, please tell me how to be and what to do with it.
I run something like this:

vlc -v "ПОЛНЫЙ ПУТЬ К ФАЙЛУ" -I dummy --sout "#transcode{soverlay,deinterlace,vcodec=h264,vb=5000,width=1280,height=720,
fps=25,acodec=mp3,ab=320,channels=2}:std{mux=ts,access=http,dst=:8889/stream.ts}"

and I always get the same thing immediately on startup (message from Windows Server 2008 r2 SP1, but it also crashes on Windows 7 x64 SP1):
Problem event name: APPCRASH
Application name: vlc.exe Application
version: 2.0.1.0 Application
timestamp: 4f63d546 Faulting
module name: ntdll.dll Faulting module
version: 6.1.7601.17725 Faulting
module timestamp: 4ec49b8f Exception
code: c0000420 Exception
offset: 000ce6c3
OS version: 6.1.7601.2.1.0.18.10
Language code: 1049
Additional information 1: 20e6
Additional information 2: 20e62b1809a5094f849c54f01d32db49
Additional information 3: 8f74
Additional information 4: 8f74985a9167367a5fd7ca18b5374950
but if you run transcoding, for example, in mpeg2, then everything works fine for days and weeks ...
vlc -v "ПОЛНЫЙ ПУТЬ К ФАЙЛУ" -I dummy --sout "#transcode{soverlay,deinterlace,vcodec=mp2v,vb=10000,width=1280,height=720,
fps=25,acodec=mp3,ab=320,channels=2}:std{mux=ts,access=http,dst=:8889/stream.ts}"

Please help to deal with the problem.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
Nikolai Turnaviotov, 2012-07-01
@ElleSolomina

here a couple of hours ago on Twitter they said that 2.0.2 was released and there are just a lot of changes. try updating

J
jov, 2012-07-01
@jov

maybe you can try to work according to the following scheme: local file -> ffmpeg(transcoding) -> local socket -> vlc(relay).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question