Go Back   Club CDFreaks - Knowledge is Power > International Chat: Software related > Video Edit Software


Commercial message



Video Edit Software Discuss, Remove Watermark in CCE? at International Chat: Software related forum; Hi, I'm trying to make a DVD from some anime I have, but when I encoded the video CCE made a big watermark taht blocks the subtitles. I was wondering if there is a way to remove this watermark? Thanks in advance.


Reply
 
Thread Tools
Old 02-08-2005   #1 (permalink)
CD Freaks Rookie
 
Join Date: May 2005
Posts: 38
Remove Watermark in CCE?

Hi, I'm trying to make a DVD from some anime I have, but when I encoded the video CCE made a big watermark taht blocks the subtitles. I was wondering if there is a way to remove this watermark? Thanks in advance.
Caboose87 is offline   Reply With Quote
Old 02-08-2005   #2 (permalink)
Top Referrer
 
bcn_246's Avatar
 
Join Date: Aug 2004
Location: Oxfordshire, UK
Posts: 3,520
Re: Remove Watermark in CCE?

If you are using the trial version of CCE then you will have to buy it to remove the watermark. You can buy the basic version for $60. It is pretty much the same as the SP version ($2000) but it is limited to 2-pass. And no... we wont give you a crack for the SP version.
__________________
Click HERE to join CDFreaks... do it or I will dead you.
bcn_246 is offline   Reply With Quote
Old 02-08-2005   #3 (permalink)
CD Freaks Rookie
 
Join Date: May 2005
Posts: 38
Re: Remove Watermark in CCE?

I'm trying out DVD Santa instead right now

Thanks for your reply though.
Caboose87 is offline   Reply With Quote
Old 03-08-2005   #4 (permalink)
CD Freaks Rookie
 
Join Date: May 2005
Posts: 38
Re: Remove Watermark in CCE?

Well, I tried DVD santa but it cut off the subtitles (about halfway). I was wondering if there are any programs that will do it without cutting the subtitles?
Caboose87 is offline   Reply With Quote
Old 03-08-2005   #5 (permalink)
Banned
 
PC-GUY's Avatar
 
Join Date: Dec 2004
Location: The Place With The dipshit Monkey!!!
Posts: 971
Re: Remove Watermark in CCE?

Have you tried DivxToDVD?
I found it to be a handy little program.
PC-GUY is offline   Reply With Quote
Old 03-08-2005   #6 (permalink)
Top Referrer
 
bcn_246's Avatar
 
Join Date: Aug 2004
Location: Oxfordshire, UK
Posts: 3,520
Re: Remove Watermark in CCE?

What exactly do you mean "cut off the subtitles"?
__________________
Click HERE to join CDFreaks... do it or I will dead you.
bcn_246 is offline   Reply With Quote
Old 03-08-2005   #7 (permalink)
CD Freaks Rookie
 
Join Date: May 2005
Posts: 38
Re: Remove Watermark in CCE?

Well, they'rea fansubs, so the subtitles are like merged with the video file, you can't extract them or anything. By cut off, I meant that on a TV screen, not the whole picture is shown (some of the bottom, top and sides gets cut off a bit) and the subtitles are part cut off. If I recall correctly, there's something called a "TV Safe Zone", and the subtitles get cut off a bit there. Anyways, I'm not sure how to fix this.

PC-GUY, thanks, I'll check that program out.

P.S: I'll take a picture to clear things up about the subtitles being cut off.

Edit: Here we go, it would be like this



The blacked out parts are the parts that would get cut off, I hope this clears things up!

Last edited by Caboose87; 03-08-2005 at 05:29.
Caboose87 is offline   Reply With Quote
Old 03-08-2005   #8 (permalink)
Moderator
 
TimC's Avatar
 
Join Date: Mar 2004
Location: UK
Posts: 7,498
Re: Remove Watermark in CCE?

