Currently struggling with decrypting a download from itvx my commands are as follows:
mp4decrypt --key 2ab9cdcc7d8540a78a75f04c8816c702:702e61f28b4383edf 7aeed7364b74fd8 itvv.mp4 itvv_dec.mp4
mp4decrypt --key 2ab9cdcc7d8540a78a75f04c8816c702:702e61f28b4383edf 7aeed7364b74fd8 itvv.m4a itva_dec.mp4
ffmpeg -i itvv_dec.mp4 -i itva_dec.mp4 -c copy itv.mp4
Which returns:
ERROR: cannot open input file (itvv.mp4) -4
Any help would be greatly appreciated
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 6 of 6
			
		- 
	
- 
	Explorer > View > Tick 'File name extensions' box 
 
 Check your filenames again - show screenshot
 
 And put your syntax within code tags to avoid gap showing in your keyLast edited by codehound; 1st Feb 2023 at 14:37. Reason: spelling 
- 
	What did you use to download the files? 
 in your above code, you've not paid attention to your input and output filenames
 second line
 should beCode:itvv.m4a itva_dec.mp4 
 and your ffmpeg should beCode:itva.m4a itva_dec.m4a 
 Code:ffmpeg -i itvv_dec.mp4 -i itva_dec.m4a -c copy itv.mp4 
 Also, the error means it literally can not find a file named itvv.mp4
 So again, and very importantly, what it the initial download method you used? (yt/yt-dlp/n-m3u8xxxxxx/magic!!)
- 
	Thank you both the file extension was incorrect (.mp4.mp4), after renaming correctly and retrying i've managed to decrypt the file   
- 
	
Similar Threads
- 
  Everyone can help me fix error on mp4decrypt?By kienkzz in forum Video Streaming DownloadingReplies: 79Last Post: 11th Apr 2025, 17:00
- 
  mp4decrypt not workBy lfybbk10 in forum Video Streaming DownloadingReplies: 38Last Post: 20th Feb 2025, 07:46
- 
  mp4decrypt NOT WORK 3 keysBy ahmedani in forum Video Streaming DownloadingReplies: 1Last Post: 22nd Jul 2022, 03:48
- 
  Mp4decrypt syntaxBy dzigelbaum in forum Video Streaming DownloadingReplies: 5Last Post: 26th Mar 2022, 02:23
- 
  mp4decrypt for .mkv ?By kalemvar1 in forum Video Streaming DownloadingReplies: 9Last Post: 3rd Apr 2021, 13:04


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote Visit Homepage
				Visit Homepage
			
