lils000 / xvid4psp

Automatically exported from code.google.com/p/xvid4psp
GNU General Public License v2.0
0 stars 0 forks source link

Everything freezes when video is being converted on certain mkv file #55

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Clicking " Refresh Preview " will make the program freeze...
2.Once it arrives on the first pass for video conversion...
3.Nothing else to add... The programs no longer responds. So, there no error 
log produced after closing...

What is the expected output? What do you see instead?
Hoping to have an avi version with hardsub subtitles from an mkv file format 
with softsubs... There is no end result... After program freezes... Nothing is 
produced...

What version of the product are you using? On what operating system?
XviD4PSP 5.10.289.0 RC31 on a windows XP Pro OS...

Please provide any additional information below.
Can't really much... But here's a torrent for said mkv file :

sukebei.nyaa.eu/?page=download&tid=138308

You can just see for yourself... And please tell if there's immediate 
solution... Or, if the error's on my end...

An alternative link to get the file is available here...

http://bakabt.me/download/156919/1345991438/7fcfe9a62eb9d7be0e94c3c86f37bd61/933
050/ryoujoku-famiresu-choukyou-menu-subdesu-h.torrent

Sorry... Can't find any working DDL's for this...

Hope this helps in improving this wonderful software...

Original issue reported on code.google.com by rmti...@gmail.com on 26 Aug 2012 at 2:34

GoogleCodeExporter commented 8 years ago
Can you show me your AviSynth script for these files? Copy-paste entire content 
of "AviSynth->Edit filtering script" window (or press S hotkey) when the file 
is opened.

Original comment by forc...@gmail.com on 26 Aug 2012 at 5:49

GoogleCodeExporter commented 8 years ago
Sure...
Here's for the file that's having problems...

Original comment by rmti...@gmail.com on 26 Aug 2012 at 11:13

Attachments:

GoogleCodeExporter commented 8 years ago
This could be a problem with bassAudioSource (due to incompatible version of 
bass.dll) - but in RC31 it was fixed. At least if you didn't replaced this dll 
by yourself for some reasons (in "\dlls\AviSynth\plugins\bass" folder), or it 
can be the installer fault.. You can try to select another audio decoder for 
AAC ("Audio->Decoding", "Add" aac extension and select FFAudioSource for it; 
or, more radical, select FFAudioSource for * at the end of the list). If after 
that your files will no longer hangs - then it was bassAudioSource fault.

Or it could be something related to DirectShowSource. But since this decoder 
uses whatever you have installed on your PC (splitters, decoders, other 
DirectShow filters) - I can't help you too much. Tweak\update your DirectShow 
filters somehow so they stop hangs. Or choose FFmpegSource2 for mkv in 
"Video->Decoding", but in this case you need to extract the subs from the file 
by yourself (using MKVExtract from the "Tools" menu) and then add it via 
"Subtitles->Add" menu.

Original comment by forc...@gmail.com on 27 Aug 2012 at 5:27

GoogleCodeExporter commented 8 years ago

Sir...! I am in your debt...

Have followed this suggestion...

" more radical, select FFAudioSource for * at the end of the list "

Made the conversion run very smoothly...

Here's an attachment of the process log and the mediaInfo of the finished 
file...

Thank you so very much...! :) 

Original comment by rmti...@gmail.com on 27 Aug 2012 at 2:28

Attachments:

GoogleCodeExporter commented 8 years ago
I'm glad that it works now :)

Original comment by forc...@gmail.com on 28 Aug 2012 at 5:49