If you get DVD2SVCD ( http://www.dvd2svcd.org/ ) & install the D2SRoba front end you can get very good quality encoding quickly. It comes with a freeware encoder Quenc , which I've not tried as I use CCE with it.
It handles various aspect ratios well & will probably get around this problem. If you could afford the $60 for basic CCE (2.50 is best) it'll still work & you'll be well pleased with the results.
TimC is offline   Reply With Quote
Old 03-08-2005   #9 (permalink)
Top Referrer
 
bcn_246's Avatar
 
Join Date: Aug 2004
Location: Oxfordshire, UK
Posts: 3,520
Re: Remove Watermark in CCE?

That is just the overscan of the TV. That is why DVDs have black borders around the edge, to compensate for this. If you where using AVISynth to imput you will need to use the "addborders" command, and then make the resize before smaller. For example:

Code:
v=mpeg2source("x.d2v")
a=wavsource("x.wav")
audiodub(v,a)
converttoyuy2
smoothdeinterlace() #only if the video is interlaced
convertfps(29.976)
crop(x,x,x,x)
lanczosresize(656,416)
addborders(32,32,32,32)
that would be to create a 720x480 NTSC DVD.
__________________
Click HERE to join CDFreaks... do it or I will dead you.
bcn_246 is offline   Reply With Quote
Old 03-08-2005   #10 (permalink)
CD Freaks Rookie
 
Join Date: May 2005
Posts: 38
Re: Remove Watermark in CCE?

Can you explain that a bit better (like a small tutorial or something), that's exactly what I was thinking (add something to push the picture). Thanks
Caboose87 is offline   Reply With Quote
Old 03-08-2005   #11 (permalink)
Top Referrer
 
bcn_246's Avatar
 
Join Date: Aug 2004
Location: Oxfordshire, UK
Posts: 3,520
Re: Remove Watermark in CCE?

You will need to use AVISynth. What format is the input video? (AVI, MPEG etc.).
__________________
Click HERE to join CDFreaks... do it or I will dead you.
bcn_246 is offline   Reply With Quote
Old 03-08-2005   #12 (permalink)
CD Freaks Rookie
 
Join Date: May 2005
Posts: 38
Re: Remove Watermark in CCE?

I downloaded AVISynth 2.5. It's an AVI file ecoded with XviD (the input video)
Caboose87 is offline   Reply With Quote
Old 04-08-2005   #13 (permalink)
New on Forum
 
Join Date: Jun 2005
Posts: 29
Re: Remove Watermark in CCE?

Quote:
Originally Posted by Caboose87
Hi, I'm trying to make a DVD from some anime I have, but when I encoded the video CCE made a big watermark taht blocks the subtitles. I was wondering if there is a way to remove this watermark? Thanks in advance.

What does CCE stand for?

Did you find an application that could remove the watermark? I am asking because I am having a similar problem with some music videos.
damo12 is offline   Reply With Quote
Old 04-08-2005   #14 (permalink)
Moderator
 
TimC's Avatar
 
Join Date: Mar 2004
Location: UK
Posts: 7,498
Re: Remove Watermark in CCE?

CCE = Cinema Craft Encoder.

The reason for the watermark was that the version of CCE being used was a trial. Buying the full version would remove that.

Not any help to you I'm afraid.
TimC is offline   Reply With Quote
Old 04-08-2005   #15 (permalink)
CD Freaks Rookie
 
Join Date: May 2005
Posts: 38
Re: Remove Watermark in CCE?

Well, I'm thinking of buying CCE, I just need to make sure I can get the subititles a bit higher on the screen (I can still see enough of the subtitiles even with the watermark to know if they are being cut off).
Caboose87 is offline   Reply With Quote
Old 13-08-2005   #16 (permalink)
CD Freaks Member
 
unicorn23`'s Avatar
 
Join Date: Jun 2003
Location: India
Posts: 226
Re: Remove Watermark in CCE?

Hi Caboose87,

I would use Tmpgenc and there is another post dealing with a similar issue on this forum:
http://club.cdfreaks.com/showthread....Tmpgenc+border
http://club.cdfreaks.com/showthread....Tmpgenc+border

Hope this helps.
__________________
Hope this helps.
Regards.
Unicorn23`.

PS: WHY DOES MAN EVEN TRY???. IN THE FERVENT HOPE THAT THINGS WILL CHANGE FOR THE BETTER.!!!!
unicorn23` is offline   Reply With Quote
Old 24-09-2005   #17 (permalink)
New on Forum
 
Join Date: Sep 2005
Posts: 3
Re: Remove Watermark in CCE?

I also have a subtitle cut off problem on my tv and i don't know how to fix it as well i have taken a picture of what it looks like on my tv with a digital camera. By the way the background from the tv is just the reflection of my living room and the picture doesn't have the greatest quality. Hopefully someone can help me out here.

loyaltydeath is offline   Reply With Quote
Old 24-09-2005   #18 (permalink)
Banned
 
PC-GUY's Avatar
 
Join Date: Dec 2004
Location: The Place With The dipshit Monkey!!!
Posts: 971
Re: Remove Watermark in CCE?

Quote:
Originally Posted by loyaltydeath
I also have a subtitle cut off problem on my tv and i don't know how to fix it as well i have taken a picture of what it looks like on my tv with a digital camera. By the way the background from the tv is just the reflection of my living room and the picture doesn't have the greatest quality. Hopefully someone can help me out here.
Could you post a bigger picture, we may have missed something.
Next time you may want to save it a little smaller and as a png just to be nice to people on dail-up.
PC-GUY is offline   Reply With Quote
Old 26-07-2006   #19 (permalink)
New on Forum
 
Join Date: Jul 2006
Posts: 1
Re: Remove Watermark in CCE?

Hi new here i am looking for some to remove watermarks from videos also and see that you guys are talking about cce can you tell me were to find it and how to buy the full version
fishingaid is offline   Reply With Quote
Old 26-07-2006   #20 (permalink)
CDFreaks Resident
 
_chef_'s Avatar
 
Join Date: Aug 2004
Location: @FX labs .de ...watching [Benders.Big.Score] [Tripping.The.Rift.The.Movie]
Posts: 24,168
Re: Remove Watermark in CCE?

http://www.cinemacraft.com/eng/index.html
__________________
Started with burning capable optical drives (CD-R) in 1997.
Bought optical drives from AOpen, HP, LiteOn, NEC, Philips, Pioneer, Plextor, Ricoh, Samsung, Sanyo, Toshiba and Yamaha.

'Things are now in motion that cannot be undone.' [Gandalf, LoTR]

Enable DMA with micrAp$0ft Enable DMA free at your will busTRACE => Upper/Lower Filters Util
DevCon
***HOW TO ... Delete the Upper & Lower Filters!***

If you expect help then please start by using the powerful SEARCH.
_chef_ is offline   Reply With Quote
 
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
I had to Remove AnyDVD after problems and I clicked remove registration info as well. TechGuy100 AnyDVD 4 21-01-2007 01:02
How Can I Remove The Watermark? With Software Convertx To Dvd? emily_kate1 VSO Software 5 10-01-2007 01:55
CCE SP or CCE BASIC or CCE SP TRIAL???? mikej3131 Copy Movie 5 04-08-2006 19:44
Software to remove a watermark on a VOB bibblesplat Newbie Forum 5 14-02-2006 19:29
CCE Watermark Removal backwhacker Video Edit Software 5 26-02-2005 23:05


All times are GMT +2. The time now is 03:15.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0