DaVinciUA / xvid4psp

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

Adding SRT stops player #51

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add MP4 720p video, about 2 hours long, 872MB+
2. Add .srt subtitle file (95kb) 6175 lines long.
3.

What is the expected output? What do you see instead?
Added subtitles to video but application freezes (Not Responding)

What version of the product are you using? On what operating system?
v5.10.276.1 on Windows 7 Ultimate 64-bit

Please provide any additional information below.
After adding video, played video appears OK.  Locks up right after adding .srt 
file.

Original issue reported on code.google.com by myrhi....@gmail.com on 24 Jun 2012 at 4:58

GoogleCodeExporter commented 9 years ago
However, Watching this video again, I noticed subtitles (.srt) were 
automatically added.  Encoding produced video I get 
"No progress for 10 minutes, aborting encoding!"

Original comment by myrhi....@gmail.com on 24 Jun 2012 at 6:36

GoogleCodeExporter commented 9 years ago
Most probably it is VSFilter fault. You can try to upgrade it to this 
http://ge.tt/4EUr8aJ/v/0?c , VSFilter.dll is placed in \dlls\AviSynth\plugins 
folder (Tools->Open XviD4PSP folder). Or you can try to downgrade it, VSFilter 
is part of the "standalone filters" packages from here 
http://sourceforge.net/projects/mpc-hc/files/Standalone%20Filters%20-%20Win32/ .

Original comment by forc...@gmail.com on 24 Jun 2012 at 7:16

GoogleCodeExporter commented 9 years ago
The first link was flagged by Internet Security as malicious. Still reaches 
99.97% and locks up after downloading the standalone package.

Original comment by myrhi....@gmail.com on 24 Jun 2012 at 9:23

Attachments:

GoogleCodeExporter commented 9 years ago
Freezes at the end of the file is most often due to DirectShowSource2 being 
used (I can't see your script, so it's only a guess). Check your script (press 
S), and if you can see there DirectShowSource2 - than that's the problem. 
Disable it in Video->Decoding.

Oh, I forgot. This is also can be another story with incompatible version of 
bass.dll. Actually RC30.1 is half-broken due to incompatible versions of 
ffmpeg.exe and bass.dll.

http://rghost.ru/private/38780443/723faf38422898711414d9a82b416ff6 - here is 
r283 (currently there is no new installers, only updated XviD4PSP.exe by 
itself).

MediaInfo.dll - to \dlls\MediaInfo
bass.dll - to \dlls\AviSynth\plugins\bass
ffmpeg.exe - to \apps\ffmpeg

If it didn't resolve your problem, please post your script (or encoding log).

Original comment by forc...@gmail.com on 24 Jun 2012 at 10:03

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
No DirectShowSource2 in script.

Ran again with updated program, r283 and That worked.  Thanks!

Original comment by myrhi....@gmail.com on 24 Jun 2012 at 11:57