Keep in sync with ffmpeg's current malformed AAC bitstream wording (closes #13587)
This commit is contained in:
		
							parent
							
								
									0d2f0b0357
								
							
						
					
					
						commit
						a02682fd13
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -542,7 +542,7 @@ class FFmpegFixupM3u8PP(FFmpegPostProcessor):
 | 
			
		|||
            temp_filename = prepend_extension(filename, 'temp')
 | 
			
		||||
 | 
			
		||||
            options = ['-c', 'copy', '-f', 'mp4', '-bsf:a', 'aac_adtstoasc']
 | 
			
		||||
            self._downloader.to_screen('[ffmpeg] Fixing malformated aac bitstream in "%s"' % filename)
 | 
			
		||||
            self._downloader.to_screen('[ffmpeg] Fixing malformed AAC bitstream in "%s"' % filename)
 | 
			
		||||
            self.run_ffmpeg(filename, temp_filename, options)
 | 
			
		||||
 | 
			
		||||
            os.remove(encodeFilename(filename))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue