Ticket #1736 (closed defect: duplicate)

Opened 4 months ago

Last modified 4 months ago

wizard for streaming and convert /save cannot use file input

Reported by: trax Assigned to: jb
Priority: normal Milestone: 0.9.0-test3
Component: Qt interface Version: master
Severity: normal Keywords:
Cc: Platform(s): Win32
Difficulty: unknown Work status: Not started

Description

vlc-0.9.0-test3-20080722-0004-win32

The wizard cannot use file input, somehow it adds a space or something to the full filename. The clip itself plays fine directly in VLC.

main debug: `D:\mpeg2-sample2.mpg' gives access `' demux `' path `D:\mpeg2-sample2.mpg'
main debug: creating demux: access='' demux='' path='D:\mpeg2-sample2.mpg'

However from Streaming or Convert / Save.

stream_out_transcode debug: codec video=DIV1 0x0 scaling: 0.250000 800kb/s
main debug: using sout stream module "stream_out_transcode"
main debug: TIMER module_Need() : 31.925 ms - Total 31.925 ms / 1 intvls (Avg 31.925 ms)
main debug: `"D:\mpeg2-sample2.mpg" ' gives access `' demux `' path `"D:\mpeg2-sample2.mpg" '
main debug: creating demux: access='' demux='' path='"D:\mpeg2-sample2.mpg" '
main debug: looking for access_demux module: 2 candidates
dvdnav warning: cannot open dvdnav
main debug: TIMER module_Need() : 0.680 ms - Total 0.680 ms / 1 intvls (Avg 0.680 ms)
qt4 debug: New Event: type 1103
qt4 debug: I was here, updating your status
main debug: creating access '' path='"D:\mpeg2-sample2.mpg" '
main debug: looking for access module: 6 candidates
vcd debug: trying .cue file: "D:\mpeg2-sample2.cue
vcd debug: could not find .cue file
access_directory debug: opening directory `"D:\mpeg2-sample2.mpg" '
access_directory error: "D:\mpeg2-sample2.mpg" : No such file or directory
access_file debug: opening file `"D:\mpeg2-sample2.mpg" '
access_file error: cannot open file "D:\mpeg2-sample2.mpg"  (Invalid argument)
access_rtmp warning: invalid path
cdda debug: trying .cue file: "D:\mpeg2-sample2.cue
cdda debug: could not find .cue file
cdda warning: could not open "D:\mpeg2-sample2.mpg" 
main debug: TIMER module_Need() : 0.802 ms - Total 0.802 ms / 1 intvls (Avg 0.802 ms)
main error: open of `"D:\mpeg2-sample2.mpg" ' failed: could not create access: no suitable access module
main debug: destroying chain... (name=transcode)
main debug: destroying chain... (name=duplicate)
stream_out_duplicate debug: closing a duplication
main debug: destroying chain... (name=std)
mux_asf debug: Asf muxer closed
access_output_http warning: HTTP sout access cannot seek
main debug: removing module "mux_asf"

Why is the file not found?

Change History

22/07/08 22:12:24 changed by courmisch

The file is not "not found". The error is "invalid argument". What where the exact parameters given to _wopen() ?

23/07/08 15:43:56 changed by thresh

  • status changed from new to closed.
  • resolution set to duplicate.

This is a duplicate to #1575