2011-06-24 - Glastonbury
Tour: Various Dates
Songs played: 20
Audio recordings: 1
Videos: 1


  1. Thanks a milllion for recording and uploading

    What software did you use to record it? We're going to publish this in our show pages if you don't mind, and therefore we want to have all info possible on how it was recorded, the encoding quality, the software used, etc etc. Thanks again


  2. I was going to say on a plane but it sounded too dumb and bizarre... but well, it's U2 and it's from 1987-8, nothing's too bizarre there.


  3. Yep, it's from Outside It's America.
  4. Thank you both! I've only watched it once and it seems I didn't pay enough attention... Thanks
  5. Don't know if people know, but you can download the song I will Follow from Glastonbury, from itunes till the 24th July. Probably no need to do so as the boot is avaiable on here for free but could this be an indication of a potential future release, either on itunes or dvd/cd bonus?!
  6. Originally posted by Remy:[..]

    The MP3 source is recorded by you? Do you have any additional information? Like which source you used etc.?


    sky hd>panasonic dvdr>pc>dvd audio ripper>wav>audacity to split edit tracks> itunes>mp3>you

  7. Originally posted by u2ultraviolet:Don't know if people know, but you can download the song I will Follow from Glastonbury, from itunes till the 24th July. Probably no need to do so as the boot is avaiable on here for free but could this be an indication of a potential future release, either on itunes or dvd/cd bonus?!


    Cool. I hope you're right!
  8. I know that we're all "hungover" from Glasto but I think we need to get back on that horse and start discussing tomorrow's show in Lansing....Sergio...
  9. Originally posted by LikeASong:[..]

    Thanks a milllion for recording and uploading

    What software did you use to record it? We're going to publish this in our show pages if you don't mind, and therefore we want to have all info possible on how it was recorded, the encoding quality, the software used, etc etc. Thanks again


    sky hd>panasonic dvdr>dvd decrypter>tmpeg dvd author>vob>AutoGK 2passes>avi

    AutoGK gave me a text file once the conversion was complete

    [25/06/2011 02:01:16] AutoGK 2.45
    [25/06/2011 02:01:16] OS: WinXP (5.1.2600).2
    [25/06/2011 02:01:16] Job started.
    [25/06/2011 02:01:16] Input file: F:u2 glastonbury 2011VIDEO_TSVTS_01_0.IFO
    [25/06/2011 02:01:16] Output file: F:u2 glastonbury 2011VIDEO_TSu2 glastonbury 2011.avi
    [25/06/2011 02:01:16] Output codec: XviD
    [25/06/2011 02:01:16] Audio 1: ??? AC3 2ch
    [25/06/2011 02:01:16] Subtitles: none
    [25/06/2011 02:01:16] Format: AVI
    [25/06/2011 02:01:16] Target size: 700Mb
    [25/06/2011 02:01:16] Audio 1 settings: Auto
    [25/06/2011 02:01:16] Started encoding.
    [25/06/2011 02:01:16] Demuxing and indexing.
    [25/06/2011 02:02:31] Processing file: F:u2 glastonbury 2011VIDEO_TSVTS_01_1.VOB
    [25/06/2011 02:02:31] Processing file: F:u2 glastonbury 2011VIDEO_TSVTS_01_2.VOB
    [25/06/2011 02:02:31] Processing file: F:u2 glastonbury 2011VIDEO_TSVTS_01_3.VOB
    [25/06/2011 02:02:31] Processing file: F:u2 glastonbury 2011VIDEO_TSVTS_01_4.VOB
    [25/06/2011 02:02:31] Source resolution: 720x576
    [25/06/2011 02:02:31] Found PAL source.
    [25/06/2011 02:02:31] Source aspect ratio: 16
    [25/06/2011 02:02:31] Analyzing source.
    [25/06/2011 02:05:55] Source has percentage of interlacing in motion areas: 86.82
    [25/06/2011 02:05:55] Source is considered to be interlaced.
    [25/06/2011 02:05:55] Output will contain 150377 frames
    [25/06/2011 02:05:55] Decoding audio.
    [25/06/2011 02:06:56] Normalizing audio.
    [25/06/2011 02:07:23] Encoding audio.
    [25/06/2011 02:15:24] Audio1 size: 88,512,216 bytes (84.41 Mb)
    [25/06/2011 02:15:24] Overhead: 6,015,104 bytes (5.74 Mb)
    [25/06/2011 02:15:24] Video size: 639,475,880 bytes (609.85 Mb)
    [25/06/2011 02:15:24] Running compressibility test.
    [25/06/2011 02:15:24] Writing the following script to F:u2 glastonbury 2011VIDEO_TSagk_tmpu2 glastonbury 2011_comptest.avs
    ===========================================================
    LoadPlugin("CROGRA~1AutoGKDGMPGDecDGDecode.dll")
    LoadPlugin("CROGRA~1AutoGKfiltersautocrop.dll")
    LoadPlugin("CROGRA~1AutoGKfiltersRemoveGrainSSE3.dll")
    LoadPlugin("CROGRA~1AutoGKfiltersleakkerneldeint.dll")

    movie = mpeg2source("F:u2 glastonbury 2011VIDEO_TSagk_tmpu2 glastonbury 2011.d2v")
    cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
    fixed_aspect = 1.42222222222222
    c_width = width(cropclip)
    c_height = round(height(cropclip) / fixed_aspect)
    input_par = float(c_width)/float(c_height)
    input_par = (input_par > 1.4) || (input_par < 1.25) ? input_par : (4.0/3.0)
    out_width = 640
    out_height = round(float(out_width) / input_par)
    hmod = out_height - (floor(out_height / 16 ) * 16)
    out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
    new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
    LeakKernelDeInt(movie,order=1,sharp=true)
    autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
    LanczosResize(out_width,out_height)
    RemoveGrain(mode=2)
    SelectRangeEvery(300,15)
    ===========================================================
    [25/06/2011 02:18:06] Duration was: 2 minutes 42 seconds
    [25/06/2011 02:18:06] Speed was: 46.36 fps.
    [25/06/2011 02:18:06] Compressibility percentage is: 33.45
    [25/06/2011 02:18:06] Using softer resizer.
    [25/06/2011 02:18:06] Chosen resolution is: 496x288 ( AR: 1.72 )
    [25/06/2011 02:18:06] Predicted comptest value is: 57.22%
    [25/06/2011 02:18:06] Running first pass.
    [25/06/2011 02:18:06] Writing the following script to F:u2 glastonbury 2011VIDEO_TSagk_tmpu2 glastonbury 2011_movie.avs
    ===========================================================
    LoadPlugin("CROGRA~1AutoGKDGMPGDecDGDecode.dll")
    LoadPlugin("CROGRA~1AutoGKfiltersautocrop.dll")
    LoadPlugin("CROGRA~1AutoGKfiltersRemoveGrainSSE3.dll")
    LoadPlugin("CROGRA~1AutoGKfiltersleakkerneldeint.dll")

    movie = mpeg2source("F:u2 glastonbury 2011VIDEO_TSagk_tmpu2 glastonbury 2011.d2v")
    cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
    fixed_aspect = 1.42222222222222
    c_width = width(cropclip)
    c_height = round(height(cropclip) / fixed_aspect)
    input_par = float(c_width)/float(c_height)
    input_par = (input_par > 1.4) || (input_par < 1.25) ? input_par : (4.0/3.0)
    out_width = 496
    out_height = round(float(out_width) / input_par)
    hmod = out_height - (floor(out_height / 16 ) * 16)
    out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
    new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
    LeakKernelDeInt(movie,order=1,sharp=true)
    autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
    BicubicResize(out_width,out_height,0,0.5)
    RemoveGrain(mode=2)
    ===========================================================
    [25/06/2011 02:42:26] Duration was: 24 minutes 19 seconds
    [25/06/2011 02:42:26] Speed was: 103.02 fps.
    [25/06/2011 02:42:26] Expected quality of first pass size: 54.28%
    [25/06/2011 02:42:26] Running second pass.
    [25/06/2011 03:14:27] Duration was: 32 minutes 0 seconds
    [25/06/2011 03:14:27] Speed was: 78.30 fps.
    [25/06/2011 03:14:27] Job finished. Total time: 1 hour, 13 minutes 10 seconds
  10. Wow, just woke up. Last night was awesome and the hype had me falling asleep 10 minutes after it had ended with exhaustion!.

    Considering their time limits I thought the setlist was pretty awesome . A lot of people will be moaning that they didn't play this or that (people complaining that 40 should have been in there for instance) but overall I think they rocked the crowd senseless
    And Bono really had them in the palms of his hands most of the way through

    The Fly was my highlight. Those Zoo TV style screens with 'Everything you know is wrong' and 'Call you mother' was so cool! One was definetly a bit out of place but it was still a brilliant performance!.

    Now I don't want to sound like I am moaning and complaining. But Streets could have been better. They should have played something right before they went into it. Because Streets always works best after something great like AIWIY or Running!. It was still an alright performance tho.

    Boots was the other disappointment for me. Was nice to see No Line (album) be remembered. But Boots was the absolute weakest point with the crowd! It was like they had never heard the song before!. They had went all quiet.
    And to be honest 'She loves you' felt completely out of the blue and did not fit in well between 2 big rockers!

    Of course Vertigo and SBS went down well... How could they not? But Bad was the second real stand-out for me. There's rarely a time where I am not impressed with that song. Especially when you can see Bono was trying his absolute hardest to get it right

    Oh yeah and that reminds me. Because of their time constraints I felt like I still haven't found didn't get long enough to get the crowd going. It did get the crowd going. But it felt like the Boys were more interested in getting into Stay...

    Anyway, WOWY was another excellent performance. Loved the Love Will Tear us apart piece in at the end. Was really wonderful and Yellow! Wow where did that come from! Along with Out Of Control it is the part I will remember most of their performance

    And of course not everyone feels the same, but I love MoS and the crowd singing along with it. I think it's completely underrated. If only they had released it as their first single instead of Boots and the album might have been better recieved!

    Anyway, will be interesting to see what the haters (who hate U2 just because they are jealous of them or whatever) say about their performance! Not much to run down in such a brilliant performance