View Full Version : RipBot264 v1.18.3 - Simple and easy to use GUI -> IPOD . PSP . CONSOLES . BLURAY
over-killer
26th July 2008, 06:05
So ripbot isn't able to do dts 7.1?
Atak_Snajpera
26th July 2008, 07:13
Yuma does not have DTS (it has PCM) track therefore COPY STREAM option is not available. I don't have DTS encoder so the only option is to encode to ac3 5.1
loogmoo
27th July 2008, 13:51
Except for a 20 minute video, my Vista64 (Intel Duo 3GB, 4GB Ram, 1TB HD) system everytime froze or rebooted while RipBot264 was running. I tried 5 or 6 different Blu-Ray rips.
Of 2 jobs, I kept the content of the temp directories. Which of this information shall I post here or put somewhere (where?) to get help?
Thanks - Loog Moo
Sharktooth
27th July 2008, 15:31
You have hardware problems. Your system is highly unstable in stress conditions.
Remove any overclock (im pretty sure you did it) and check your hardware (RAM, HDDs, etc) with one or more burn in software and check also the temps.
Atak_Snajpera
27th July 2008, 17:19
use this http://files.extremeoverclocking.com/file.php?f=103
Merkie
27th July 2008, 22:42
I have a very annoying problem. Anytime I try to convert any divx or xvid file (and I mean any), I always get MPC popping up saying it 'cannot render the video file'. This occurs just after I added the file, so before the actual converting.
http://i35.tinypic.com/24bryiw.jpg
I've tried reinstalling all my codecs, but it still does not work. :mad:
I use the latest ffdshow, CoreAVC and Haali Media Splitter.
I'm getting rather desperate, so thanks in advance!
Atak_Snajpera
27th July 2008, 22:53
Reinstall AviSynth
Merkie
27th July 2008, 23:02
It works! Yeah!
Thanks a lot. :)
Edit: ah, my PC is ready for a long night of encoding. :D
Sarreq Teryx
28th July 2008, 05:31
I have a very annoying problem. Anytime I try to convert any divx or xvid file (and I mean any), I always get MPC popping up saying it 'cannot render the video file'. This occurs just after I added the file, so before the actual converting.
http://i35.tinypic.com/24bryiw.jpg
I've tried reinstalling all my codecs, but it still does not work. :mad:
I use the latest ffdshow, CoreAVC and Haali Media Splitter.
I'm getting rather desperate, so thanks in advance!
Reinstall AviSynthIt works! Yeah!
Thanks a lot. :)
Edit: ah, my PC is ready for a long night of encoding. :DI sometimes have the same problem, but only with Xvid/Divx AVIs, remuxing them to MKV with MKVmerge before trying to use ripbot seems to fix it also.
Sarreq Teryx
28th July 2008, 05:33
possibly the issue's with Vista 64? dunno. all I know is the anime and film filters stopped working for me when you switched from the MSU filter to FFT3DGPU.Have you installed the latest Catalysts?yes, as soon as they came outany idea about this at all?? I miss the anime filter :(
Sarreq Teryx
28th July 2008, 10:01
It would be nice if RipBot could display a progress bar while it's waiting there. Not possible!o0 any special reason why not? the audio normalizer and encoder gives percentages. you have the total # of frames and what frame x264 is working on, and a percentage for that. I know mkvmerge gives some sort of output because its own GUI has a progress bar. am I missing anything? Im not seeing any reason not to create a progress bar, or even a double progress bar (current process / total progress). I know its not a limitation of Delphi. Ive seen many Delphi programs with progress bars, ones which use CLI backends as well (Razorlame for one).
pitch.fr
28th July 2008, 10:41
Hello, Atak
here a sample of the file which I cannot put in mkv.(problem: "is not a valid floating point value)
http://demo21.ovh.com/d7cca9cd9a5c8d2f422e608197b71acaP/
dm1105
28th July 2008, 23:20
My friends, I'm sorry to interject, but I need some clarity. I wish to convert an MKV movie into a standard Bluray format, not MP4, mt2s, etc. Now, the resolution of said MKV is 1920 x 800, certainly not one Bluray players like very much.
I tried Ripbot264 on the MKV and I believe I configured all the settings as they should be. I wanted the final resolution to be Full HD, which in this case I chose the highest setting.
12 hours later, I got the final product. I burned the files properly using the correct settings utilizing ImgBurn. But alas, when I played the movie on PowerDVD I had audio but a black picture. 12 hours of encoding down the drain. I blame myself.
Now, I'm well aware that a very similar situation arose before in this forum, but perhaps someone can enlighten me...Perhaps someone with a higher understanding can point me in the right direction.
*sigh* after you learn everything there is to know about DVD encoding, along comes a new format and one has to begin from scratch...
~bT~
28th July 2008, 23:23
^ does the m2ts file play OK? or is it also just a black screen?
ps. did u resize to full HD?
pxr5
29th July 2008, 09:26
^^ Yeah you need to add blackborders in the Avisynth script.
E.g. If it's 1920x800, it needs to be 1920x1080. So 1080-800/2=140.
So put addborders(0,140,0,140) at the very bottom of the script.
tteich
29th July 2008, 10:34
^^ Yeah you need to add blackborders in the Avisynth script.
E.g. If it's 1920x800, it needs to be 1920x1080. So 1080-800/2=140.
So put addborders(0,140,0,140) at the very bottom of the script.
... and make a test-encode of a 10min-segment first, before you waste another day ;)
tteich
29th July 2008, 10:43
Btw. I found a solution for my HDDVD authoring problem. Unfortunately cannot use RipBot264 due to the missing x264 target for HDDVD. But my current workflow is as follows:
1. .m2ts from ripped BD -> eac3to.exe
(creates a .264 elementary file, and the sound track as either .ac3 or .dts)
2. Re-Encode .264 with MeGUI and the Standalone_HD-DVD configuration
(creates a bitrate/GOP HDDVD compatible .264 file)
3. the resulting file needs the pulldown-flag to be set -> h264info.exe ("set 2:3 pulldown")
(creates a compliant .264 file)
4. author a standard content HDDVD using the .264 file from step 4 and the audio file from step 1
It would have been nice to have this automated with RipBot264, but the HDDVD muxer is still missing, therefor the workflow cannot be implemented completely with freeware tools.
dm1105
29th July 2008, 15:15
^ does the m2ts file play OK? or is it also just a black screen?
ps. did u resize to full HD?
Thank you for the expeditious response. Yes, the .mt2s file plays as it should in PowerDVD. Furthermore, to answer your post script, I did choose resize to full HD in the appropriate settings in the Picture Properties submenu.
^^ Yeah you need to add blackborders in the Avisynth script.
E.g. If it's 1920x800, it needs to be 1920x1080. So 1080-800/2=140.
So put addborders(0,140,0,140) at the very bottom of the script.
I noticed that the Avisynth script on the right hand side automatically added the borders for me i.e. addborders(0,140,0,140). However, this was not located at the very bottom of the script, but somewhere in the middle. It was located under: #Resize
video=Spline36Resize(video,1920,800).Sharpen(0.2).AddBorders(0,140,0,140)
... and make a test-encode of a 10min-segment first, before you waste another day ;)
I followed your advice and I am currently encoding a 10 minute segment of the MKV as suggested.
Thank you again, all of you.
pitch.fr
30th July 2008, 13:33
Hello! I have a problem with a file m2ts:
http://demo21.ovh.com/d7cca9cd9a5c8d2f422e608197b71acaP/
Ripboat announces a problem: "is not a valid floating point value
there were 14 files m2ts
I joined the files m2ts with TSmuxer
With others videos, Ripboat functions correctly, but if I use Tsmuxer, Ripboat refuses to convert
What is the solution???
Atak_Snajpera
30th July 2008, 13:48
Do not use TSMuxer :) Import file directly from Blu-ray structure. Only in this case files will be joined together.
pitch.fr
30th July 2008, 15:18
is what I must work starting from the disc bluray or of the file copied from the hard drive?
Which file I must open in Ripboat: Stream,mpls or m2ts?
How does Ripboat manage to find the order of the sequences of a disc bluray?
Atak_Snajpera
30th July 2008, 16:25
The simplest way to rip movies is:
1) install AnyDVD HD
2) select any .m2ts file from Blu-Ray disc
How does Ripboat manage to find the order of the sequences of a disc bluray?
eac3to does whole black work :)
pitch.fr
30th July 2008, 16:44
Thank you for your assistance.
I tests this evening
poisondeathray
30th July 2008, 18:26
@dm1105 - did you remember to burn with udf revision 2.5?
Ajax_Undone
30th July 2008, 20:48
Hey Atak so you could avoid the issue of incorrect burning. If you could had either an ISO creation for re encoded BD structure or a burning engine to just burn the compilation to a disk rather then just structure out... Or even all three as options.
Blu-boy
31st July 2008, 06:33
I would first off like to thank Atak_Snajpera for a superior job making the Ripbot tool. I can't tell you how many tools I have tried and tossed. All of them ruined the quality of the movie, even at their highest quality settings. This includes testing MainConcepts/Elecard solutions which seemed to attenuate some of the mid-tones and highlights in the movie.
Apart from being convenient, he has also worked out all the best settings and conveniently brought together the best of the best tools in the shell to create what I consider the only tool that can transcode a blu-ray from a staggering 30Gigs to a mere 5-7 gigs with nearly no perceptible loss in quality video. I leave the audio stream alone, so there is zero loss in audio.
My goal is not playing blu-ray on ps3 but simply reducing the data storage requirements and playing on MC or similar DirectShow only playback app. Also by reducing the file down to a fraction of it's original size. You don't need a powerhouse computer anymore for playback.
Very happy with this tool for this role. Except that some movies are out of sync with the audio. And it is not linear, so that a simple audio shift wont fix it. I have tried to find an answer by scouring these forums. But nothing with h264/ac3 streams. Some have said this is due to the 24.976 verses 24 fps. Do I need to re-encode with 24 fps? RibBot is indicating "copy stream" so I assume this means it hasn't altered the timing of audio.
Or do I need to run a tool outside of RipBot to re-sync? and if so, Is there a tool that can read a m2ts file and allow me to stretch audio?
Seems the audio is late by a half second during the start of the movie. And is correct at the end of the movie. Or am I doomed to demux and run it though some ac3 audio editor and remux. If so which one can do a stretch rather than a time shift?
Mordred
31st July 2008, 17:58
This is a great program Atak. I'm finally able to encode stuff that for some reason didn't work properly using MeGUI, and this is much easier to use. I'm using it to convert mkvs, to 1280x720 blu-ray format and putting them on DVD-Rs to play on my PS3.
I did have two questions that I searched for but couldn't find any good information.
1) I'm encoding 23.976 (or whatever it is) film sources, and I'd like the output to stay 24fps. I have my PS3 setup to output 24fps and my LCD TV accepts 24fps so when watching a real blu-ray I see a display 1080p24. However the blu-rays I create don't appear to be sending 24fps from the PS3 as my TV shows it's receiving just regular 720p. Does the PS3 have some kind of limitation of when it can send 24fps content, or is the conversion converting to 30fps, or am I doing something else wrong which is preventing this from showing up properly?
2) I've got subtitles in these MKVs that were .ass format. RipBot correctly demuxes them and I can add them. However when the movie is played back, whenever the subs should be in Italics it looks like this: {\I1}this should be italicized{\I0} and whenever there should be a line break it just shows as "\N" and everything stays on one line. I checked the .ass format and that's how the subs are actually formatted. I converted those .ass to .srt which replaced the {\I1} crap with standard <I></I> symbols, but they still show up in the actual subtitles and nothing is italicized. Is there a way to get the formatting to show up, or is that just a limitation of this method so far?
Atak_Snajpera
31st July 2008, 21:55
1) I'm encoding 23.976 (or whatever it is) film sources, and I'd like the output to stay 24fps. I have my PS3 setup to output 24fps and my LCD TV accepts 24fps so when watching a real blu-ray I see a display 1080p24. However the blu-rays I create don't appear to be sending 24fps from the PS3 as my TV shows it's receiving just regular 720p. Does the PS3 have some kind of limitation of when it can send 24fps content, or is the conversion converting to 30fps, or am I doing something else wrong which is preventing this from showing up properly?
24fps means also 23.976 fps . Try again but this time encode at 1080p instead of 720p
2) I've got subtitles in these MKVs that were .ass format. RipBot correctly demuxes them and I can add them. However when the movie is played back, whenever the subs should be in Italics it looks like this: {\I1}this should be italicized{\I0} and whenever there should be a line break it just shows as "\N" and everything stays on one line. I checked the .ass format and that's how the subs are actually formatted. I converted those .ass to .srt which replaced the {\I1} crap with standard <I></I> symbols, but they still show up in the actual subtitles and nothing is italicized. Is there a way to get the formatting to show up, or is that just a limitation of this method so far?
{\I1} codes will be automatically removed in next version (Tsmuxer supports only plain text) . I'm planing to remove \N code as well but I would need you to send me few examples (.ass files)
Mordred
1st August 2008, 02:22
Yeah, I'll try encoding at 1080 and see if the 1080p24 shows up on my TV. I guess it's possible there's no 720p24 output format, although that seems odd to me.
I'm attaching the .ass file that was showing up improperly. Stripping the {\I1}s and replacing the \N's with linebreaks would be awesome. These subs also use #s around song lyrics (which I think is kind of odd) but you'd need some kind of rule to strip the #s from the beginning and end of lines, but make sure that a # used in the middle of the line wasn't stripped I guess... although I doubt you'd see # in a subtitle normally anyway.
dm1105
1st August 2008, 19:33
@dm1105 - did you remember to burn with udf revision 2.5?
Apologies for the delayed response ( Only a moment ago, I returned home from a small trip during the week).
Yes, I did burn with UDF revision 2.5. Incidentally, I succesfully created a Blu-Ray ISO of the MKV, but now I have A/V sync issue with the Blu-Ray movie. The video is slowly drifting away from the audio. Towards the end of the film, the audio is approximately lagging behind one second. I am currently browsing the forum for an appropriate corrective measure.
Ajax_Undone
1st August 2008, 19:40
http://www.mediafire.com/?jewxy8ac7u4
Updated installer I am looking for comments on how this one works... So send me feed back...
dm1105
1st August 2008, 21:54
Concerning my A/V Sync issue, I found out that back in April of this year, there was a member that went by the name of m0nkie, and he (or she) had a very similar A/V sync issue to my own. Atak's response to m0nkie's problem was:
@m0nkie
Use AssumeFPS -> 23.976 and everything will be ok.
It's not that it seemed like a vague response, it's just that I would like to know the purpose of taking this particular action. Does anyone have a response?
atreides93
2nd August 2008, 02:30
dm1105, I think "BluBoy" had the same problem you describe. Did you try that suggestion you mention, and did it work?
duramaximus
2nd August 2008, 05:07
I am trying to make a ipod touch video from the bluray version of the bank job. Everytime I import the video into itunes and then try and sync it gives me an error saying it cannot sync the file.
Here is the info info. Can someone help me out please :)
General #0
Complete name : C:\THE BANK JOB IPOD.mp4
Format : MPEG-4 Visual
Format/Family : MPEG-4
File size : 925 MiB
PlayTime : 1h 52mn
Bit rate : 1155 Kbps
StreamSize : 2.10 MiB
Encoded date : UTC 2008-08-01 03:46:24
Tagged date : UTC 2008-08-01 03:46:24
Video #0
Codec : AVC
Codec/Family : AVC
Codec/Info : MPEG-4 AVC
Codec profile : Baseline@L3.0
Codec settings, CABAC : No
PlayTime : 1h 52mn
Bit rate mode : VBR
Bit rate : 1024 Kbps
Maximum bit rate : 6251 Kbps
Width : 1920 pixels
Height : 1080 pixels
Display Aspect ratio : 16/9
Frame rate mode : CFR
Frame rate : 23.976 fps
Chroma : 4:2:0
Interlacement : Progressive
Bits/(Pixel*Frame) : 0.021
StreamSize : 820 MiB
Encoded date : UTC 2008-08-01 03:46:24
Tagged date : UTC 2008-08-01 03:47:29
Audio #0
Codec : AAC LC
Codec/Family : AAC
Codec/Info : AAC Low Complexity
PlayTime : 1h 52mn
Bit rate mode : VBR
Bit rate : 128 Kbps
Maximum bit rate : 135 Kbps
Channel(s) : 2 channels
Channel positions : L R
Sampling rate : 48.0 KHz
Resolution : 16 bits
StreamSize : 103 MiB
Encoded date : UTC 2008-08-01 03:47:13
Tagged date : UTC 2008-08-01 03:47:29
Chapters #0
1 : 00:00:00.000 -
2 : 00:07:21.524 -
3 : 00:13:47.493 -
4 : 00:18:59.930 -
5 : 00:24:47.277 -
6 : 00:36:32.232 -
7 : 00:40:28.426 -
8 : 00:45:56.754 -
9 : 00:54:10.789 -
10 : 00:59:52.130 -
11 : 01:05:51.030 -
12 : 01:15:42.329 -
13 : 01:22:39.872 -
14 : 01:30:48.401 -
15 : 01:38:27.401 -
16 : 01:45:52.263 -
17 : 01:52:01.506 -
~bT~
2nd August 2008, 11:43
^ did u forget to resize?
on another note. ripbot264 never worked for me when it came to ipod format.
loogmoo
2nd August 2008, 13:08
Well, its always good to have people knowing what one did. No overclocking on my side. I am not a freak.
@Atak: Thanks for the link, I will do the stress test.
duramaximus
2nd August 2008, 15:43
^ did u forget to resize?
on another note. ripbot264 never worked for me when it came to ipod format.
I never did re-size.
I will try that today.
Thanks
loogmoo
2nd August 2008, 18:37
use this http://files.extremeoverclocking.com/file.php?f=103
Hi Atak,
stress tests are running now for 5 hours with setting "Blend". I will keep them running during the night and let you know. But my guess is: Everything is fine with the hardware.
Regards - Johannes
fib0by
2nd August 2008, 20:24
Do not use TSMuxer :) Import file directly from Blu-ray structure. Only in this case files will be joined together.
Great! But how to include the subtitles? RipBot does not allow to select the subtitle stream and it's not clear to me how to actually get the subtitle from the .m2ts from the BD (which software tools, what are the steps, etc).
P.S.: By the way, after I select the streams, when it says "please wait... remuxing blu-ray to mkv...", can you please add a Cancel button on that window? Right now I have to kill the RipBot program altogether to make it stop remuxing if I make a mistake.
P.P.S.: Also, would be nice to give the user a choice where to put the temporary mkv, instead of burying that choice in the configs (it's easy to forget about it). After selecting the streams, a window should pop-up asking "where to create temporary MKV?" or something like that, with the initial value deduced from the setting in the .ini file, but allowing the user to change it before the mkv starts being created. This would be very useful for people who have 2 hard-drives and always run this kind of big processing tasks like a ping-pong from one drive to the other (it's very fast when source and destination are different drives).
duramaximus
2nd August 2008, 21:18
^ did u forget to resize?
on another note. ripbot264 never worked for me when it came to ipod format.
OK, changed the video output size to 640 x 360, used the IPOD 3.0 setting, .mp4 extension & 2 pass for 700MB.
Itunes allowed me to sync this time but when I try and play the file my Ipod says "This movie format is not supported."
Any help would be great.
Here is what MedioInfo says......
General #0
Complete name : C:\Users\Geno\Desktop\THE BANK JOB.mp4
Format : MPEG-4 Visual
Format/Family : MPEG-4
File size : 700 MiB
PlayTime : 1h 52mn
Bit rate : 873 Kbps
StreamSize : 2.12 MiB
Encoded date : UTC 2008-08-01 19:52:29
Tagged date : UTC 2008-08-02 13:07:30
covr : Unknown kind of value!
Video #0
Codec : AVC
Codec/Family : AVC
Codec/Info : MPEG-4 AVC
Codec profile : Baseline@L3.0
Codec settings, CABAC : No
PlayTime : 1h 52mn
Bit rate mode : VBR
Bit rate : 742 Kbps
Maximum bit rate : 4231 Kbps
Width : 640 pixels
Height : 360 pixels
Display Aspect ratio : 16/9
Frame rate mode : CFR
Frame rate : 23.976 fps
Chroma : 4:2:0
Interlacement : Progressive
Bits/(Pixel*Frame) : 0.134
StreamSize : 595 MiB
Encoded date : UTC 2008-08-01 19:52:29
Tagged date : UTC 2008-08-01 19:54:29
Audio #0
Codec : AAC LC
Codec/Family : AAC
Codec/Info : AAC Low Complexity
PlayTime : 1h 52mn
Bit rate mode : VBR
Bit rate : 128 Kbps
Maximum bit rate : 135 Kbps
Channel(s) : 2 channels
Channel positions : L R
Sampling rate : 48.0 KHz
Resolution : 16 bits
StreamSize : 103 MiB
Encoded date : UTC 2008-08-01 19:53:49
Tagged date : UTC 2008-08-02 13:07:30
Chapters #0
1 : 00:00:00.000 -
2 : 00:07:21.524 -
3 : 00:13:47.493 -
4 : 00:18:59.930 -
5 : 00:24:47.277 -
6 : 00:36:32.232 -
7 : 00:40:28.426 -
8 : 00:45:56.754 -
9 : 00:54:10.789 -
10 : 00:59:52.130 -
11 : 01:05:51.030 -
12 : 01:15:42.329 -
13 : 01:22:39.872 -
14 : 01:30:48.401 -
15 : 01:38:27.401 -
16 : 01:45:52.263 -
17 : 01:52:01.506 -
Atak_Snajpera
2nd August 2008, 21:23
Use PSP resolution and use lower bitrate 512kbps
duramaximus
2nd August 2008, 21:36
Use PSP resolution and use lower bitrate 512kbps
Thanks,
I will try that now :)
BTW, I love the proggy!!!!!!
loogmoo
3rd August 2008, 07:12
Except for a 20 minute video, my Vista64 (Intel Duo 3GB, 4GB Ram, 1TB HD) system everytime froze or rebooted while RipBot264 was running. I tried 5 or 6 different Blu-Ray rips.
Of 2 jobs, I kept the content of the temp directories. Which of this information shall I post here or put somewhere (where?) to get help?
Thanks - Loog Moo
Good morning!
As recommended, I have been running stress test now 2 times: 5 hours in a row and 12 hours in a row. Looks like the hardware works fine.
I am happy to giva any information necessary to get RipBot264 running. If you are interested, let me know where to beginn so we can find out why my PC freezes or reboots after running RipBot for some time.
My guess: One of the tools ued is the reason. Because during several tries, I do get separate video and audio files, but the whole process never ran through.
Regards - Loog Moo
gav1577
3rd August 2008, 14:30
Good morning!
As recommended, I have been running stress test now 2 times: 5 hours in a row and 12 hours in a row. Looks like the hardware works fine.
I am happy to giva any information necessary to get RipBot264 running. If you are interested, let me know where to beginn so we can find out why my PC freezes or reboots after running RipBot for some time.
My guess: One of the tools ued is the reason. Because during several tries, I do get separate video and audio files, but the whole process never ran through.
Regards - Loog Moo
Could be disc errors. It happened to me before causing reboots and crashes when encodeing movies. If using xp or vista preform a disc check on all drives tick automatically fix file system errors and scan for an attempt recovery of bad sectors. reboot your machine and let it run it may take a while
gav1577
3rd August 2008, 16:56
Quick question what is the normalize check box for within the audio options? normalize 100% 200% what does this option do ? thanks
~bT~
3rd August 2008, 21:43
Quick question what is the normalize check box for within the audio options? normalize 100% 200% what does this option do ? thanks
that option was intended for PSP IIRC.
dm1105
3rd August 2008, 21:49
dm1105, I think "BluBoy" had the same problem you describe. Did you try that suggestion you mention, and did it work?
I have read Blu-boy's only comment he ever had in this forum, and it seems that he and I have an identical problem. Unfortunately, it seems that nobody came to Blu-boy's aid. Maybe nobody knew what to say to him, or perhaps this is still an issue within the program...I don't know. But I do know that I did in fact use the "AssumeFPS -> 23.976" setting, but to no avail: the problem persists.
Interestingly enough, when I first acquired and played the MKV for the first time ever, which was a few days ago, it had the same problem the final Blu-ray movie has now: the video slowly drifted away from the audio. I corrected this by stretching the audio utilizing MKVmerge. It produced a copy of the MKV, only this time there was no A/V Sync issue. I discarded the original MKV and kept the new one, but oddly enough, the problem has returned.
duramaximus
3rd August 2008, 22:26
Use PSP resolution and use lower bitrate 512kbps
Atak,
I tried the above settings and the Ipod still will not play it. This time I used "Jumper" as a test.
I was able to point to the file within "ITunes" and say convert but would much rather use your proggy instead :)
Here is what MediaInfo says.....
General #0
Complete name : C:\JUMPER.mp4
Format : MPEG-4 Visual
Format/Family : MPEG-4
File size : 407 MiB
PlayTime : 1h 28mn
Bit rate : 643 Kbps
StreamSize : 1.68 MiB
Encoded date : UTC 2008-08-02 18:38:36
Tagged date : UTC 2008-08-03 12:21:08
covr : Unknown kind of value!
Video #0
Codec : AVC
Codec/Family : AVC
Codec/Info : MPEG-4 AVC
Codec profile : Baseline@L3.0
Codec settings, CABAC : No
PlayTime : 1h 28mn
Bit rate mode : VBR
Bit rate : 512 Kbps
Maximum bit rate : 3871 Kbps
Width : 480 pixels
Height : 272 pixels
Display Aspect ratio : 16/9
Frame rate mode : CFR
Frame rate : 23.976 fps
Chroma : 4:2:0
Interlacement : Progressive
Bits/(Pixel*Frame) : 0.164
StreamSize : 324 MiB
Encoded date : UTC 2008-08-02 18:38:36
Tagged date : UTC 2008-08-02 18:39:41
Audio #0
Codec : AAC LC
Codec/Family : AAC
Codec/Info : AAC Low Complexity
PlayTime : 1h 28mn
Bit rate mode : VBR
Bit rate : 128 Kbps
Maximum bit rate : 135 Kbps
Channel(s) : 2 channels
Channel positions : L R
Sampling rate : 48.0 KHz
Resolution : 16 bits
StreamSize : 81.3 MiB
Encoded date : UTC 2008-08-02 18:39:14
Tagged date : UTC 2008-08-03 12:21:08
Chapters #0
1 : 00:00:00.000 -
2 : 00:04:21.094 -
3 : 00:07:52.555 -
4 : 00:12:35.713 -
5 : 00:15:08.699 -
6 : 00:17:46.983 -
7 : 00:22:51.787 -
8 : 00:25:51.467 -
9 : 00:28:57.235 -
10 : 00:31:46.988 -
11 : 00:32:57.058 -
12 : 00:36:18.093 -
13 : 00:39:47.719 -
14 : 00:43:16.093 -
15 : 00:48:45.256 -
16 : 00:50:59.723 -
17 : 00:54:52.122 -
18 : 00:59:19.806 -
19 : 01:02:18.902 -
20 : 01:07:39.847 -
21 : 01:12:52.577 -
22 : 01:17:11.585 -
23 : 01:20:46.800 -
24 : 01:23:56.198 -
25 : 01:28:29.054 -
duramaximus
3rd August 2008, 22:31
Here is the output of the ITunes converted file.
General #0
Complete name : C:\JUMPER.m4v
Format : MPEG-4 Visual
Format/Family : MPEG-4
File size : 870 MiB
PlayTime : 1h 28mn
Bit rate : 1375 Kbps
StreamSize : 2.14 MiB
Encoded date : UTC 2008-08-03 21:04:50
Tagged date : UTC 2008-08-03 13:06:14
covr : Unknown kind of value!
Video #0
Codec : AVC
Codec/Family : AVC
Codec/Info : MPEG-4 AVC
Codec profile : Baseline@L2.1
Codec settings, CABAC : No
PlayTime : 1h 28mn
Bit rate mode : VBR
Bit rate : 1247 Kbps
Width : 480 pixels
Height : 272 pixels
Display Aspect ratio : 16/9
Frame rate mode : VFR
Frame rate : 23.976 fps
Minimum frame rate : 13.953 fps
Maximum frame rate : 25.000 fps
Chroma : 4:2:0
Interlacement : Progressive
Bits/(Pixel*Frame) : 0.398
StreamSize : 789 MiB
Language : English
Encoded date : UTC 2008-08-03 20:25:08
Tagged date : UTC 2008-08-03 21:06:13
Audio #0
Codec : AAC LC
Codec/Family : AAC
Codec/Info : AAC Low Complexity
PlayTime : 1h 28mn
Bit rate mode : CBR
Bit rate : 125 Kbps
Nominal bit rate : 128 Kbps
Channel(s) : 2 channels
Channel positions : L R
Sampling rate : 44.1 KHz
Resolution : 16 bits
StreamSize : 79.1 MiB
Language : English
Encoded date : UTC 2008-08-03 20:25:08
Tagged date : UTC 2008-08-03 13:06:14
gav1577
3rd August 2008, 22:32
that option was intended for PSP IIRC.
Thanks for the answer :)
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.