Jump to content

Logo remover


raducoc

Recommended Posts

Im using DVB 3.9 and ffmpeg driver that have support for Logo remover. Is working great, FFmpeg is doing the job, the channels logos are desapearing ;) , the only problem is that when Im changing the channel, I need to manualy readjust the position and size of the LOGO REMOVER settings from ffmpeg. I will be great to have an option PER CHANNEL to readjust automaticaly the settings of FFmpeg when Im switching the cannels. Thx in advice.

Link to comment

This is a problem of ffmpeg and not DVBViewer.

 

Also, the channel logo position changes bewteen different channels, some are placed into the black border above of under the video filed so easy to remove,

others are placed on top of the video and that's difficult to 'remove' cause a good remove would mean to keep track of the surrounding video changes in realtime.

Link to comment

I dont know if it is possible to readjust the Logo remover via comandline.

 

If yes you can do it via channelchange.vbs

Edit the ...\DVBViewer\Scripts\channelchange.vbs

Dim ChanLabel

sub main(ChannelNr)

ChanLabel = none

ChanLabel = ChannelManager(ChannelNr).Name

 

Select Case ChanLabel

Case "Das Erste"

osd.showInfoinTVpic "The chennel name is Das Erste",1000

OSD.ExecNewProcess "C:\WINDOWS\notepad.exe", "", False, False

 

Case "ZDF (AC3,dd)"

osd.showInfoinTVpic "The chennel name is ZDF (AC3,dd)",1000

OSD.ExecNewProcess "C:\WINDOWS\notepad.exe", "", False, False

 

Case "3sat (AC3,dd)"

osd.showInfoinTVpic "The chennel name is 3sat (AC3,dd)",1000

OSD.ExecNewProcess "C:\WINDOWS\notepad.exe", "", False, False

 

 

Case Else

osd.showInfoinTVpic ChanLabel & " is new chennel no Case create in the channelchange.vbs until now.",1000

End Select

end sub

replace with your channel names

only as test remove if everything work

the comandline command

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...