検索条件
全1件
(1/1ページ)
$ ffprobe.exe -select_streams s -show_streams -loglevel error "***.mp4" [STREAM] index=2 codec_name=mov_text codec_long_name=MOV text profile=unknown codec_type=subtitle codec_time_base=0/1 codec_tag_string=tx3g codec_tag=0x67337874 width=704 height=396 id=N/A r_frame_rate=0/0 avg_frame_rate=0/0 time_base=1/1000000 start_pts=0 start_time=0.000000 duration_ts=0 duration=0.000000 bit_rate=N/A max_bit_rate=N/A bits_per_raw_sample=N/A nb_frames=1 nb_read_frames=N/A nb_read_packets=N/A ~ 省略 ~ [/STREAM]これで、duration_ts=0になっているファイルが発生条件ぽい。
$ ffmpeg.exe -i input.mp4 -c:v copy -c:a copy output.mp4とか。