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
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 13th December 2009, 10:50   #6301  |  Link
medp7060
Registered User
 
Join Date: Jan 2005
Posts: 158
Is there a way to increase the "visibility" of the interface, i.e. the font of the GUI is too small.

Edited: managed to do a few tests. no more comments because I have removed it for good.

Last edited by medp7060; 13th December 2009 at 11:15.
medp7060 is offline   Reply With Quote
Old 13th December 2009, 17:44   #6302  |  Link
pdek
Registered User
 
Join Date: Dec 2009
Posts: 1
Atak,
Great program. Thanks for all your support.
1 question...
1. When converting a mkv file to AVCHD with DTS audio (bitrate: 1536 Kbps, sample rate: 48 Khz, 5.1), I generally change the audio option to 5.1 Aften, 640kbps, AC3 instead of leaving the xxx stream-copyxxx as the default audio. Is there any benefit to more stable play back on my stand alone blu-ray player (sony bdp-s550)? I feel like the playback is sometimes buggy. Sometimes, I will get only audio but no video for a minute, then it pops up OR the tv just says no signal. Sometimes, reloading the DVDR+DL disc makes it work. I'm trying to figure out if this "bugginess is a result of my encoding options, or if it a problem with my bluray player, or my reciever. My Pioneer reciever can play all audio including DTS so I am not sure why I keep changing the audio? I guess I'm doing it because I think the AC3 is "more stable"? Does this make any sense? Would love to hear your opinion.

If it helps, I usually 2-pass, lock the size to 8150MB, choosing AVCHD as my output, and burning to a DVDR+DL.

Thanks in advance,
Philippe

My specs (with all HDMI cables going into the Reciever):
Sony Blu-ray player BDP-S550
Pioneer Reciever VSX-819H
TV is LG 37" HDTV

My computer is running Windows 7 Ultimate 64bit, Intel Quad-core Q9550 @ 2.83Ghz, 4GB ram, DVD burner is HP DVD writer 1070r, media is Verbatim DVD+R DL (8x speed), burning with IMGburn.
pdek is offline   Reply With Quote
Old 13th December 2009, 19:57   #6303  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,815
@pdek
Try to burn your DVD at 4X instead of maximum. Use DVD+RW if you don't want to waste your discs. Let me know if this helps or not.
Atak_Snajpera is offline   Reply With Quote
Old 13th December 2009, 21:36   #6304  |  Link
magmo
Registered User
 
Join Date: Jan 2009
Posts: 33
Atak, do you have any suggestions on my errror?
magmo is offline   Reply With Quote
Old 13th December 2009, 21:46   #6305  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,815
Quote:
Atak, do you have any suggestions on my errror?
no because you didn't show me script.
Atak_Snajpera is offline   Reply With Quote
Old 13th December 2009, 22:04   #6306  |  Link
magmo
Registered User
 
Join Date: Jan 2009
Posts: 33
Sorry, here you go...

job1_EncodeVideoPass1.cmd
"E:\Apps\Rip BD To MKV\RipBot264v1.14.6\tools\x264\x264_x86.exe" "E:\temp\RipBot264temp\job2\job2.avs" --pass 1 --bitrate 8192 --stats "E:\temp\RipBot264temp\job2\job2.stats" --fps 24000/1001 --min-keyint 24 --keyint 240 --sar 1:1 --level 4.0 --aud --nal-hrd --vbv-bufsize 25000 --vbv-maxrate 25000 --filter 0,0 --ref 3 --bframes 3 --b-adapt 1 --direct auto --subme 7 --aq-mode 1 --trellis 1 --partitions all --me umh --output "E:\temp\RipBot264temp\video.264"

job2_EncodeVideoPass2.cmd
"E:\Apps\Rip BD To MKV\RipBot264v1.14.6\tools\x264\x264_x86.exe" "E:\temp\RipBot264temp\job2\job2.avs" --pass 2 --bitrate 8192 --stats "E:\temp\RipBot264temp\job2\job2.stats" --fps 24000/1001 --min-keyint 24 --keyint 240 --sar 1:1 --level 4.0 --aud --nal-hrd --vbv-bufsize 25000 --vbv-maxrate 25000 --filter 0,0 --ref 3 --bframes 3 --b-adapt 1 --direct auto --subme 7 --aq-mode 1 --trellis 1 --partitions all --me umh --output "E:\temp\RipBot264temp\video.264"

job2_MuxFiles.cmd
"E:\Apps\Rip BD To MKV\RipBot264v1.14.6\tools\mkvtoolnix\mkvmerge.exe" -o "E:\iceage3.mkv" --title "iceage3" --default-duration 0:24000/1001fps -d 0 -A -S "E:\temp\RipBot264temp\video.264" --language 0:und --sync 0:0 -a 0 -D -S "E:\temp\RipBot264temp\job2\audio.1.dts"


