2017-02-24 106 views
0

我使用HDHomrun總理錄製直播電視,結果文件是一個.ts文件。我想將此文件轉換爲.mp4。我嘗試了VLC播放器來轉換,這需要一段時間。我的研究表明,ffmpeg可以做到這一點,但我遇到了一個錯誤,谷歌搜索這沒有幫助。我在終端上運行這個代碼。 (操作系統Ubuntu的16.04)直播電視錄製.ts到mp4與ffmpeg

ffmpeg -i gsgame.ts -c copy -bsf:a aac_adtstoasc ford_ffmpeg.mp4 

我得到這個。

[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] SPS unavailable in decode_picture_timing 
[h264 @ 0x561db2eba2e0] non-existing PPS 0 referenced 
[h264 @ 0x561db2eba2e0] decode_slice_header error 
[h264 @ 0x561db2eba2e0] no frame! 
[h264 @ 0x561db2eba2e0] Increasing reorder buffer to 2 
[mpegts @ 0x561db2eb57c0] start time for stream 3 is not set in estimate_timings_from_pts 
[mpegts @ 0x561db2eb57c0] PES packet size mismatch 
    Last message repeated 1 times 
[mpegts @ 0x561db2eb57c0] Could not find codec parameters for stream 4 (Unknown: none (ETV1/0x31565445)): unknown codec 
Consider increasing the value for the 'analyzeduration' and 'probesize' options 
[mpegts @ 0x561db2eb57c0] Could not find codec parameters for stream 5 (Unknown: none (ETV1/0x31565445)): unknown codec 
Consider increasing the value for the 'analyzeduration' and 'probesize' options 
[mpegts @ 0x561db2eb57c0] Could not find codec parameters for stream 6 (Unknown: none ([192][0][0][0]/0x00C0)): unknown codec 
Consider increasing the value for the 'analyzeduration' and 'probesize' options 
Input #0, mpegts, from 'gsgame.ts': 
    Duration: 02:38:20.56, start: 14821.384111, bitrate: 3998 kb/s 
    Program 3 
    Stream #0:0[0x1167]: Video: h264 (High) ([27][0][0][0]/0x001B), yuv420p(progressive), 1280x720 [SAR 1:1 DAR 16:9], Closed Captions, 59.94 fps, 59.94 tbr, 90k tbn, 119.88 tbc 
    Stream #0:1[0x1168](eng): Audio: ac3 ([129][0][0][0]/0x0081), 48000 Hz, 5.1(side), fltp, 384 kb/s 
    Stream #0:2[0x1169](spa): Audio: ac3 ([129][0][0][0]/0x0081), 48000 Hz, stereo, fltp, 192 kb/s 
    Stream #0:3[0x116a]: Data: scte_35 
    Stream #0:4[0x116b]: Unknown: none (ETV1/0x31565445) 
    Stream #0:5[0x116c]: Unknown: none (ETV1/0x31565445) 
    Stream #0:6[0x116d]: Unknown: none ([192][0][0][0]/0x00C0) 
[AVBSFContext @ 0x561db2ebade0] Codec 'ac3' (86019) is not supported by the bitstream filter 'aac_adtstoasc'. Supported codecs are: aac (86018) 
Error initializing bitstream filter: aac_adtstoasc 
Stream mapping: 
    Stream #0:0 -> #0:0 (copy) 
    Stream #0:1 -> #0:1 (copy) 
    Last message repeated 1 times 

我很感激任何幫助。

+0

試試「的ffmpeg -f mpeg2video -i輸入文件outputfile.mp4」或使用「-f MPEGTS」。 -f開關強制編解碼器。如果輸入是另一種格式,那麼使用它。 ffprobe會給你使用的編解碼器。 – WLGfx

+0

'[AVBSFContext @ 0x561db2ebade0]編解碼器'ac3'(86019)不支持位流過濾器'aac_adtstoasc'。支持的編解碼器爲:aac(86018) 初始化比特流濾波器時出錯:aac_adtstoasc'這就是問題所在。你不能在ac3音頻中使用這個比特流濾波器 –

+0

我試圖搜索那個比特流問題,但是我發現了任何東西。 @AndreyTurkin你能建議嗎? –

回答

1

從我看到你的流有ac3音頻,這意味着aac_adtstoasc比特流篩選器將無法正常工作。

轉換視頻應該是爲(儘管它可能需要一段時間,具體取決於您的視頻)一樣簡單:

ffmpeg -i gsgame.ts -c:v copy -c:a aac ford_ffmpeg.mp4 
+2

無需重新編碼音頻。 FFmpeg支持將AC-3混合到MP4中。 – Mulvya