Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 Encoder GUIs

Reply
 
Thread Tools Display Modes
Old 25th June 2006, 20:48   #1  |  Link
mod
keep manzo
 
mod's Avatar
 
Join Date: Sep 2005
Location: Florence, IT
Posts: 529
new tool: sARc

I've made a little tool for the compression from d2v to xvid, via AviSynth and xvid_encraw, and decided to share it, maybe someone finds it useful.
I made it for my backups for SAP, so a lot of options are not "visible", but I'll have really no problem making changes!
ATM it just encodes video because for audio tracks and subs I use different tools.
Who wants to report errors or give suggestions..

sARc page - .Net 2.0 Required

Note: I'm trying to get informations about the correct values of overhead in avi files to get more correct values in the bitrate, so any help would be nice!
__________________
10 categories of persons exist : those who know the binary system and those who do not know it

Last edited by mod; 13th August 2006 at 15:38.
mod is offline   Reply With Quote
Old 26th June 2006, 10:16   #2  |  Link
SeeMoreDigital
Life looks better in HDTV
 
SeeMoreDigital's Avatar
 
Join Date: Jun 2003
Location: UK
Posts: 10,026
When I click on your: download xvid_encraw [7z] link, I get a web page full of text!

Is it just me?


Cheers
__________________
Still confused about anamorphic images? Then look here! | Main Encoding Interests: Hardware device playback | My Gear |

Last edited by SeeMoreDigital; 26th June 2006 at 12:05.
SeeMoreDigital is offline   Reply With Quote
Old 26th June 2006, 10:18   #3  |  Link
mod
keep manzo
 
mod's Avatar
 
Join Date: Sep 2005
Location: Florence, IT
Posts: 529
You need to "Right Click" on the link, or the browser will open the file.. I admit I wrote it only in ita, I'm going to correct, thanks..

EDIT: page corrected.
__________________
10 categories of persons exist : those who know the binary system and those who do not know it

Last edited by mod; 26th June 2006 at 10:21.
mod is offline   Reply With Quote
Old 26th June 2006, 10:21   #4  |  Link
SeeMoreDigital
Life looks better in HDTV
 
SeeMoreDigital's Avatar
 
Join Date: Jun 2003
Location: UK
Posts: 10,026
Quote:
Originally Posted by mod
You need to "Right Click" on the link, or the browser will open the file.. I admit I wrote it only in ita, I'm going to correct, thanks..
Hmmm... I tried that and all I get is an option to save: xvid_encraw 20060502.htm


Cheers
__________________
Still confused about anamorphic images? Then look here! | Main Encoding Interests: Hardware device playback | My Gear |
SeeMoreDigital is offline   Reply With Quote
Old 26th June 2006, 10:28   #5  |  Link
mod
keep manzo
 
mod's Avatar
 
Join Date: Sep 2005
Location: Florence, IT
Posts: 529
Quote:
Originally Posted by SeeMoreDigital
Hmmm... I tried that and all I get is an option to save: xvid_encraw 20060502.htm
Are you using IExplorer? I've just tried with Firefox and it works.. but IExplorer doesn't work.. never happened before.. It simply doesn't see the file. Going to investigate..

EDIT: I have to correct myself: the file is saved also with IE, but no window is opened.
__________________
10 categories of persons exist : those who know the binary system and those who do not know it

Last edited by mod; 26th June 2006 at 10:31.
mod is offline   Reply With Quote
Old 26th June 2006, 10:38   #6  |  Link
SeeMoreDigital
Life looks better in HDTV
 
SeeMoreDigital's Avatar
 
Join Date: Jun 2003
Location: UK
Posts: 10,026
I actually managed to save the file by changing the .htm file extension to .7z

Web browsers eh!!!
__________________
Still confused about anamorphic images? Then look here! | Main Encoding Interests: Hardware device playback | My Gear |
SeeMoreDigital is offline   Reply With Quote
Old 26th June 2006, 10:38   #7  |  Link
mod
keep manzo
 
mod's Avatar
 
Join Date: Sep 2005
Location: Florence, IT
Posts: 529
I hate IE !! ^^
I'll have to find a solution if the problem remains..

EDIT: I just corrected one of the scripts, Blockbuster() removed from 001
__________________
10 categories of persons exist : those who know the binary system and those who do not know it

Last edited by mod; 26th June 2006 at 10:51.
mod is offline   Reply With Quote
Old 26th June 2006, 10:52   #8  |  Link
Antaeogo
Registered User
 
Join Date: Jun 2003
Posts: 3
Quote:
Originally Posted by mod
I hate IE !! ^^
I'll have to find a solution if the problem remains..
Add
Code:
application/x-7z-compressed	7z
to Apache's mime.types file (assuming that's under your control), otherwise your server's handing out a mime-type of "text/html", which IE will try to render the file as.
Antaeogo is offline   Reply With Quote
Old 26th June 2006, 11:01   #9  |  Link
mod
keep manzo
 
mod's Avatar
 
Join Date: Sep 2005
Location: Florence, IT
Posts: 529
@Antaeogo

I can't, I just put an info.htaccess file with

AddType application/x-7z-compressed 7z

in the main folder..
__________________
10 categories of persons exist : those who know the binary system and those who do not know it
mod is offline   Reply With Quote
Old 26th June 2006, 11:21   #10  |  Link
Antaeogo
Registered User
 
Join Date: Jun 2003
Posts: 3
No Go, to do that in .htaccess, you need the ability to override the FileInfo directives where your 7z files are. (AllowOverride FileInfo has to be configured for your vhost/directory in the main .conf files). But, AIUI, that's beyond your control and something your host must change.

