[vdr] demuxing subtitles with projectx
Emmanuel POIZAT
emmanuel.poizat at free.fr
Wed Feb 27 23:11:30 CET 2008
>
> Petri Helin <phelin at googlemail.com <http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr>> wrote:
> >
> >/ Thanks for informing about the update. Seems to work now with recordings
> />/ with dvb-subtitles from the Finnish broadcaster, YLE, too.
> />/
> />/ Regarding the renaming of the audio files, I made a few changes in the
> />/ Project-X in order to fix that:
> />/
> />/ --- parser/StreamProcessAudio.java.old 2008-02-11 15:09:21.000000000 +0200
> />/ +++ parser/StreamProcessAudio.java 2008-02-11 15:08:29.000000000 +0200
> />/ @@ -1861,8 +1861,8 @@
> />/ {
> />/ for (int i = 1; i < 4; i++)
> />/ {
> />/ - str[0][i] += new_str_1;
> />/ - str[1][i] += new_str_2;
> />/ + str[0][i] = new_str_1;
> />/ + str[1][i] = new_str_2;
> />/ }
> />/ }
> />/
> />/
> />/ Don't know whether it is "the right way" but with a quick test it seems to
> />/ work at least.
> /
> hm, with a recording from zdf with 2 mpa streams i become this:
>
> -rw-rw-r-- 1 vdr vdr 3638016 11. Feb 21:13 vdrsync-02.mpa
> prw-rw-r-- 1 vdr vdr 0 11. Feb 21:12 vdrsync0.mpa
> prw-rw-r-- 1 vdr vdr 0 11. Feb 21:12 vdrsync1.mpa
> -rw-rw-r-- 1 vdr vdr 1819008 11. Feb 21:13 vdrsync.mpa
>
> vdrsync0.mpa and vdrsync1.mpa only 0 byte, and burn waits for anything.
>
> with 1 audio stream:
> prw-rw-r-- 1 vdr vdr 0 11. Feb 21:24 vdrsync1.mpa
> -rw-rw-r-- 1 vdr vdr 3638016 11. Feb 21:24 vdrsync.mpa
>
> and the dvd will be created.
>
> Stefan
>
Hello,
I've got a very similar behavior, but burn seems to be stuck here:
(end of dvd.log)
[mplex] + echo </stream>
[mplex] + echo </subpictures>
[mplex] + SPU=/video/vdr-burn.Ugly_Betty.__Entre_fr__res....l9hV5A/VDRSYNC.0
[mplex] + [ !
x/video/vdr-burn.Ugly_Betty.__Entre_fr__res....l9hV5A/VDRSYNC.0 = x -a
-f
/video/vdr-burn.Ugly_Betty.__Entre_fr__res....l9hV5A/VDRSYNC.0/spumux.xml ]
[mplex] + mkfifo
/tmp/vdr-burn.Ugly_Betty.__Entre_fr__res....vc9aCG/VDRSYNC.0/subtmp.mpg
[mplex] + mplex -f 8 -S 0 -M -o
/tmp/vdr-burn.Ugly_Betty.__Entre_fr__res....vc9aCG/VDRSYNC.0/subtmp.mpg
/video/vdr-burn.Ugly_Betty.__Entre_fr__res....l9hV5A/VDRSYNC.0/vdrsync.mpv
/video/vdr-burn.Ugly_Betty.__Entre_fr__res....l9hV5A/VDRSYNC.0/vdrsync.mpa
/video/vdr-burn.Ugly_Betty.__Entre_fr__res....l9hV5A/VDRSYNC.0/vdrsync2.mpa
/video/vdr-burn.Ugly_Betty.__Entre_fr__res....l9hV5A/VDRSYNC.0/vdrsync.ac3
/video/vdr-burn.Ugly_Betty.__Entre_fr__res....l9hV5A/VDRSYNC.0/vdrsync1.mpa
[mplex] INFO: [mplex] mplex version 1.8.0 (2.2.4 $Date: 2005/08/28
17:50:54 $)
Nothing happened after this statement, and I don't know why.
any idea?
Emmanuel
VDR 1.5.16
burn 0.1.0-pre22
ProjectX 0.90.4.00.b23 (17.02.2008) with "renaming file" patch
Ubuntu gusty 7.10 2.6.23.12 #1 SMP Thu Jan 10 23:23:49 CET 2008 x86_64
GNU/Linux
More information about the vdr
mailing list