gate1975mlm wrote:Why was it removed in the first place?
It hasn't been removed. Wait until the relevant transcoding engine is updated for your build, or use the beta.
http://ps3mediaserver.org/forum/viewtop ... 904#p36904
gate1975mlm wrote:Why was it removed in the first place?
SubJunk wrote:There may be some cases where MEncoder is using the single CPU version with audio conversion or muxing. They will be changed eventually but since those tasks require hardly any CPU there's no rush
No, the older build can't do header compression. That's the main reason I'm doing all this mencoder stuff; that and vobsub support.Coltaine79 wrote:Thanks for reading and responding to my feedback!
I'm curious, what is the deal with the build # you've chosen for "mencoder-older"? Apart from the ASS/non-ASS thing, what about MKVs which were muxxed with "header stripping" - can the older build handle that?
You're right that it's a slight bug that I'll fix soon, but can you let me know why you want to disable the "ASS/SSA Subtitles" option?Coltaine79 wrote:SubJunk,
I did some more analysis on the "bug #3" issue and this is what I have found:
Let's say you have 2 MKV files:
File_A.mkv: h264 video + DTS audio
File_B.mkv: h264 video + DTS audio + ASS subtitles
(they're actually from the same source, but File_A had the subtitles stripped)
When File_A is played, javaw.exe has 3 child processes:
mencoder_mt.exe <-- high cpu usage: for video transcode, I assume
tsmuxer.exe <-- for DTS remux?
mencoder.exe <-- for demux?
However, when File_B is played, javaw.exe has these 3 child processes:
mencoder.exe <-- high cpu usage
tsmuxer.exe
mencoder.exe
The first scenario looks good.
The second scenario is cause for concern because the video transcode child process is using single-core mencoder!
Is it the presence of the ASS subtitles which is causing this difference?
But wait, there's more!
The above was all tested with "ASS/SSA Subtitles" = UNchecked.
When "ASS/SSA Subtitles" = CHECKED, the first scenario remains the same, while the second scenario changes to this:
File_B.mkv:
mencoder-older_mt.exe <-- high cpu usage
tsmuxer.exe
mencoder.exe
Now it looks good. But I prefer to leave the ASS subtitle setting disabled so I hope you are able to squash this bug... I prefer multicore transcoding
SubJunk wrote:You're right that it's a slight bug that I'll fix soon, but can you let me know why you want to disable the "ASS/SSA Subtitles" option?
Is it the same with this build?Madoka wrote:SubJunk wrote:You're right that it's a slight bug that I'll fix soon, but can you let me know why you want to disable the "ASS/SSA Subtitles" option?
For me on r507, if I have a x264 file with external subtitles, checking ASS support with result in fast forward play of the video. If I uncheck ASS support and use the default subtitles, then the video will play normally with subtitles.
SubJunk wrote:You're right that it's a slight bug that I'll fix soon, but can you let me know why you want to disable the "ASS/SSA Subtitles" option?
Users browsing this forum: No registered users and 8 guests