Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#1 | Link |
Registered User
Join Date: Jul 2010
Posts: 229
|
Can't work with HDTV capture
Hi. I recently bought a Sony Bravia HD television and it has an USB incorporated to record TV broadcasts. I made a recording on a HDD and when I plugged on my PC, there was a m2ts file.
I haven't been able to access it and I have tried with a lot of programs (dgindex,tsmuxer...) On the TV it plays fine, with all the audio and subtitle streams. Any way to extrack streams and encode them to a more friendly state? Thank you. |
![]() |
![]() |
![]() |
#2 | Link |
Registered User
Join Date: Mar 2009
Location: Germany
Posts: 5,773
|
No.
All the recordings are coded s o you can't even use them on another TV set of the same model. Keep voting your representative that let them do this to you.
__________________
Born in the USB (not USA) |
![]() |
![]() |
![]() |
#4 | Link |
Registered User
Join Date: Jul 2010
Posts: 229
|
Well thank's for the info.
And not to open another post, I record from TV also from my PC with DVBViewer software. That gives me a TS file which I can open easily. But I haven't figured out how to extract DVB subtitles. I can extract the ones from the teletext but not the DVB ones. Any way of doing this? |
![]() |
![]() |
![]() |
#7 | Link |
Registered User
Join Date: Nov 2014
Posts: 36
|
It took me a while to figure this out, but here's how I handle subs in .ts files from dvbviewer:
First, make sure they're in your .ts of course. You have to explicitely add them to your recordings in dvbviewer's options menu. Now, if your tv stations support teletext subs, I'd encourage you to enable them, too, because you don't have to OCR them when ripping them to srt. Now the main part: for the dvb subs, use Subtitle Edit. Load the .ts and they'll automatically be recognized by the program. You'll probably want to rip them to .srt. Have a look at the Subtitle Edit's manual, quite a handy tool. Now, if you don't intend to rip the subs to .srt, you could also use ffmpeg CLI with something like "-c:s dvb_subtitle". For teletext subs, you'll want to use ccextractor. This tool provides a handy GUI for telxcc. Again, load up your .ts, force "decode teletext" in the options, enter the teletext page where the subs are and you should be good to go. Hope this helps ![]() Last edited by duedel; 16th March 2015 at 22:47. Reason: spelling |
![]() |
![]() |
![]() |
#8 | Link |
Registered User
Join Date: Jul 2010
Posts: 229
|
I already managed to use Subtitle Edit, thanks to you
![]() As for the teletext ones (I prefer them as well but sometimes I have no choice) I use ProjectX but I will take a look at CCExtractor. But how can I use the ffmpeg CLI? I may interested in just extracting the dvbsubtitles without converting them to plain text for now. |
![]() |
![]() |
![]() |
#9 | Link |
Registered User
Join Date: Mar 2009
Location: Germany
Posts: 5,773
|
It should work. I used it with 100% success rate (SubtitleEdit and Co. would not do them perfectly). Check the settings.
In the Humax forum I posted a tutorial (with pictures ![]()
__________________
Born in the USB (not USA) |
![]() |
![]() |
![]() |
#10 | Link |
Registered User
Join Date: Nov 2014
Posts: 36
|
Code:
ffmpeg -i yourfile.ts -map 0:5 -scodec dvdsub subtitle.mkv Unfortunately, ffmpeg doesn't seem to be able to save native .idx/.sub files, which is why you have to use the .mkv container. Then you can use MKVCleaver to extract the raw sub stream. |
![]() |
![]() |
![]() |
#12 | Link | |
Registered User
Join Date: Nov 2014
Posts: 36
|
Quote:
|
|
![]() |
![]() |
![]() |
#14 | Link | |
Registered User
Join Date: Nov 2014
Posts: 36
|
Quote:
![]() Code:
ffmpeg -i yourfile.ts -map 0:1 -map 0:2 -map 0:5 -vcodec copy -acodec copy -scodec dvdsub finalvideo.mkv For each of those streams you have to define a codec that you want to use. In the command above, I chose "copy", so video and audio are not transcoded. http://ffmpeg.org/ffmpeg-all.html |
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|