Notice
														
												
											
												
												
													Recent Posts
													
											
												
												
													Recent Comments
													
											
												
												
													Link
													
											
									| 일 | 월 | 화 | 수 | 목 | 금 | 토 | 
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 | 
| 12 | 13 | 14 | 15 | 16 | 17 | 18 | 
| 19 | 20 | 21 | 22 | 23 | 24 | 25 | 
| 26 | 27 | 28 | 29 | 30 | 31 | 
													Tags
													
											
												
												- 리눅스
- urllib
- Excel
- sqlite
- Unity
- GIT
- 라즈베리파이
- PyQt5
- IOS
- mssql
- PER
- 함수
- Linux
- 다이어트
- MS-SQL
- node.js
- ubuntu
- pandas
- swift
- ASP
- 날짜
- tensorflow
- flutter
- 유니티
- python
- javascript
- MySQL
- 맛집
- port
- PyQt
													Archives
													
											
											
											
											목록command line (1)
아미(아름다운미소)
			
			
				subprocess call ffmpeg (command line)
				
	
	
               
           
					
					
					
					
					
					
						
					
				subprocess call ffmpeg (command line) # -*- coding: utf-8 -*- ''' Created on 2018. 8. 14. @author: bhm ''' import os from subprocess import call os.chdir('D://ffmpeg/bin/') call('ffmpeg -i file.mp3 -c:a g723_1 -ar 8000 -ac 1 -b:a 6.3K output.wav', shell=True)
				랭귀지/python
				
				2018. 8. 16. 09:30