Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#91
|
|||
|
|||
Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.key Wow that worked nicely .. but at least for me the video plays fine but I don't hear any audio .. and I know audio is present (checked the .mp4 with Mediainfo)
|
#92
|
|||
|
|||
Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.keyI sorta fixed that issue .. I edited the decrypt.py and changed the audio instruction in ffmpeg to "libvo_aacenc" instead of "copy"
These are the EDITED lines below Line 96: subprocess.Popen([ffmpeg, '-i', video_temp_name, '-i', audio_temp_name, '-acodec', 'libvo_aacenc', '-vcodec', 'copy', muxed_temp_name], stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate() Line 111: subprocess.Popen([ffmpeg, '-i', output_temp_name, '-acodec', 'libvo_aacenc', '-vcodec', 'copy', '-bsf:a', 'aac_adtstoasc', out_file], Now I can hear audio and it plays through out fine .. cept for you can tell a little tiny drop or something in the audio I'm not sure at all but I think while it's decrypting in the temp folder it pieces the audio back together as full .. I believe they are in chunks so that's why it sounds like that when you play the output.mp4 As its decrypting in the temp folder I was watching it and aac files were being produced over and over I assume it was decrypting pieces by pieces then joined them all into 1 AAC then muxed with FFMPEG .. |
#93
|
|||
|
|||
Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.keyWow, it seems as if its working! how did changing the .key file work? this is great
|
#94
|
|||
|
|||
Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.keyQuote:
Each audio chunk gets mixed with each corresponding video chunk. All mixed pieces are concatenation together and finally converted to .mp4 The audio pieces are not encrypted, also. Just the video. |
#95
|
|||
|
|||
Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.keyAlso you only need to convert the audio once. I would do it on the second ffmpeg command. That might resolve your audio issues.
|
#96
|
|||
|
|||
Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.keyQuote:
|
#97
|
|||
|
|||
Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.keyQuote:
question .. if I DELETE Line 114 .. will it KEEP the temp.ts file? os.unlink(output_temp_name) Edit: It worked .. Last edited by WHOOKIDSON : 06-13-2014 at 10:33 PM. Reason: It worked :) |
#98
|
|||
|
|||
Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.keyYes that will keep it.
|
#99
|
|||
|
|||
Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.key I'm clever.
|
#100
|
|||
|
|||
Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.key |
Tags: decrypt, download, drm, encrypted, netflix, stream |
Thread Tools | |
Display Modes | |
|
|