ruediger / VobSub2SRT

Converts VobSub subtitles (.idx/.srt format) into .srt subtitles.
GNU General Public License v3.0
294 stars 66 forks source link

Can't find file? #27

Closed jfsamper closed 11 years ago

jfsamper commented 11 years ago

I'm sorry if this is the wrong place to put this but I'm having a very strange issue. I compiled and built from the latest version.

juan@Anne:~$ stat subs.idx File: ‘subs.idx’ Size: 131782 Blocks: 264 IO Block: 4096 regular file Device: 805h/2053d Inode: 12062128 Links: 1 Access: (0644/-rw-r--r--) Uid: ( 1000/ juan) Gid: ( 1000/ juan) Access: 2013-06-20 01:30:21.095885169 -0500 Modify: 2013-06-20 01:30:07.979885717 -0500 Change: 2013-06-20 01:30:08.027885715 -0500 Birth: - juan@Anne:~$ vobsub2srt subs --listlang fopen Vobsub file failed: No such file or directory VobSub: Can't open SUB file Couldn't open VobSub files 'subs.idx/.sub'

What could I be doing wrong? Thanks for your help, Juan

ruediger commented 11 years ago

You seem to be missing the subs.sub file.

jfsamper commented 11 years ago

Well, that was a ridiculous mistake. I feel pretty dumb.

Thanks

ruediger commented 11 years ago

Hey, no problem. Everybody makes mistakes.

Thanks for using VobSub2SRT!