VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. I got the chance to see Ben Harper last weekend and loved his version of "Masterpiece". Unfortunately, it's not a song he's recorded in studio. The best copy I've found is a streaming video of him playing for a Brazilian TV show on a terratv site. I've tried a number of conversion tools, but haven't yet had any luck loading the file. The latest I've tried is StreamTransport, but still no luck. Can anyone out there help? Here's the link to the video stream I'm wanting to sample:

    http://diversao.terra.com.br/videos/exclusivo-ben-harper-canta-masterpiece-no-estudio-...ra,392664.html

    Thanks in advance!

    Lou
    marzanolou@yahoo.com
    Quote Quote  
  2. Downloaded with idm

    This is audio & video. If you want just the audio, demux it with something like mymp4boxgui, or yamb
    Quote Quote  
  3. Hey, thanks! Really appreciate the quick reply and your help downloading.

    Cheers,

    Lou
    Quote Quote  
  4. Hi ,

    An other way .

    Code:
    @echo on
    rem ===
    rem A) instance Firefox => HTTPfox (Ctrl+Shift+F2) => Start
    rem ===
    rem B) new instance Firefox
    rem paste the link http://diversao.terra.com.br/videos/exclusivo-ben-harper-canta-masterpiece-no-estudio-do-terra,392664.html
    rem the video is running , and stop it after it has began
    rem ===
    rem return to 'instance Firefox A)' => click on Stop
    rem ---
    rem look for a line containing : 903232	GET	(Aborted)	video/mp4 (NS_BINDING_ABORTED)
    rem do a copy row , and paste it in a text editor
    rem make a commands-line like below
    ffmpeg -i "http://pd-vdp-cdn01-aws-eur.terra.com/terratv/1371693.mp4?p1=20140922202149&p2=xx&h1=v9JA9D2UZLJA0BH1KWiw6w==&h2=IPICJum4a7+OgTHLf6tg1g==" -acodec copy -f mpegts 1_ben-harper.ts
    pause
    ffmpeg -i "1_ben-harper.ts" -c:a libmp3lame -f mp3 2_ben-harper.mp3
    pause
    :fin
    Code:
    === end of process
    Input #0, mpegts, from '1_ben-harper.ts':
      Duration: 00:02:36.72, start: 1.433367, bitrate: 408 kb/s
      Program 1
        Metadata:
          service_name    : Service01
          service_provider: FFmpeg
        Stream #0:0[0x100]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p(tv), 640x360 [SAR 1:1 DAR 16:9], max. 104857 kb/s, 29.97 fps, 29.97tbr, 90k tbn, 59.94 tbc
        Stream #0:1[0x101](eng): Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 68 kb/s
    Output #0, mp3, to '2_ben-harper.mp3':
      Metadata:
        TSSE            : Lavf55.22.100
        Stream #0:0(eng): Audio: mp3 (libmp3lame), 48000 Hz, stereo, fltp
    Stream mapping:
      Stream #0:1 -> #0:0 (aac -> libmp3lame)
    Press [q] to stop, [?] for help
    size=    2450kB time=00:02:36.74 bitrate= 128.0kbits/s
    video:0kB audio:2450kB subtitle:0 global headers:0kB muxing overhead 0.009449%
    ===
    Regards .
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!