View Single Post
  #35  
Old 02-23-2014, 04:56 PM
ItsAngel ItsAngel is offline
Senior Member
 
Join Date: Jul 2012
Posts: 102
ItsAngel is on a distinguished road
Default

Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.key


Quote:
Originally Posted by ehurdler View Post
If you don't mind me asking what movie, tv episode, etc. did you run this on that it decrypted? I have tried with a few tv episodes from Family Guy. I have netflix version 4.0 installed from this thread. Episodes of Family guy from season 1 work with this processed laid out with no problem. Episodes from last season, 2013 do not. Processes:
Code:
Video:
Code:

php UVDConvert.php 100000-1.m3u8 1043168926.ts.prdy crypt0.key video.ts

Audio:
Code:

php UVDConvert.php en-64000.m3u8 1043128474.aac crypt0.key audio.aac
Work fine. But when I attempt to run:
Code:
ffmpeg -i video.ts -i audio.aac -bsf:a aac_adtstoasc -c copy movie.mp4
I get the error in ffmpeg:
Code:
video.ts: Invalid data found when processing input
Any ideas? Does this mean these newer episodes/video in netflix encrypted differently? Has anyone had this issue, or is it something eith ffmpeg?

If anyone else has encountered this and knows how to resolve, please let me know. Thank you
This happens to me to when I tried using netflix 4.0
Notice how the videos don't play in the universal video downloader app, only the audio does. I have the netflix 2.2 ipa on my iPad and it downloads videos in the highest possible quality on the app(740x480)
But the same app version downloads videos on the iphone at a much lower quality. But these videos decode just fine. So I just use my iPad to download videos with version 2,2 because I got the same error you did using 4,0
Reply With Quote