質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.50%
FFmpeg

FFmpegは、動画と音声を交換できるフリーソフトウェアです。UNIX系OSから派生した、MS-DOSから操作するコマンドラインツールです。libavcodecやlibavformat、libswscale、libavfilterなどを含みます。ライセンスは、コンパイルの際のオプションによりLGPLもしくはGPLに決定されます。対応コーデックや使用できるオプションが多く、幅広く利用されています。

Q&A

解決済

1回答

16678閲覧

FFMPEGでの変換「Output file #0 does not contain any stream」で失敗

ironGuy

総合スコア15

FFmpeg

FFmpegは、動画と音声を交換できるフリーソフトウェアです。UNIX系OSから派生した、MS-DOSから操作するコマンドラインツールです。libavcodecやlibavformat、libswscale、libavfilterなどを含みます。ライセンスは、コンパイルの際のオプションによりLGPLもしくはGPLに決定されます。対応コーデックや使用できるオプションが多く、幅広く利用されています。

0グッド

0クリップ

投稿2016/06/24 15:32

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へ変換できるでしょうか?

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

回答1

0

自己解決

recdvbを別のものにしたら動作しました。

投稿2016/06/26 02:59

ironGuy

総合スコア15

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.50%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問