python vlc bindings - vlcwidget.py is unable to open a file.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Hanu

    python vlc bindings - vlcwidget.py is unable to open a file.

    I am unable to load open a file using vlcwidget.py. Could not get it working. ANy experience to share?

    C:\workspace\py thon-HEAD\python>vlc widget.py trn_anaglyph_ad j.mpg
    libdvdnav: Using dvdnav version 4.1.4
    libdvdread: Using libdvdcss version 1.2.10 for DVD access
    libdvdread: Can't stat trn_anaglyph_ad j.mpg
    No such file or directory
    libdvdread: Could not open trn_anaglyph_ad j.mpg
    libdvdnav: vm: failed to open/read the DVD
    [01bbd45c] filesystem access error: cannot open file trn_anaglyph_ad j.mpg (No su
    ch file or directory)
    [01bbd45c] main access error: File reading failed
    [01bbd45c] main access error: VLC could not open the file "trn_anaglyph_a dj.mpg"
    .
    [0095fd8c] main input error: open of `trn_anaglyph_a dj.mpg' failed: (null)
    [0095fd8c] main input error: Your input can't be opened
    [0095fd8c] main input error: VLC is unable to open the MRL 'trn_anaglyph_a dj.mpg
    '. Check the log for details.

    C:\workspace\py thon-HEAD\python>vlc widget.py trn_anaglyph_ad j.mpg
  • dwblas
    Recognized Expert Contributor
    • May 2008
    • 626

    #2
    [01bbd45c] main access error: File reading failed
    [01bbd45c] main access error: VLC could not open the file "trn_anaglyph_a dj.mpg"
    It can't find the mpeg file. You should try supplying the full path name.

    Comment

    Working...