Quote:
Originally Posted by notoriusbig
Hi
I was trying to download a video embedded with uplynk/flash. I was able to download the file but all the players (VLC, mp4 and host of other players don't play the file). Currently really frustrated not sure what to do. Does up uplynk protect the file? For download I used Video downloader professional on Chrome. Anyone mind trying ? Thanks
notoriusbig
|
Get and use FFmpeg to remux the downloaded file to an MP4 container using the command below--replace "INPUTFILENAME" with the name of the file you downloaded, and "OUTPUTFILENAME" with what you want it to be, but keep the ".mp4" extension.
Code:
ffmpeg -i INPUTFILENAME -c copy -bsf:a aac_adtstoasc OUTPUTFILENAME.mp4