In the end, it's no big deal, everyone just needs to rename the file to a .7z extension.
Antaeogo is offline   Reply With Quote
Old 26th June 2006, 11:24   #11  |  Link
mod
keep manzo
 
mod's Avatar
 
Join Date: Sep 2005
Location: Florence, IT
Posts: 529
Quote:
Originally Posted by Antaeogo
In the end, it's no big deal, everyone just needs to rename the file to a .7z extension.
Thanks! Ok, I'll write it in the page ^^
__________________
10 categories of persons exist : those who know the binary system and those who do not know it
mod is offline   Reply With Quote
Old 26th June 2006, 11:27   #12  |  Link
SeeMoreDigital
Life looks better in HDTV
 
SeeMoreDigital's Avatar
 
Join Date: Jun 2003
Location: UK
Posts: 10,026
I have a similar issue with files I store on my sub-domain server!


Cheers
__________________
Still confused about anamorphic images? Then look here! | Main Encoding Interests: Hardware device playback | My Gear |
SeeMoreDigital is offline   Reply With Quote
Old 26th June 2006, 11:29   #13  |  Link
mod
keep manzo
 
mod's Avatar
 
Join Date: Sep 2005
Location: Florence, IT
Posts: 529
Quote:
Originally Posted by SeeMoreDigital
I have a similar issue with files I store on my sub-domain server!
That's a consequence of free web hosting.. btw.. I've changed the page, now it should be clear

PS: This isn't getting a thread about html parsing.. isn't it?
__________________
10 categories of persons exist : those who know the binary system and those who do not know it
mod is offline   Reply With Quote
Old 26th June 2006, 11:44   #14  |  Link
foxyshadis
ангел смерти
 
foxyshadis's Avatar
 
Join Date: Nov 2004
Location: Oceanborn
Posts: 7,607
Haha, the SMD link redirects to:
http://www.awardspace.com/articles/d...b_hosting.html
from the forum. I bet it's checking referrers. Works fine off your site though.
__________________
There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order. ~ Ed Howdershelt
foxyshadis is offline   Reply With Quote
Old 26th June 2006, 12:07   #15  |  Link
mod
keep manzo
 
mod's Avatar
 
Join Date: Sep 2005
Location: Florence, IT
Posts: 529
Quote:
Originally Posted by foxyshadis
Haha, the SMD link redirects to:
http://www.awardspace.com/articles/d...b_hosting.html
from the forum. I bet it's checking referrers. Works fine off your site though.
I changed the link..
__________________
10 categories of persons exist : those who know the binary system and those who do not know it

Last edited by mod; 26th June 2006 at 12:09.
mod is offline   Reply With Quote
Old 26th June 2006, 12:08   #16  |  Link
SeeMoreDigital
Life looks better in HDTV
 
SeeMoreDigital's Avatar
 
Join Date: Jun 2003
Location: UK
Posts: 10,026
Quote:
Originally Posted by foxyshadis
Haha, the SMD link redirects to:
http://www.awardspace.com/articles/d...b_hosting.html
from the forum. I bet it's checking referrers. Works fine off your site though.
That's because Mods original link was: -
h**p://meslor.awardspace.com/files/xvid_encraw%2020060502 Which was changed to: -
h**p://meslor.awardspace.com/files/xvid_encraw_20060502


Cheers
__________________
Still confused about anamorphic images? Then look here! | Main Encoding Interests: Hardware device playback | My Gear |
SeeMoreDigital is offline   Reply With Quote
Old 26th June 2006, 13:32   #17  |  Link
mod
keep manzo
 
mod's Avatar
 
Join Date: Sep 2005
Location: Florence, IT
Posts: 529
I added an english translation of the italian page..
__________________
10 categories of persons exist : those who know the binary system and those who do not know it
mod is offline   Reply With Quote
Old 26th June 2006, 20:10   #18  |  Link
JoeBG
stupid
 
JoeBG's Avatar
 
Join Date: Sep 2004
Location: Cologne
Posts: 638
Are there any commandline options? I would like to start your tool out of batch -files
__________________
cu

Joe
------------------------
freedom is just another word for nothing left to loose
JoeBG is offline   Reply With Quote
Old 26th June 2006, 21:48   #19  |  Link
mod
keep manzo
 
mod's Avatar
 
Join Date: Sep 2005
Location: Florence, IT
Posts: 529
Quote:
Originally Posted by JoeBG
Are there any commandline options? I would like to start your tool out of batch -files
Hmmm.. the tool is a GUI for xvid_encraw, so making a command line would not make sense to me..
Would it be good an option to create the .BAT file? I mean: you open a .d2v, select all your options, choose and edit the .avs, set codec settings and then APPEND the all work in a .BAT file (sort of job list).
Would it be good for you?

@all: any report about bugs or suggestions? Does it work ?
__________________
10 categories of persons exist : those who know the binary system and those who do not know it

Last edited by mod; 26th June 2006 at 22:33.
mod is offline   Reply With Quote
Old 27th June 2006, 18:13   #20  |  Link
mod
keep manzo
 
mod's Avatar
 
Join Date: Sep 2005
Location: Florence, IT
Posts: 529
0.3.0.5 out

I've just compiled v. 0.3.0.5

- added custom matrix support
- now it's possible to choose also the starting frame for the encoding
__________________
10 categories of persons exist : those who know the binary system and those who do not know it
mod is offline   Reply With Quote
Reply

Thread Tools
Display Modes

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

Forum Jump


All times are GMT +1. The time now is 20:14.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.