VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. I need to download the linked video to transcribe the audio within it. I am on a Google Pixelbook and have tried everything.

    Any advice would be wonderful.

    https://livestream.com/accounts/2710797/events/8123030/videos/172217843
    Quote Quote  
  2. Member
    Join Date
    Nov 2015
    Location
    Campuchia - Sapoche
    Search Comp PM
    Used youtube-dl

    For video + audio

    Code:
    youtube-dl "https://livestream.com/accounts/2710797/events/8123030/videos/172217843" -o video.mp4
    For audio only

    Code:
    youtube-dl -i --extract-audio --audio-format mp3 --audio-quality 0 "https://livestream.com/accounts/2710797/events/8123030/videos/172217843" -o audio.mp3
    Note: youtube-dl will download the entire media before processing it, and remove it after.
    Last edited by therain; 31st Dec 2019 at 05:28.
    Quote Quote  
  3. You can download with ffmpeg:
    Code:
    ffmpeg -i https://vod.livestream.com/5e0ba062_4aab88391b1c6b1a07451460c8e09ad83a6c84f2/events/00000000007bf296/7ae33723-df66-453f-97fc-935b9580462c_2128.m3u8 output.ts
    Or you can use that m3u8 URL to download with VLC's Convert/Save function.
    Quote Quote  
  4. Hi ,

    My tries !

    Code:
    :: INFOS stored in the file , read '0000_livestream.txt'
    youtube-dl -j "https://livestream.com/accounts/2710797/events/8123030/videos/172217843" > 0000_livestream.txt
    
    :: Streams orderer
    ffmpeg -i "http://vod.livestream.com/5e0bab8b_328fd12bee1522bc50146cb894e12bd66d79dba2/events/00000000007bf296/7ae33723-df66-453f-97fc-935b9580462c_2128.m3u8"
    
    :: Audio .aac
    ffmpeg -i "http://vod.livestream.com/5e0bab8b_328fd12bee1522bc50146cb894e12bd66d79dba2/events/00000000007bf296/7ae33723-df66-453f-97fc-935b9580462c_2128.m3u8" -map 0:1 -acodec copy 0000_livestream.aac
    
    :: Audio .mp4
    ffmpeg -i "http://vod.livestream.com/5e0bab8b_328fd12bee1522bc50146cb894e12bd66d79dba2/events/00000000007bf296/7ae33723-df66-453f-97fc-935b9580462c_2128.m3u8" -map 0:1 -bsf:a aac_adtstoasc 0000_livestream.mp4
    
    :: Audio .mp3
    ffmpeg -i "http://vod.livestream.com/5e0bab8b_328fd12bee1522bc50146cb894e12bd66d79dba2/events/00000000007bf296/7ae33723-df66-453f-97fc-935b9580462c_2128.m3u8" -map 0:1 -acodec libmp3lame 0000_livestream.mp3
    Cheers .
    JE SUIS CHARLIE !!!
    Quote Quote  
  5. aBigMeanie aedipuss's Avatar
    Join Date
    Oct 2005
    Location
    666th portal
    Search Comp PM
    Originally Posted by Devyn1 View Post
    I need to download the linked video to transcribe the audio within it. I am on a Google Pixelbook and have tried everything.

    Any advice would be wonderful.

    https://livestream.com/accounts/2710797/events/8123030/videos/172217843


    on a chromebook? maybe upgrade it to linux? sorry.
    --
    "a lot of people are better dead" - prisoner KSC2-303
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!