MKVExtract.cmd
"E:\Apps\Rip BD To MKV\RipBot264v1.14.6\Tools\mkvtoolnix\mkvextract.exe" tracks "E:\iceage3demux\00386+00364.track_4113.mkv" 2:"E:\temp\RipBot264temp\job2\audio.1.dts"
"E:\Apps\Rip BD To MKV\RipBot264v1.14.6\Tools\mkvtoolnix\mkvextract.exe" chapters "E:\iceage3demux\00386+00364.track_4113.mkv" -s > "E:\temp\RipBot264temp\job2\chapters.txt"
magmo is offline   Reply With Quote
Old 13th December 2009, 22:06   #6307  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,815
I need job2.avs not log!
Atak_Snajpera is offline   Reply With Quote
Old 13th December 2009, 22:37   #6308  |  Link
APorter819
Registered User
 
Join Date: Nov 2009
Posts: 17
Great program, thanks a lot for creating. I've successfully encoded some of my 1080p mkv files with ac3 audio to 720p to save space and the 720p look great. A few questions:

1. Can I keep HD audio from mkv container if I leave at copy stream?
2. I have a recording from media center that I've converted to mpeg. When I play the video and audio are in sync. When I try to use ripbot to reduce the size the audio becomes out of sync with the video. I've also used mkvmerge to seperate the video and audio and both are the same length. Using Ripbot on the two separate files also results in out of sync audio. Any ideas? I'm using the high 4.0 HD.Bluray.consoles profile.

Thanks again.
APorter819 is offline   Reply With Quote
Old 13th December 2009, 23:18   #6309  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,815
Quote:
2. I have a recording from media center that I've converted to mpeg.
can you upload 50 mb sample (mpeg) to www.mediafire.com (use DGSplit)
Atak_Snajpera is offline   Reply With Quote
Old 14th December 2009, 01:54   #6310  |  Link
APorter819
Registered User
 
Join Date: Nov 2009
Posts: 17
Quote:
Originally Posted by Atak_Snajpera View Post
can you upload 50 mb sample (mpeg) to www.mediafire.com (use DGSplit)
Here is the sample file.

http://www.mediafire.com/?1zlieyymmyn
APorter819 is offline   Reply With Quote
Old 14th December 2009, 05:12   #6311  |  Link
magmo
Registered User
 
Join Date: Jan 2009
Posts: 33
here is the job2.avs file..

#MT


#VideoSource

video=DirectShowSource("E:\iceage3demux\00386+00364.track_4113.mkv",audio=false).ConvertToYV12()

#Deinterlace



#Decimate



#Crop
video=Crop(video,0,22,-0,-22)


#Resize
video=Spline36Resize(video,1920,1038).Sharpen(0.2).AddBorders(0,21,0,21)


#Colors



#Denoise




#Subtitles



#AudioSource
LoadPlugin("E:\Apps\Rip BD To MKV\RipBot264v1.14.6\tools\AviSynth plugins\NicAudio\NicAudio.dll")
audio=NicDTSSource("E:\temp\RipBot264temp\job2\audio.1.dts")
audio=ResampleAudio(audio,48000)
#DownMix
Import("E:\Apps\Rip BD To MKV\RipBot264v1.14.6\Tools\AviSynth plugins\Scripts\DownMixAudio.avs")
audio=DownMix2Stereo(audio)

#Delay
audio=DelayAudio(audio,0)


#Tempo



#Normalize



#AudioDub
audio=ConvertAudioTo16bit(audio)
AudioDub(video,audio)

#Triming



#AVSameLength
Trim(0,135303)


#ColorSpace
magmo is offline   Reply With Quote
Old 14th December 2009, 07:54   #6312  |  Link
QUEENFAN
Registered User
 
Join Date: May 2003
Posts: 106
Quote:
Originally Posted by Atak_Snajpera View Post
Reinstall Windows Media Player . Make sure you have the latest version. I'm not sure if 12 is available for xp.

@PsyChoses
Default 4.0 profile is enough. Period.
Thanks a lot Atak_Snajpera.
Installation of MP 11 solved the problem for me.
__________________
Bye

QUEENFAN
QUEENFAN is offline   Reply With Quote
Old 14th December 2009, 13:34   #6313  |  Link
blacksapprow
Registered User
 
Join Date: Sep 2009
Location: Ankara
Posts: 23
192kbps audio setting request for 2 channel Audio encoding!

Hi Atak,
I am using your marvellous program for ripping video for my Sony X Series (NWZ-X1060) Walkman. But 2 channel audio setting is upto 128kbps. I wish to use, higher 192kbps audio setting too.

Can you please add this setting under the "Audio Profile" preferences? (Being: 2.0 CT, AAC-LC, 192 kbps [abr])

Or, can you give me the way, how to apply this setting?

