PDA

View Full Version : Problem playing/converting videos downloaded from up-lynk


rst18
02-23-2016, 03:14 AM
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/download-abc-com-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

stinkfoot
02-23-2016, 11:39 AM
saying which video no play to being making of exmaple? remxuing ts formating with ffmpeg seeing if playing vlc?

slim10
02-23-2016, 06:44 PM
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/download-abc-com-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:

ffmpeg -i INPUTFILENAME -bsf:a aac_adtstoasc -c copy OUTPUTFILENAME.mp4