bash
1recdvb --dev 0 --sid hd --b25 25 10 test.ts
で生成したtsファイルを
bash
1ffmpeg -i test.ts -strict -2 wow.mp4
で変換しようとすると
Bash
1ffmpeg version 2.6 Copyright (c) 2000-2015 the FFmpeg developers 2 built with gcc 5.2.1 (Ubuntu 5.2.1-22ubuntu2) 20151010 3 configuration: --enable-libx264 --enable-gpl 4 libavutil 54. 20.100 / 54. 20.100 5 libavcodec 56. 26.100 / 56. 26.100 6 libavformat 56. 25.101 / 56. 25.101 7 libavdevice 56. 4.100 / 56. 4.100 8 libavfilter 5. 11.102 / 5. 11.102 9 libswscale 3. 1.101 / 3. 1.101 10 libswresample 1. 1.100 / 1. 1.100 11 libpostproc 53. 3.100 / 53. 3.100 12[mpegts @ 0x309e2c0] PES packet size mismatch 13 Last message repeated 7 times 14[NULL @ 0x30a21e0] start time for stream 0 is not set in estimate_timings_from_pts 15[NULL @ 0x30a2d60] start time for stream 1 is not set in estimate_timings_from_pts 16[mpegts @ 0x309e2c0] PES packet size mismatch 17 Last message repeated 2 times 18[mpegts @ 0x309e2c0] Could not find codec parameters for stream 0 (Video: mpeg2video ([2][0][0][0] / 0x0002), none(tv)): unspecified size 19Consider increasing the value for the 'analyzeduration' and 'probesize' options 20[mpegts @ 0x309e2c0] Could not find codec parameters for stream 1 (Audio: aac ([15][0][0][0] / 0x000F), 0 channels, fltp): unspecified sample rate 21Consider increasing the value for the 'analyzeduration' and 'probesize' options 22[mpegts @ 0x309e2c0] Could not find codec parameters for stream 2 (Unknown: none ([6][0][0][0] / 0x0006)): unknown codec 23Consider increasing the value for the 'analyzeduration' and 'probesize' options 24[mpegts @ 0x309e2c0] Could not find codec parameters for stream 3 (Unknown: none ([6][0][0][0] / 0x0006)): unknown codec 25Consider increasing the value for the 'analyzeduration' and 'probesize' options 26[mpegts @ 0x309e2c0] Could not find codec parameters for stream 4 (Unknown: none ([13][0][0][0] / 0x000D)): unknown codec 27Consider increasing the value for the 'analyzeduration' and 'probesize' options 28[mpegts @ 0x309e2c0] Could not find codec parameters for stream 5 (Unknown: none ([13][0][0][0] / 0x000D)): unknown codec 29Consider increasing the value for the 'analyzeduration' and 'probesize' options 30[mpegts @ 0x309e2c0] Could not find codec parameters for stream 6 (Unknown: none ([13][0][0][0] / 0x000D)): unknown codec 31Consider increasing the value for the 'analyzeduration' and 'probesize' options 32[mpegts @ 0x309e2c0] Could not find codec parameters for stream 7 (Unknown: none ([13][0][0][0] / 0x000D)): unknown codec 33Consider increasing the value for the 'analyzeduration' and 'probesize' options 34[mpegts @ 0x309e2c0] Could not find codec parameters for stream 8 (Unknown: none ([13][0][0][0] / 0x000D)): unknown codec 35Consider increasing the value for the 'analyzeduration' and 'probesize' options 36[mpegts @ 0x309e2c0] Could not find codec parameters for stream 9 (Unknown: none ([13][0][0][0] / 0x000D)): unknown codec 37Consider increasing the value for the 'analyzeduration' and 'probesize' options 38[mpegts @ 0x309e2c0] Could not find codec parameters for stream 10 (Unknown: none ([13][0][0][0] / 0x000D)): unknown codec 39Consider increasing the value for the 'analyzeduration' and 'probesize' options 40test.ts: could not find codec parameters 41Input #0, mpegts, from 'test.ts': 42 Duration: N/A, bitrate: N/A 43 Program 1040 44 Stream #0:0[0x111]: Video: mpeg2video ([2][0][0][0] / 0x0002), none(tv), 90k tbr, 90k tbn, 90k tbc 45 Stream #0:1[0x112]: Audio: aac ([15][0][0][0] / 0x000F), 0 channels, fltp 46 Stream #0:2[0x116]: Unknown: none ([6][0][0][0] / 0x0006) 47 Stream #0:3[0x117]: Unknown: none ([6][0][0][0] / 0x0006) 48 Stream #0:4[0x511]: Unknown: none ([13][0][0][0] / 0x000D) 49 Stream #0:5[0x513]: Unknown: none ([13][0][0][0] / 0x000D) 50 Stream #0:6[0x514]: Unknown: none ([13][0][0][0] / 0x000D) 51 Stream #0:7[0x611]: Unknown: none ([13][0][0][0] / 0x000D) 52 Stream #0:8[0x612]: Unknown: none ([13][0][0][0] / 0x000D) 53 Stream #0:9[0x613]: Unknown: none ([13][0][0][0] / 0x000D) 54 Stream #0:10[0x711]: Unknown: none ([13][0][0][0] / 0x000D) 55Output #0, mp4, to 'wow.mp4': 56Output file #0 does not contain any stream 57
と表示され、完了できません。。
エンコーディングについては一切知識がなく、詰んでます。
どうすれば正常にmp4へ変換できるでしょうか?

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。