View Full Version : StaxRip Custom Author?
Sup Guys. I just have one question. It'll be much appreciated If someone can help me out. :o
I'm using StaxRip to convert Music Video VOB's to x264. How can I change the author "http://DSPguru.doom9.net" to a custom one? Thank You For Your Time... :D
Extract the audio and edit the id3 tag. Then mux again.
Thanks for the help... I'm a newbie at these things. Is there another way to edit the settings in the StaxRip program Itself? :o
mitsubishi
7th July 2007, 03:06
What are you using for the audio? It's a while since I used Staxrip, but for the mp3 tag, you add, for example
--ta taz7
to the command line in the lame bit, ie just before the last ")" will do. You can edit the command by clicking the down pointing arrow next to the audio track and choosing edit.
So it would look something like:
"%application:BeSweet%" -core( -input "%input%" -output "%output%" ) -azid( -c normal -L -3db ) -ota( -d %delay% -hybridgain ) -lame( -v --vbr-new -V 5 -b 32 --ta taz7 )
tt would be title and tc is for the comment.
Thanks m8 :D. It worked but I keep getting in the comments section of the video "Made with BeSweet v1.5b31". This is what my commandline looks like:
"%application:BeSweet%" -core( -input "%input%" -output "%output%" ) -azid( -c normal -L -3db ) -ota( -d %delay% -hybridgain ) -lame( --alt-preset cbr 160 --tc TAZ7 --ta TAZ7 )
The "tc TAZ7" command is not working. I would like the comments part to be blank though. It won't change it :(.
mitsubishi
7th July 2007, 20:46
Yeah, you're right, it seems besweet doesn't pass on the comment parameter to lame.
What you will have to do is use another command line tagger, here's one: http://www.synthetic-soul.co.uk/tag/
In the command line editor for the audio, press enter at the end of the besweet command and on a new line put:
tag.exe "%output%" --comment "comment in here"
Put the full path to wherever you put tag.exe though. This will then edit the tag immediately after the encode.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.