a-schild / jave2

The JAVE (Java Audio Video Encoder) library is Java wrapper on the ffmpeg project
GNU General Public License v3.0
1.2k stars 245 forks source link

Exit code of ffmpeg encoding run is 69 #186

Closed naffan2014 closed 2 years ago

naffan2014 commented 2 years ago

what code 69 mean in linux?

log is


...............
2021/12/06-19:26:03:583 [ConcatTaskExecutor-1] DEBUG ws.schild.jave.ConversionOutputAnalyzer- Input Line (54): <[aac @ 0x7fb4a9014400] Sample rate index in program config element does not match the sample rate index configured by the container.>
    26 2021/12/06-19:26:03:583 [ConcatTaskExecutor-1] INFO  ws.schild.jave.ConversionOutputAnalyzer- Unhandled message in step: 3 Line: 54 message: <[aac @ 0x7fb4a9014400] Sample rate index in program config element does not match the sample rate index                 configured by the container.>
    27 2021/12/06-19:26:03:583 [ConcatTaskExecutor-1] DEBUG ws.schild.jave.ConversionOutputAnalyzer- Input Line (55): <[aac @ 0x7fb4a9014400] Too large remapped id is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still          occurs, it means that your file has a feature which has not been implemented.>
    28 2021/12/06-19:26:03:583 [ConcatTaskExecutor-1] INFO  ws.schild.jave.ConversionOutputAnalyzer- Unhandled message in step: 3 Line: 55 message: <[aac @ 0x7fb4a9014400] Too large remapped id is not implemented. Update your FFmpeg version to the newest one           from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.>
    29 2021/12/06-19:26:03:583 [ConcatTaskExecutor-1] DEBUG ws.schild.jave.ConversionOutputAnalyzer- Input Line (56): <[aac @ 0x7fb4a9014400] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel         mailing list. (ffmpeg-devel@ffmpeg.org)>
    30 2021/12/06-19:26:03:583 [ConcatTaskExecutor-1] INFO  ws.schild.jave.ConversionOutputAnalyzer- Unhandled message in step: 3 Line: 56 message: <[aac @ 0x7fb4a9014400] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/        and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)>
    31 2021/12/06-19:26:03:583 [ConcatTaskExecutor-1] DEBUG ws.schild.jave.ConversionOutputAnalyzer- Input Line (57): <Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome>
    32 2021/12/06-19:26:03:583 [ConcatTaskExecutor-1] INFO  ws.schild.jave.ConversionOutputAnalyzer- Unhandled message in step: 3 Line: 57 message: <Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome>
    33 2021/12/06-19:26:03:584 [ConcatTaskExecutor-1] DEBUG ws.schild.jave.ConversionOutputAnalyzer- Input Line (58): <[aac @ 0x7fb4a9014400] Sample rate index in program config element does not match the sample rate index configured by the container.>
    34 2021/12/06-19:26:03:584 [ConcatTaskExecutor-1] INFO  ws.schild.jave.ConversionOutputAnalyzer- Unhandled message in step: 3 Line: 58 message: <[aac @ 0x7fb4a9014400] Sample rate index in program config element does not match the sample rate index                 configured by the container.>
    35 2021/12/06-19:26:03:587 [ConcatTaskExecutor-1] DEBUG ws.schild.jave.ConversionOutputAnalyzer- Input Line (59): <[aac @ 0x7fb4a9014400] Inconsistent channel configuration.>
    36 2021/12/06-19:26:03:587 [ConcatTaskExecutor-1] INFO  ws.schild.jave.ConversionOutputAnalyzer- Unhandled message in step: 3 Line: 59 message: <[aac @ 0x7fb4a9014400] Inconsistent channel configuration.>
    37 2021/12/06-19:26:03:587 [ConcatTaskExecutor-1] DEBUG ws.schild.jave.ConversionOutputAnalyzer- Input Line (60): <[aac @ 0x7fb4a9014400] get_buffer() failed>
    38 2021/12/06-19:26:03:587 [ConcatTaskExecutor-1] INFO  ws.schild.jave.ConversionOutputAnalyzer- Unhandled message in step: 3 Line: 60 message: <[aac @ 0x7fb4a9014400] get_buffer() failed>
    39 2021/12/06-19:26:03:587 [ConcatTaskExecutor-1] DEBUG ws.schild.jave.ConversionOutputAnalyzer- Input Line (61): <Error while decoding stream #0:0: Invalid argument>
    40 2021/12/06-19:26:03:587 [ConcatTaskExecutor-1] INFO  ws.schild.jave.ConversionOutputAnalyzer- Unhandled message in step: 3 Line: 61 message: <Error while decoding stream #0:0: Invalid argument>
    41 2021/12/06-19:26:03:587 [ConcatTaskExecutor-1] DEBUG ws.schild.jave.ConversionOutputAnalyzer- Input Line (62): <[aac @ 0x7fb4a9014400] Sample rate index in program config element does not match the sample rate index configured by the container.>
    42 2021/12/06-19:26:03:587 [ConcatTaskExecutor-1] INFO  ws.schild.jave.ConversionOutputAnalyzer- Unhandled message in step: 3 Line: 62 message: <[aac @ 0x7fb4a9014400] Sample rate index in program config element does not match the sample rate index                 configured by the container.>

.........................
    2 2021/12/06-19:26:32:778 [ConcatTaskExecutor-1] DEBUG ws.schild.jave.ConversionOutputAnalyzer- Input Line (36571): <[libx264 @ 0x7f876d80a000] kb/s:776.18>
    1 2021/12/06-19:26:32:795 [ConcatTaskExecutor-1] DEBUG ws.schild.jave.ConversionOutputAnalyzer- Input Line (36572): <[aac @ 0x7f876d80b800] Qavg: 18487.619>
78382 2021/12/06-18:30:32:796 [ConcatTaskExecutor-1] DEBUG ws.schild.jave.ConversionOutputAnalyzer- Input Line (36573): <Conversion failed!>
a-schild commented 2 years ago

Where do you see that error code? I don't see it in the log you posted

a-schild commented 2 years ago
38 2021/12/06-19:26:03:587 [ConcatTaskExecutor-1] INFO  ws.schild.jave.ConversionOutputAnalyzer- Unhandled message in step: 3 Line: 60 message: <[aac @ 0x7fb4a9014400] get_buffer() failed>
39 2021/12/06-19:26:03:587 [ConcatTaskExecutor-1] DEBUG ws.schild.jave.ConversionOutputAnalyzer- Input Line (61): <Error while decoding stream #0:0: Invalid argument>
40 2021/12/06-19:26:03:587 [ConcatTaskExecutor-1] INFO  ws.schild.jave.ConversionOutputAnalyzer- Unhandled message in step: 3 Line: 61 message: <Error while decoding stream #0:0: Invalid argument>

Could be a problem with the video file... Can you please try with 3.3.0-SNAPSHOT release? There we have upgraded the executables to the 4.4.1 release