Re: libmpeg vs ffmpeg
zaverel <[email protected]> Fri, 26 Oct 2012 16:17:52 +0200
| Newsgroups | gmane.comp.video.xine.user |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I find why that didn't work :
ff_video_decoder: Fixed mpeg2 parsing
http://anonscm.debian.org/hg/xine-lib/xine-lib-1.2-vdpau/rev/a611988a4401
If i revert that patch all my mpeg2 sd channels works (but with errors =
in log).
it's certainly not the solution but that work now with
engine.decoder_priorities.ffmpegvideo:1 in ~/.xine/config
see you
diff -urN xine-lib-1.2.2/src/combined/ffmpeg/ff_mpeg_parser.c =
xine-lib-1.2.2--patched/src/combined/ffmpeg/ff_mpeg_parser.c
--- xine-lib-1.2.2/src/combined/ffmpeg/ff_mpeg_parser.c 2012-06-09 =
16:03:49.000000000 +0200
+++ xine-lib-1.2.2--patched/src/combined/ffmpeg/ff_mpeg_parser.c =
2012-10-26 15:58:01.700484748 +0200
@@ -134,7 +134,7 @@
}
}
- is_frame_done =3D parser->in_slice && ((!next_code) || (next_code >=3D =
0xb0));
+ is_frame_done =3D parser->in_slice && ((!next_code) || (next_code >=3D =
0xb7));
if (is_frame_done)
parser->in_slice =3D 0;
Le 24/10/2012 20:25, zaverel a =E9crit :
> hello,
>
> is that normal with
>
> engine.decoder_priorities.ffmpegvideo:1 in ~/.xine/config
>
>
> i can't see some of my dvb-t sd channels while others sd channels works ?
> (6 for 20 differents channels)
>
> with
>
> engine.decoder_priorities.ffmpegvideo:1
> engine.decoder_priorities.mpeg2:1
>
> or just
> engine.decoder_priorities.mpeg2:1
>
> all my channels works .
>
> I do my test with vdr-sxfe / xine and also play record from vdr with xine.
>
>
> i can provide a sample and more info.
>
>
> see you
>
>
>
>
>
> -------------------------------------------------------------------------=
-----
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_sfd2d_oct
> _______________________________________________
> xine-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/xine-user
>
>
---------------------------------------------------------------------------=
---
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct