NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) ZTools and UltraXMLTV v
« Previous 1 … 6 7 8 9 10 … 12 Next »
ZProcess: srt using FFmpeg?

 
  • 0 Vote(s) - 0 Average
ZProcess: srt using FFmpeg?
agerdin
Offline

Senior Member

Posts: 692
Threads: 96
Joined: Sep 2004
#1
2007-09-01, 11:09 AM
Zehd, is there any way I can get subtitle files (srt, sub) transcoded using FFmpeg?. The internal srt viewer in GBPVR works but is totally out of synk irregardless how much I am trying to tweek <SubtitleDelayMVP> in the config.xml.

Subtitles works fine using Mencoder but I am not happy with the quality and that it using to much resourses.

Thanks,

\\Agerdin
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#2
2007-09-01, 12:27 PM
I had to put a negative subtitle delay in the config.xml.

Code:
<SubtitleDelay>-7000</SubtitleDelay>

something like that.
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#3
2007-09-01, 04:25 PM
does it slide with respect to the program or is it a fixed time that it is off?
GBpvr PC: Intel Celeron 1.8 Ghz. 768 Mb WinXp Home Sp2
Video: Diamond 128 Mb 9550
Capture Cards: PVR-150 & PVR-150 MCE w/fm + 2x MVP
Author of: BurnDVDX2 and Skiptool
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#4
2007-09-01, 05:03 PM
I haven't used it for a long time, but it seemed to work quite well (in my memorySmile ). Try it out.
As i remember it was about 7 or 8 secs off, seems like the subs start playing right away while the movie still has to be transcoded. (the mvp transcode delay)
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
agerdin
Offline

Senior Member

Posts: 692
Threads: 96
Joined: Sep 2004
#5
2007-09-01, 06:49 PM
HtV Wrote:I had to put a negative subtitle delay in the config.xml.

Code:
<SubtitleDelay>-7000</SubtitleDelay>

something like that.

Htv, I am confused. Will this not affect the subtitle delay when using GBPVR through the PC? I am trying to change <SubtitleDelayMVP> for my MVP but I can not see any change irregardless of what number I choose in the config.

\\Agerdin
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#6
2007-09-01, 08:38 PM
I wrote a subtitile delay program that slides the caption timing with respect to the video. I could add a fixed delay parameter that would allow you to adjust your caption file. But that would add the delay time to the file and it wouldn't work on the PC correctly without readjusting the timing. Your call, if you want the change let me know.
GBpvr PC: Intel Celeron 1.8 Ghz. 768 Mb WinXp Home Sp2
Video: Diamond 128 Mb 9550
Capture Cards: PVR-150 & PVR-150 MCE w/fm + 2x MVP
Author of: BurnDVDX2 and Skiptool
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#7
2007-09-03, 06:06 PM
agerdin Wrote:Zehd, is there any way I can get subtitle files (srt, sub) transcoded using FFmpeg?. The internal srt viewer in GBPVR works but is totally out of synk irregardless how much I am trying to tweek <SubtitleDelayMVP> in the config.xml.

Subtitles works fine using Mencoder but I am not happy with the quality and that it using to much resourses.

Thanks,

\\Agerdin

Sorry. Late to the party. The forums are really messed up.

Personally, I'm a little confused myself. I'm to understand that FFmpeg will not do SRT files, and yet there is the setting in the config.xml for <SubtitleDelayMVP> which indicates sub introduced this switch to work with the default ffmpeg transcoder. I can see of no way to get ffmpeg to use SRTs.

If you want to set a delay using MEncoder, I could add that into ZProcess.

Why are you having trouble with MEncoder? What's wrong with the quality? I find that the default settings I use in ZProcess display the same quality for either ffmpeg or mencoder, but mencoder has better options control...

Do you mean the quality of the subtitle?
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
agerdin
Offline

Senior Member

Posts: 692
Threads: 96
Joined: Sep 2004
#8
2007-09-05, 07:27 PM
zehd Wrote:Sorry. Late to the party. The forums are really messed up.

Personally, I'm a little confused myself. I'm to understand that FFmpeg will not do SRT files, and yet there is the setting in the config.xml for <SubtitleDelayMVP> which indicates sub introduced this switch to work with the default ffmpeg transcoder. I can see of no way to get ffmpeg to use SRTs.

Zehd, I do get subtitles using FFmpeg, but they are not transcoded into the avi. Hence, I believe that the internal GBPVR srt viewer is used (no idea how, since the filename is different when transcoded). But since I have a delay in the transcoding the subtitles are off. I thought that the tag <SubtitleDelayMVP> was the remedy but there is no change when I alter the value. I have tried both positive and negative values. Maybe this is something for Sub?

zehd Wrote:If you want to set a delay using MEncoder, I could add that into ZProcess.

No need for that. Using MEncoder the subtitle is actually transcoded into the avi and its in sync.

zehd Wrote:Why are you having trouble with MEncoder? What's wrong with the quality? I find that the default settings I use in ZProcess display the same quality for either ffmpeg or mencoder, but mencoder has better options control...

I need to do more tests but my main problem is that MEncoder is too slow. I had to put the delay to 10 sek, but thats not enough if other things (processes) are running on the computer. With FFMpeg I can continue use the computer for other things. Other problem is that the picture is very very dark, and the brightness setting is not saved into the profile. The slide bar for brightness is not working either so I had to manually set the value to increase brighness. Last but not least, I find the overall quality of the picture better with FFMpeg. Maybe I am doing something wrong here.

zehd Wrote:Do you mean the quality of the subtitle?

No, quality of the film (see above)

\\Agerdin
agerdin
Offline

Senior Member

Posts: 692
Threads: 96
Joined: Sep 2004
#9
2007-09-05, 07:28 PM
pastro Wrote:I wrote a subtitile delay program that slides the caption timing with respect to the video. I could add a fixed delay parameter that would allow you to adjust your caption file. But that would add the delay time to the file and it wouldn't work on the PC correctly without readjusting the timing. Your call, if you want the change let me know.

Pastro, Thanks for the offer but I think I pass. The reason is that I need to have it working for both MVP and PC without having to change every time.

\\Agerdin
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#10
2007-09-06, 03:26 PM
agerdin Wrote:Zehd, I do get subtitles using FFmpeg, but they are not transcoded into the avi.

Hmmm. I will look into that. Maybe I can implement it with FFmpeg too...

MEncoder should perform quicker than ffmpeg. Period. BTW when you say FFmpeg do you mean ZProcess with ffmpeg or the defaults without ZProcess?

I have recognized a problem with saving settings in ZProcess config. I thought I posted the update. I'll check...

Yep, it's not saving settings. Sorry. I'll have a patch out in a few hours.

BTW if you are successful using ffmpeg without ZProcess, then you could try Zprocess with 'below normal' CPU priority which is the same as how GB-PVR spawns ffmpeg natively, by default
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  problems installing zprocess on windows 7 64 bit bertros 3 6,478 2010-04-16, 05:17 PM
Last Post: bertros
  zProcess and Windows Home Server grits 3 6,818 2010-03-07, 06:06 AM
Last Post: zehd
  zProcess ffmpeg "Incorrect frame size" meccano 3 6,012 2010-02-01, 02:46 PM
Last Post: zehd
  zprocess in postprocessing.bat alevideotestservice 2 2,998 2009-12-22, 07:01 PM
Last Post: alevideotestservice
  zprocess... to work or not to work... medic29 26 10,117 2009-11-04, 05:54 PM
Last Post: zehd
  Zprocess & MVP: Can I watch DVD´s yet? Knobby 5 3,206 2009-11-02, 07:10 PM
Last Post: zehd
  Zprocess postprocessing ? Dufcoum 13 6,265 2009-08-19, 10:15 PM
Last Post: Dufcoum
  ZPROCESS: Audio sloooooow on MVP goobie 5 3,259 2009-08-18, 01:34 PM
Last Post: zehd
  MVP+Zprocess: Avi plays with audio only, no video goobie 3 2,981 2009-07-10, 08:01 PM
Last Post: zehd
  Can you clarify functionality of ZProcess please Elmo Putney 4 3,542 2009-03-23, 09:37 PM
Last Post: Elmo Putney

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode