View Single Post
  #3  
Old 02-23-2016, 06:44 PM
slim10 slim10 is offline
Member
 
Join Date: Jun 2013
Posts: 47
slim10 is on a distinguished road
Default

Re: Problem playing/converting videos downloaded from up-lynk


Quote:
Originally Posted by rst18 View Post
So I have a few videos downloaded from livewellnetwork.com (content hosted by up-lynk) using livestreamer reading this thread http://stream-recorder.com/forum/dow...om-t19807.html

However, I seem to be facing the same problem as the guy in that thread, not being able to convert/play the final results on anything other than than mvp player (full video plays there)
Tried vlc and converting using handbrake but it doesn't seem to help. The videos seem to contain embedded ads for the network and I'm starting to believe this is the cause of my headaches.

Anyone knows if there's a way around this? Would prefer to play the videos outside the pc

thanks
Use FFmpeg to change the downloaded TS files into MP4s, like this:

Code:
ffmpeg -i INPUTFILENAME -bsf:a aac_adtstoasc -c copy OUTPUTFILENAME.mp4
Reply With Quote