Thank You...
blacksapprow is offline   Reply With Quote
Old 14th December 2009, 15:40   #6314  |  Link
Wishbringer
Silent Reader
 
Wishbringer's Avatar
 
Join Date: Dec 2003
Location: Germany
Posts: 295
I hardly doubt you can hear a difference between 128kbps and 192kbps AAC stereo with a walkman and delivered headphones...
Wishbringer is offline   Reply With Quote
Old 14th December 2009, 15:44   #6315  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,815
@APorter819
temporary solution to your problem
1) change extension of your file to .m2v (for example sample.m2v)
2) open .m2v file in ripbot
3) enable inverse telecine function
4) set audio delay to -750ms

After this i have perfect audio synchronization. I don't know if this works with your whole file. Let's hope that audio delay is constant.

Quote:
I hardly doubt you can hear a difference between 128kbps and 192kbps AAC stereo with a walkman and delivered headphones...
especially in movies

@magmo
did you have the same problem in older versions of ripbot?

Last edited by Atak_Snajpera; 14th December 2009 at 15:49.
Atak_Snajpera is offline   Reply With Quote
Old 14th December 2009, 16:07   #6316  |  Link
blacksapprow
Registered User
 
Join Date: Sep 2009
Location: Ankara
Posts: 23
Hmm,
The hint, seemed to me like an effect type Atak!

For 2 channel audio 128kbps is a really low bit rate by means of audio quality. The cinema sound is much lower in quality than a studio recording. I didn't only requested it for only choosing 192Kbps use. I may use higher 256kbps and 320kbps setting when necessary, if possible of course!

English/USA or other country specific films generally recording in real time with microphoses "outside" not in dubbing rooms. Therefore hearing the speech is really a matter sometimes. Increasing the bitrate might be helpful in many cases.

This setting is not only necessary for me here. It might be useful to others...
blacksapprow is offline   Reply With Quote
Old 14th December 2009, 16:12   #6317  |  Link
APorter819
Registered User
 
Join Date: Nov 2009
Posts: 17
Quote:
Originally Posted by Atak_Snajpera View Post
@APorter819
temporary solution to your problem
1) change extension of your file to .m2v (for example sample.m2v)
2) open .m2v file in ripbot
3) enable inverse telecine function
4) set audio delay to -750ms

After this i have perfect audio synchronization. I don't know if this works with your whole file. Let's hope that audio delay is constant.


especially in movies

@magmo
did you have the same problem in older versions of ripbot?
I will give this a try tonight and report back.
APorter819 is offline   Reply With Quote
Old 14th December 2009, 16:15   #6318  |  Link
nurbs
Registered User
 
Join Date: Dec 2005
Posts: 1,460
Quote:
Originally Posted by blacksapprow View Post
For 2 channel audio 128kbps is a really low bit rate by means of audio quality.
For aac 128kbps isn't low.
http://wiki.hydrogenaudio.org/index.php?title=AAC
Quote:
Reaches transparency in most samples and for most users at around 150 kbps
Movies aren't much different from music in that regard. From my experience with the NeroAAC encoder movie and tv audio tracks usually come out smaller than the average music track at a given quality settings, so the psy-model the encoder uses thinks they are easier to compress.

Last edited by nurbs; 14th December 2009 at 16:24.
nurbs is offline   Reply With Quote
Old 14th December 2009, 16:43   #6319  |  Link
blacksapprow
Registered User
 
Join Date: Sep 2009
Location: Ankara
Posts: 23
Gee,
I have invented a new device by mistake.

microphose singular, microphoses plural

Of course the right typing I meant was "microphones" Yeah they may contain a lot of microbs on the hoses. Not completely wrong in fact
blacksapprow is offline   Reply With Quote
Old 14th December 2009, 17:51   #6320  |  Link
olapanekala
Registered User
 
olapanekala's Avatar
 
Join Date: Sep 2009
Location: Athens, Hellas
Posts: 32
Quote:
Originally Posted by blacksapprow View Post
Hmm,
The hint, seemed to me like an effect type Atak!

For 2 channel audio 128kbps is a really low bit rate by means of audio quality. The cinema sound is much lower in quality than a studio recording. I didn't only requested it for only choosing 192Kbps use. I may use higher 256kbps and 320kbps setting when necessary, if possible of course!

English/USA or other country specific films generally recording in real time with microphoses "outside" not in dubbing rooms. Therefore hearing the speech is really a matter sometimes. Increasing the bitrate might be helpful in many cases.

This setting is not only necessary for me here. It might be useful to others...
I also would like to have 192kbps.
olapanekala is offline   Reply With Quote
Reply

Tags
264, 265, appletv, avchd, bluray, gui, iphone, ipod, ps3, psp, ripbot264, x264 2-pass, x264 gui, x264_64, x265, xbox360


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 23:12.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.