Advertisement
Zachar1

Sample3

Feb 20th, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 31.65 KB | None | 0 0
  1. root@xxxxxx:/# /usr/local/sma/env/bin/python3 /usr/local/sma/manual.py -i /downloads/Complete/Sample3.avi -a                                                                                                        
  2. Manual processor started.                                                                                                                                                                                          
  3. /usr/local/sma/env/bin/python3                                                                                                                                                                                    
  4. Force-convert is true, so convert-mp4 is being overridden to true as well                                                                                                                                          
  5. Python 64-bit 3.6.9 (default, Nov  7 2019, 10:44:02)                                                                                                                                                              
  6. [GCC 8.3.0].                                                                                                                                                                                                      
  7. Guessit version: 3.1.0.                                                                                                                                                                                            
  8. Input Data                                                                                                                                                                                                        
  9. {                                                                                                                                                                                                                  
  10.     "format": "avi",                                                                                                                                                                                              
  11.     "format-fullname": "unknown",                                                                                                                                                                                  
  12.     "video": {                                                                                                                                                                                                    
  13.         "index": 0,                                                                                                                                                                                                
  14.         "codec": "mpeg4",                                                                                                                                                                                          
  15.         "type": "video",                                                                                                                                                                                          
  16.         "pix_fmt": "yuv420p",                                                                                                                                                                                      
  17.         "profile": "15"                                                                                                                                                                                            
  18.     },                                                                                                                                                                                                            
  19.     "audio": [                                                                                                                                                                                                    
  20.         {                                                                                                                                                                                                          
  21.             "index": 1,                                                                                                                                                                                            
  22.             "codec": "mp3",                                                                                                                                                                                        
  23.             "type": "audio",                                                                                                                                                                                      
  24.             "channels": 2,                                                                                                                                                                                        
  25.             "language": "eng",                                                                                                                                                                                    
  26.             "default": false                                                                                                                                                                                      
  27.         }                                                                                                                                                                                                          
  28.     ],                                                                                                                                                                                                            
  29.     "subtitle": [],                                                                                                                                                                                                
  30.     "attachment": []                                                                                                                                                                                              
  31. }                                                                                                                                                                                                                  
  32. Reading video stream.                                                                                                                                                                                              
  33. Video codec detected: mpeg4.                                                                                                                                                                                      
  34. Pix Fmt: yuv420p.                                                                                                                                                                                                  
  35. Profile: 15.                                                                                                                                                                                                      
  36. Reading audio streams.                                                                                                                                                                                            
  37. Audio detected for stream 1 - mp3 eng 2 channel.                                                                                                                                                                  
  38. Creating aac audio stream from source stream 1.                                                                                                                                                                    
  39. Default audio stream set to eng aac 2 channel stream [prefer-more-channels: False].                                                                                                                                
  40. Reading subtitle streams.                                                                                                                                                                                          
  41. Output Data                                                                                                                                                                                                        
  42. {                                                                                                                                                                                                                  
  43.     "source": [                                                                                                                                                                                                    
  44.         "/downloads/Complete/Sample3.avi"                                                                                                                                                                          
  45.     ],                                                                                                                                                                                                            
  46.     "format": "mp4",                                                                                                                                                                                              
  47.     "video": {                                                                                                                                                                                                    
  48.         "codec": "h264vaapi",                                                                                                                                                                                      
  49.         "map": 0,                                                                                                                                                                                                  
  50.         "bitrate": null,                                                                                                                                                                                          
  51.         "level": null,                                                                                                                                                                                            
  52.         "profile": null,                                                                                                                                                                                          
  53.         "pix_fmt": null,                                                                                                                                                                                          
  54.         "field_order": "unknown",                                                                                                                                                                                  
  55.         "width": 1280,                                                                                                                                                                                            
  56.         "debug": "base"                                                                                                                                                                                            
  57.     },                                                                                                                                                                                                            
  58.     "audio": [                                                                                                                                                                                                    
  59.         {                                                                                                                                                                                                          
  60.             "map": 1,                                                                                                                                                                                              
  61.             "codec": "aac",                                                                                                                                                                                        
  62.             "channels": 2,                                                                                                                                                                                        
  63.             "bitrate": 128.0,                                                                                                                                                                                      
  64.             "filter": null,                                                                                                                                                                                        
  65.             "language": "eng",                                                                                                                                                                                    
  66.             "disposition": "+default",                                                                                                                                                                            
  67.             "bsf": null,                                                                                                                                                                                          
  68.             "debug": "base"                                                                                                                                                                                        
  69.         }                                                                                                                                                                                                          
  70.     ],                                                                                                                                                                                                            
  71.     "subtitle": [],                                                                                                                                                                                                
  72.     "attachment": []                                                                                                                                                                                              
  73. }                                                                                                                                                                                                                  
  74. Preopts                                                                                                                                                                                                            
  75. []                                                                                                                                                                                                                
  76. Postopts                                                                                                                                                                                                          
  77. [                                                                                                                                                                                                                  
  78.     "-threads",                                                                                                                                                                                                    
  79.     "4"                                                                                                                                                                                                            
  80. ]                                                                                                                                                                                                                  
  81. Starting conversion.                                                                                                                                                                                              
  82. 0Error converting file, FFMPEG error.                                                                                                                                                                              
  83. Traceback (most recent call last):                                                                                                                                                                                
  84.   File "/usr/local/sma/mkvtomp4.py", line 1057, in convert                                                                                                                                                        
  85.     for timecode in conv:                                                                                                                                                                                          
  86.   File "/usr/local/sma/converter/__init__.py", line 263, in convert                                                                                                                                                
  87.     timeout=timeout, preopts=preopts, postopts=postopts):                                                                                                                                                          
  88.   File "/usr/local/sma/converter/ffmpeg.py", line 650, in convert                                                                                                                                                  
  89.     total_output, pid=p.pid)                                                                                                                                                                                      
  90. converter.ffmpeg.FFMpegConvertError: <unprintable FFMpegConvertError object>                                                                                                                                      
  91. /usr/local/bin/ffmpeg -i /downloads/Complete/Sample3.avi -vcodec h264_vaapi -map 0:0 -vaapi_device /dev/dri/renderD128 -filter_complex [0:v]scale_vaapi=1280:572;[0:v]format=nv12,hwupload -c:a:0 aac -map 0:1 -dis
  92. position:a:0 +default -ac:a:0 2 -b:a:0 128k -metadata:s:a:0 language=eng -strict experimental -f mp4 -threads 4 -y /downloads/Complete/Sample3.mp4                                                                
  93. ffmpeg version 4.2.2 Copyright (c) 2000-2019 the FFmpeg developers                                                                                                                                                
  94.   built with gcc 7 (Ubuntu 7.4.0-1ubuntu1~18.04.1)                                                                                                                                                                
  95.   configuration: --disable-debug --disable-doc --disable-ffplay --enable-vaapi --enable-shared --enable-avresample --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-gpl --enable-libass --enable-libf
  96. reetype --enable-libvidstab --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libxcb --enable-libx265 --enable-libxvid --en
  97. able-libx264 --enable-nonfree --enable-openssl --enable-libfdk_aac --enable-libkvazaar --enable-libaom --extra-libs=-lpthread --enable-postproc --enable-small --enable-version3 --enable-libbluray --extra-cflags=
  98. -I/opt/ffmpeg/include --extra-ldflags=-L/opt/ffmpeg/lib --extra-libs=-ldl --prefix=/opt/ffmpeg                                                                                                                    
  99.   libavutil      56. 31.100 / 56. 31.100                                                                                                                                                                          
  100.   libavcodec     58. 54.100 / 58. 54.100                                                                                                                                                                          
  101.   libavformat    58. 29.100 / 58. 29.100                                                                                                                                                                          
  102.   libavdevice    58.  8.100 / 58.  8.100                                                                                                                                                                          
  103.   libavfilter     7. 57.100 /  7. 57.100                                                                                                                                                                          
  104.   libavresample   4.  0.  0 /  4.  0.  0                                                                                                                                                                          
  105.   libswscale      5.  5.100 /  5.  5.100                                                                                                                                                                          
  106.   libswresample   3.  5.100 /  3.  5.100                                                                                                                                                                          
  107.   libpostproc    55.  5.100 / 55.  5.100                                                                                                                                                                          
  108. Input #0, avi, from '/downloads/Complete/Sample3.avi':                                                                                                                                                            
  109.   Metadata:                                                                                                                                                                                                        
  110.     encoder         : VirtualDubMod 1.5.4.1 (build 2178/release)                                                                                                                                                  
  111.     IAS1            : English                                                                                                                                                                                      
  112.   Duration: 02:06:53.02, start: 0.000000, bitrate: 776 kb/s                                                                                                                                                        
  113.     Stream #0:0: Video: mpeg4 (XVID / 0x44495658), yuv420p, 608x272 [SAR 1:1 DAR 38:17], 641 kb/s, 23.98 fps, 23.98 tbr, 23.98 tbn, 23.98 tbc                                                                      
  114.     Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, fltp, 128 kb/s                                                                                                                                
  115. Stream mapping:                                                                                                                                                                                                    
  116.   Stream #0:0 (mpeg4) -> scale_vaapi (graph 0)                                                                                                                                                                    
  117.   Stream #0:0 (mpeg4) -> format (graph 0)                                                                                                                                                                          
  118.   scale_vaapi (graph 0) -> Stream #0:0 (h264_vaapi)                                                                                                                                                                
  119.   hwupload (graph 0) -> Stream #0:1 (h264_vaapi)                                                                                                                                                                  
  120.   Stream #0:1 -> #0:2 (mp3 (mp3float) -> aac (native))                                                                                                                                                            
  121. Press [q] to stop, [?] for help                                                                                                                                                                                    
  122. Impossible to convert between the formats supported by the filter 'graph 0 input from stream 0:0' and the filter 'auto_scaler_0'                                                                                  
  123. Error reinitializing filters!                                                                                                                                                                                      
  124. Failed to inject frame into filter network: Function not implemented                                                                                                                                              
  125. Error while processing the decoded data for stream #0:0                                                                                                                                                            
  126. [aac @ 0x563d1c7f2080] Qavg: 65536.000                                                                                                                                                                            
  127. [aac @ 0x563d1c7f2080] 2 frames left in the queue on closing                                                                                                                                                      
  128. Conversion failed!                                                                                                                                                                                                
  129.                                                                                                                                                                                                                    
  130. /downloads/Complete/Sample3.mp4 deleted.                                                                                                                                                                          
  131. Traceback (most recent call last):                                                                                                                                                                                
  132.   File "/usr/local/sma/mkvtomp4.py", line 1057, in convert                                                                                                                                                        
  133.     for timecode in conv:                                                                                                                                                                                          
  134.   File "/usr/local/sma/converter/__init__.py", line 263, in convert                                                                                                                                                
  135.     timeout=timeout, preopts=preopts, postopts=postopts):                                                                                                                                                          
  136.   File "/usr/local/sma/converter/ffmpeg.py", line 650, in convert                                                                                                                                                  
  137.     total_output, pid=p.pid)                                                                                                                                                                                      
  138. converter.ffmpeg.FFMpegConvertError: <exception str() failed>                                                                                                                                                      
  139.                                                                                                                                                                                                                    
  140. During handling of the above exception, another exception occurred:                                                                                                                                                
  141.                                                                                                                                                                                                                    
  142. Traceback (most recent call last):                                                                                                                                                                                
  143.   File "/usr/local/sma/manual.py", line 395, in <module>                                                                                                                                                          
  144.     main()                                                                                                                                                                                                        
  145.   File "/usr/local/sma/manual.py", line 387, in main                                                                                                                                                              
  146.     processFile(path, tagdata, converter, info=info)                                                                                                                                                              
  147.   File "/usr/local/sma/manual.py", line 213, in processFile                                                                                                                                                        
  148.     output = converter.process(inputfile, True)                                                                                                                                                                    
  149.   File "/usr/local/sma/mkvtomp4.py", line 64, in process                                                                                                                                                          
  150.     outputfile, inputfile = self.convert(options, preopts, postopts, reportProgress)                                                                                                                              
  151.   File "/usr/local/sma/mkvtomp4.py", line 1078, in convert                                                                                                                                                        
  152.     raise Exception("FFMpegConvertError")                                                                                                                                                                          
  153. Exception: FFMpegConvertError
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement