질문

특정 파일이 구간설정 후 인코딩을 진행하면 오류가 납니다.

by 차누꽃 posted Dec 26, 2020
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

* 인코딩 시작: 파일이름.ts

 

[mpeg2video @ 00000247e3f32ac0] Invalid frame dimensions 0x0.

[mpegts @ 00000247e3f0b600] start time for stream 3 is not set in estimate_timings_from_pts

[mpegts @ 00000247e3f0b600] start time for stream 4 is not set in estimate_timings_from_pts

[mpegts @ 00000247e3f0b600] PES packet size mismatch

[mpegts @ 00000247e3f0b600] stream 5 : no TS found at start of file, duration not set

[mpegts @ 00000247e3f0b600] Could not find codec parameters for stream 5 (Audio: aac ([15][0][0][0] / 0x000F), 0 channels): unspecified sample format

Consider increasing the value for the 'analyzeduration' and 'probesize' options

Stream mapping:

  Stream #0:0 -> #0:0 (mpeg2video (native) -> h264 (libx264))

  Stream #0:1 -> #0:1 (aac (native) -> aac (libfdk_aac))

[libx264 @ 00000247e41da7c0] using SAR=4/3

[libx264 @ 00000247e41da7c0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX

[libx264 @ 00000247e41da7c0] profile Constrained Baseline, level 4.2, 4:2:0, 8-bit

[libx264 @ 00000247e41da7c0] 264 - core 157 r2969 d4099dd - H.264/MPEG-4 AVC codec - Copyleft 2003-2019 - http://www.videolan.org/x264.html - options: cabac=0 ref=1 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=2 psy=1 psy_rd=1.00:0.00 mixed_ref=0 me_range=16 chroma_me=1 trellis=0 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=0 threads=12 lookahead_threads=4 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=0 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=10 rc=crf mbtree=1 crf=19.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00

    Side data:

      cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A

[mp4 @ 00000247e41e00c0] Timestamps are unset in a packet for stream 1. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly

[mp4 @ 00000247e41e00c0] Encoder did not produce proper pts, making some up.

video:0kB audio:1kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 59.120880%

 

 * 인코딩이 완료되었습니다.

 

 >> 속도 0x 진행시간 00:00:00

 

이렇게 인코딩 시작을 누르면 바로 끝나버려요. 근데 이 파일만 이렇고 다른 파일은 잘됩니다. 이 파일도 처음부터 인코딩하면 되는데 구간설정을 하면 어디든 다 이렇게 오류가 나네요.

 

또, 최신 버전에서는 이 파일만 구간설정 자체가 불가능했습니다.(길이는 2시간인데 갑자기 26시간이 뜨면서 어떤 구간도 클릭할 수 없었습니다)

그래서 구버전으로 했는데 구간설정 자체는 가능하지만 인코딩이 안되네요 ㅠ