Re: [vdr] reencode/transcode to(!) vdr

2011-10-28 Thread Andreas Brachold
Hi, You could use ffmpeg to convert video files into MPEG-TS Format. A full-featured-DVB-Card support PAL like 704×576 (4cif) #> ffmpeg -i myvideo.mp4 -f mpegts -vcodec mpeg2video -aspect 16:9 \ -sameq -s 4cif -acodec mp2 -ar 48000 -ab 192k 1.ts Cu, Andreas ___

Re: [vdr] reencode/transcode to(!) vdr

2011-10-28 Thread Lars Bläser
hi, beside this it's just a remuxer, not a transcoder you will need something like ffmpeg to transcode and if the resulting ts is not properly muxed for vdr you can remux it with that tool maybe a package like ripbot264 fits better to the topic http://www.videohelp.com/tools/RipBot264 (tsMuxeR i

Re: [vdr] reencode/transcode to(!) vdr

2011-10-28 Thread Pertti Kosunen
On 28.10.2011 9:02, M. Fiegert wrote: Thanks a lot, that helps. I will try at weekend (although I would have prefered a linux solution). It says: "United cross-platform GUI - Windows, Linux, MacOS." http://www.videohelp.com/tools/tsMuxeR/old-versions#download http://www.videohelp.com/downloa

Re: [vdr] reencode/transcode to(!) vdr

2011-10-27 Thread M. Fiegert
Thanks a lot, that helps. I will try at weekend (although I would have prefered a linux solution). Michael On 28.10.2011 01:47, Michal wrote: Hi Michael, I tried several ts muxers but only result of SmartLabs tsMuxeR was playable by vdr. http://smlabs.net/en/products/tsmuxer/ Michal On 1

Re: [vdr] reencode/transcode to(!) vdr

2011-10-27 Thread Michal
Hi Michael, I tried several ts muxers but only result of SmartLabs tsMuxeR was playable by vdr. http://smlabs.net/en/products/tsmuxer/ Michal On 10/27/2011 08:26 PM, M. Fiegert wrote: Hello, can anybody please point me to some examples how to transcode/reencode to vdr format (ts or pes if

Re: [vdr] reencode/transcode to(!) vdr

2011-10-27 Thread VDR User
On Thu, Oct 27, 2011 at 11:26 AM, M. Fiegert wrote: > can anybody please point me to some examples how to transcode/reencode to > vdr format (ts or pes if necessary)? > I found a lot of convert scripts, mencoder commandlines, ... to transcode > from vdr to eg mp4. Unfortunatly I could not find any