So i did what you recommended: First, there was a problem: VLC exits almost immediately after starting the conversion, so I'm not able to check the messages window. After restarting VLC it's cleared.
I tried to get some information with the logging module. I don't know if they are very significant.
(The Verbose level was set to 2. I made also two logs with level 3, which are quite big. If it would be helpful, i can post also the big ones (or just the differences between them).)
Two videos (this time both in FLV format) have been tested, trying to convert them to an OGG-audio file: one which is converted without problems...
Here the log:
Code: Select all
-- logger module started --
qt4 warning: Transcode MRL: sout=#transcode{vcodec=none,acodec=vorb,ab=128,channels=2,samplerate=44100}:file{dst='C:\Dokumente und Einstellungen\user\Desktop\works.ogg'}
mux_ogg: Open
ts warning: TS module discarded (lost sync)
stream_out_transcode error: cannot find video encoder (module:any fourcc:none)
stream_out_transcode error: cannot create video chain
main error: cannot create packetizer output (h264)
faad warning: decoded zero sample
main warning: no more input streams for this mux
mux_ogg: Close
-- logger module stopped --
and here the log of the file which causes a crash:
Code: Select all
-- logger module started --
qt4 warning: Transcode MRL: sout=#transcode{vcodec=none,acodec=vorb,ab=128,channels=2,samplerate=44100}:file{dst='C:\Dokumente und Einstellungen\user\Desktop\test.ogg'}
mux_ogg: Open
stream_out_transcode error: cannot find video encoder (module:any fourcc:none)
stream_out_transcode error: cannot create video chain
main error: cannot create packetizer output (h264)
faad warning: decoded zero sample
That's all. (There is no "-- logger module stopped --" in the second log, probably because VLC crashed.)
Regards,
Leon