Advertisement
eipieq-1

StaxRip 2.1.0.3 flv to mkv remuxing failure popup message

Apr 5th, 2020 (edited)
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. Error Demux audio using ffmpeg N-97107 Patman (2.1.0.3)
  2.  
  3. Demux audio using ffmpeg N-97107 Patman returned error exit code: 1 (0x1)
  4.  
  5. It's unclear what the exit code means, in case it's a Windows system error then it possibly means:
  6.  
  7. Incorrect function
  8.  
  9.  
  10. --------------- Demux audio using ffmpeg N-97107 Patman ---------------
  11.  
  12. D:\Utilities\StaxRip\Apps\Encoders\ffmpeg\ffmpeg.exe -i "D:\Work\tmp\LG New York HDR UHD 4K Demo.flv" -vn -sn -y -hide_banner -c:a copy "D:\Work\tmp\LG New York HDR UHD 4K Demo_temp\LG New York HDR UHD 4K Demo ID1.m4a"
  13.  
  14. [mpegts @ 000001adc6503040] start time for stream 1 is not set in estimate_timings_from_pts
  15. [mpegts @ 000001adc6503040] stream 1 : no TS found at start of file, duration not set
  16. [mpegts @ 000001adc6503040] Could not find codec parameters for stream 1 (Audio: aac ([15][0][0][0] / 0x000F), 0 channels): unspecified sample format
  17. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  18. Input #0, mpegts, from 'D:\Work\tmp\LG New York HDR UHD 4K Demo.flv':
  19. Duration: 00:01:12.24, start: 0.999989, bitrate: 52032 kb/s
  20. Program 1
  21. Stream #0:0[0x101]: Video: hevc (Main 10) ([36][0][0][0] / 0x0024), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 3840x2160 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 25 tbc
  22. Stream #0:1[0x102](und): Audio: aac ([15][0][0][0] / 0x000F), 0 channels
  23. Output #0, ipod, to 'D:\Work\tmp\LG New York HDR UHD 4K Demo_temp\LG New York HDR UHD 4K Demo ID1.m4a':
  24. Output file #0 does not contain any stream
  25.  
  26. StaxRip.ErrorAbortException: Demux audio using ffmpeg N-97107 Patman returned error exit code: 1 (0x1)
  27.  
  28. It's unclear what the exit code means, in case it's a Windows system error then it possibly means:
  29.  
  30. Incorrect function
  31.  
  32.  
  33. --------------- Demux audio using ffmpeg N-97107 Patman ---------------
  34.  
  35. D:\Utilities\StaxRip\Apps\Encoders\ffmpeg\ffmpeg.exe -i "D:\Work\tmp\LG New York HDR UHD 4K Demo.flv" -vn -sn -y -hide_banner -c:a copy "D:\Work\tmp\LG New York HDR UHD 4K Demo_temp\LG New York HDR UHD 4K Demo ID1.m4a"
  36.  
  37. [mpegts @ 000001adc6503040] start time for stream 1 is not set in estimate_timings_from_pts
  38. [mpegts @ 000001adc6503040] stream 1 : no TS found at start of file, duration not set
  39. [mpegts @ 000001adc6503040] Could not find codec parameters for stream 1 (Audio: aac ([15][0][0][0] / 0x000F), 0 channels): unspecified sample format
  40. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  41. Input #0, mpegts, from 'D:\Work\tmp\LG New York HDR UHD 4K Demo.flv':
  42. Duration: 00:01:12.24, start: 0.999989, bitrate: 52032 kb/s
  43. Program 1
  44. Stream #0:0[0x101]: Video: hevc (Main 10) ([36][0][0][0] / 0x0024), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 3840x2160 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 25 tbc
  45. Stream #0:1[0x102](und): Audio: aac ([15][0][0][0] / 0x000F), 0 channels
  46. Output #0, ipod, to 'D:\Work\tmp\LG New York HDR UHD 4K Demo_temp\LG New York HDR UHD 4K Demo ID1.m4a':
  47. Output file #0 does not contain any stream
  48.  
  49.  
  50. at StaxRip.Proc.Start() in D:\Projekte\VB\staxrip\General\Proc.vb:line 394
  51. at StaxRip.ffmpegDemuxer.DemuxAudio(String sourcefile, AudioStream stream, AudioProfile ap, Project proj) in D:\Projekte\VB\staxrip\General\Demux.vb:line 349
  52. at StaxRip.ffmpegDemuxer.Run(Project proj) in D:\Projekte\VB\staxrip\General\Demux.vb:line 295
  53. at StaxRip.MainForm.Demux() in D:\Projekte\VB\staxrip\Forms\MainForm.vb:line 3107
  54. at StaxRip.MainForm.OpenVideoSourceFiles(IEnumerable`1 files, Boolean isEncoding) in D:\Projekte\VB\staxrip\Forms\MainForm.vb:line 1976
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement