<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.video.transcode.user">
    <title>gmane.comp.video.transcode.user</title>
    <link>http://blog.gmane.org/gmane.comp.video.transcode.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.transcode.user/21951"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.transcode.user/21950"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.transcode.user/21948"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.transcode.user/21948"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.transcode.user/21927"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.transcode.user/21926"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.transcode.user/21925"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.transcode.user/21924"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.transcode.user/21923"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.transcode.user/21922"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.transcode.user/21921"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.transcode.user/21918"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.transcode.user/21917"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.transcode.user/21916"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.transcode.user/21913"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.transcode.user/21911"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.transcode.user/21908"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.transcode.user/21907"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.transcode.user/21906"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.transcode.user/21904"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.transcode.user/21951">
    <title>DestroyConstitute fix</title>
    <link>http://comments.gmane.org/gmane.comp.video.transcode.user/21951</link>
    <description>&lt;pre&gt;
According to 
https://bugs.launchpad.net/ubuntu/+source/transcode/+bug/539106, the API 
of imagemagick has changed and DestroyConstitute() was replaced by 
ConstituteComponentTerminus(). This function is called in two places in 
transcode -- the logoaway filter and export_im. See also 
http://developer.berlios.de/bugs/?func=detailbug&amp;amp;bug_id=16844&amp;amp;group_id=10094

Could we fix this?

--- export_im.c 2009-02-21 13:01:57.000000000 -0800
+++ export_im.c.new     2010-11-28 12:41:49.000000000 -0800
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -220,7 +220,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;

    if(param-&amp;gt;flag == TC_VIDEO) {
      DestroyImageInfo(image_info);
-    DestroyConstitute();
+    ConstituteComponentTerminus();
      DestroyMagick();

      free(tmp_buffer);

--- filter_logoaway.c   2009-03-28 01:39:08.000000000 -0700
+++ filter_logoaway.c.new       2010-11-28 12:53:35.000000000 -0800
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -865,7 +865,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
      if (data[instance]-&amp;gt;dumpimage != (Image *)NULL) {
        DestroyImage(data[instance]-&amp;gt;dumpimage);
        DestroyImageInfo(data[instance]-&amp;gt;dumpimage_info);
-      DestroyConstitute();
+      ConstituteComponentTerminus();
      }
      DestroyExceptionInfo(&amp;amp;data[instance]-&amp;gt;exception_info);
      DestroyMagick();

BTW, since transcode 1.1 hangs on this command:

transcode -q 0 -o test -y im -F png -x mov,null -i file.mp4 -c 
0:00:00-0:00:00.1,0:00:10-0:00:10.1

I've started using ffmpeg, but it takes twice as long :-&amp;lt;

It would be great if we could keep transcode functional.

Cheers,
Dave

&lt;/pre&gt;</description>
    <dc:creator>David Liontooth</dc:creator>
    <dc:date>2010-11-28T21:19:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.transcode.user/21950">
    <title>Fedor Pikus wants to stay in touch on LinkedIn</title>
    <link>http://comments.gmane.org/gmane.comp.video.transcode.user/21950</link>
    <description>&lt;pre&gt;LinkedIn
------------

   
transcode,

I'd like to add you to my professional network on LinkedIn.

- Fedor Pikus

Fedor Pikus
Principal Software Engineer at Mentor Graphics, Inc 
Portland, Oregon Area

Confirm that you know Fedor Pikus
https://www.linkedin.com/e/rslzo9-gh08dsvy-3n/isd/1956961254/UTua58bH/


 
&lt;/pre&gt;</description>
    <dc:creator>Fedor Pikus</dc:creator>
    <dc:date>2010-11-27T08:20:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.transcode.user/21948">
    <title>Help Please</title>
    <link>http://comments.gmane.org/gmane.comp.video.transcode.user/21948</link>
    <description>&lt;pre&gt;Guys I'm trying to record a v4l  source with say 1G/hour storage.
Here is my try:

#!/bin/sh
/usr/bin/transcode -q 2 \
 -x v4l2 \
 -g 640x480 \
 -i /dev/video0 \
 -p /dev/dsp \
 -N 0x1 \
 -Q 1 \
 -w 1000 \
 -y ffmpeg,tcaud \
 -F mjpeg \
 -J smartyuv,pv \
 -o /home/dvr/recording.avi

This makes about 6G / hour files.
I've read the wiki and docs but there seems to be no authorative guide.
Can anyone guide me? Many thanks
James


&lt;/pre&gt;</description>
    <dc:creator>James</dc:creator>
    <dc:date>2010-10-18T08:28:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.transcode.user/21948">
    <title>Help Please</title>
    <link>http://comments.gmane.org/gmane.comp.video.transcode.user/21948</link>
    <description>&lt;pre&gt;Guys I'm trying to record a v4l  source with say 1G/hour storage.
Here is my try:

#!/bin/sh
/usr/bin/transcode -q 2 \
 -x v4l2 \
 -g 640x480 \
 -i /dev/video0 \
 -p /dev/dsp \
 -N 0x1 \
 -Q 1 \
 -w 1000 \
 -y ffmpeg,tcaud \
 -F mjpeg \
 -J smartyuv,pv \
 -o /home/dvr/recording.avi

This makes about 6G / hour files.
I've read the wiki and docs but there seems to be no authorative guide.
Can anyone guide me? Many thanks
James


&lt;/pre&gt;</description>
    <dc:creator>James</dc:creator>
    <dc:date>2010-10-18T08:28:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.transcode.user/21927">
    <title>Filters Stabilize and Transform</title>
    <link>http://comments.gmane.org/gmane.comp.video.transcode.user/21927</link>
    <description>&lt;pre&gt;Hi,

Here it is the main subject same if i was having a lot of question (it was
the occasion). I' m too subcribe in the developpers list but i prefer post
here. If it is not the good mailing-list, tell ma and change it.


My name is Cenwen and i'm a member of the Openshot Team.
&amp;lt;https://launchpad.net/openshot&amp;gt;
I  must said  that i love Transcode a veritable knife swiss and he has not
the place that he should have. In fact, it is not his place because he is a
fundamental piece of a lot of great softwares but a (reconnaissance ) du
public.
Sorry for my bad English , because it is not my natural language, i'm
French.
A member of the two community Georg M have put a comment interesting about a
incredible filter (in fact two) about a jinggle video. an a link on his
website ( http://public.hronopik.de/vid.stab/features.php?lang=en) .
Unfortunately, i have never find this bug in our platform Launchpad so i
have open another one here : https://bugs.launchpad.net/bugs/586777.
Perhaps, i should have precise that i'm a big fan of this fantastic program
that is Transcode. This awesone filters are not a lot know and i wish to
introduce Transcode in our project. I think that will be benefit for the
both and  it is my help for this great project (and perhpas give you the way
to purchase it).

I would know if , is it possible to integrate this filters at the MLT
Framework/effects ?

I have began to study it before doing so tests and i wish to know where is
the text file (log gile) of the 1st filter Stabilize ?

I think that i have not forgotten something for the moment.

Thanks by advance

Best Regards and good night-
Olivier
Cenwen un elfe sur la banquise/ an elve on the ice
Mon blog perso  sur le multimédia, Ubuntu, Linux et OpenShot :
http://linuxevolution.wordpress.com/
Le forum d'Openshot où vous me trouverez : http://openshotusers.com/
http://openshotusers.com/forum/index.php
&lt;/pre&gt;</description>
    <dc:creator>Olivier Girard</dc:creator>
    <dc:date>2010-09-03T21:57:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.transcode.user/21926">
    <title>Filter for Video Metadonnées</title>
    <link>http://comments.gmane.org/gmane.comp.video.transcode.user/21926</link>
    <description>&lt;pre&gt;Hi,

Do you plan to create a filter (or in tcprobe) for create some metadonnées
for a video file, just Mencoder do it, it is/wold be a great feature.

The command  of Mencoder for this feature :
mencoder -ovc copy -oac copy video_in.avi -info name="Vidéo pour
essai" -info genre="Une vidéo qu'elle est merveilleuse" -info
copyright="C'est pas ma vidéo à moué" -info comment="Date de création
des tags 01/02/2010-16h39" -o video_out.avi

Thanks

Best Regards

&lt;/pre&gt;</description>
    <dc:creator>Olivier Girard</dc:creator>
    <dc:date>2010-09-03T21:37:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.transcode.user/21925">
    <title>DNxHD</title>
    <link>http://comments.gmane.org/gmane.comp.video.transcode.user/21925</link>
    <description>&lt;pre&gt;Hi,

Do you plan to integrate the formats DNxHD and WebM ? is it possible ?

Thanks

Best Regards

&lt;/pre&gt;</description>
    <dc:creator>Olivier Girard</dc:creator>
    <dc:date>2010-09-03T21:24:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.transcode.user/21924">
    <title>How to have the last version 1.2.0 (=developpemntversion)</title>
    <link>http://comments.gmane.org/gmane.comp.video.transcode.user/21924</link>
    <description>&lt;pre&gt;Hi,

I would test this version, is it possible on an Ubuntu 10.04 64 bits with
keeping the official version ?
How have/use/test  the version of development and also the 1.2.0. ?

Thanks

Best Regards

&lt;/pre&gt;</description>
    <dc:creator>Olivier Girard</dc:creator>
    <dc:date>2010-09-03T21:22:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.transcode.user/21923">
    <title>about the version 1.2.0</title>
    <link>http://comments.gmane.org/gmane.comp.video.transcode.user/21923</link>
    <description>&lt;pre&gt;Hi,

Where is the project Transcode and his future : the version 1.2.0 ?

Where is the module DVB-T ? it is a great future, precious on Linux ?

A new manual is planned with this version, is it possible to have one ?

PS: Sorry for my bad english (i'm French)

Thanks

Best Regards


&lt;/pre&gt;</description>
    <dc:creator>Olivier Girard</dc:creator>
    <dc:date>2010-09-03T21:19:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.transcode.user/21922">
    <title>How to integrate a patch ?</title>
    <link>http://comments.gmane.org/gmane.comp.video.transcode.user/21922</link>
    <description>&lt;pre&gt;Hi,

i would know How to integrate a patch on an existing version on a Ubuntu
1.04 64 bits (ex Ttcut or a filter like stabilise) ?

Thanks,

Best Regards

&lt;/pre&gt;</description>
    <dc:creator>Olivier Girard</dc:creator>
    <dc:date>2010-09-03T21:17:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.transcode.user/21921">
    <title>problem in writing Y data of frame?</title>
    <link>http://comments.gmane.org/gmane.comp.video.transcode.user/21921</link>
    <description>&lt;pre&gt;Hi All,

I am very new to video/audio processing in Linux, so please forgive if this
is very basic question, but I couldn't find a solution on google!

I am using dvd::rip to rip dvd to avi file. I can rip the VOB files without
any problem, but I have problem in the transcode part. When I press the
Transcode button, no matter what settings I tried to change, it sends out
the following error message (bold parts are the parts that I think is going
wrong..)

Anyone has encounter this problem before and/or has a solution for it will
be much appreciated!

Thanks very much!!

Job 'Transcode video - title #1, pass 1' failed with error message:
Command exits with failure code:
Command: mkdir -m 0775 -p '/home/wjlee/dvdrip-data/A10010_new/tmp' &amp;amp;&amp;amp;
cd /home/wjlee/dvdrip-data/A10010_new/tmp &amp;amp;&amp;amp; mkdir -p
/home/wjlee/dvdrip-data/A10010_new/avi/001 &amp;amp;&amp;amp; execflow -n 19 transcode
-H 10 -a 0 -x vob -i
\/home\/wjlee\/dvdrip\-data\/A10010_new\/vob\/001\/ -w 2435,50 -b
384,0,2 -s 1.102 --a52_drc_off -J
smartyuv=threshold=10:Blend=1:diffmode=2:highq=1 -f 30,4 -M 2 -Y
4,2,4,6 -B 1,11,8 -R 1 -y xvid,null --psu_mode --nav_seek
/home/wjlee/dvdrip-data/A10010_new/tmp/A10010_new-001-nav.log
--no_split  -o /dev/null --progress_meter 2 --progress_rate 25 &amp;amp;&amp;amp; echo
EXECFLOW_OK

Output: transcode v1.1.5 (C) 2001-2003 Thomas Oestreich, 2003-2009
Transcode Team
libdvdread: Using libdvdcss version 1.2.10 for DVD access
libdvdread: Couldn't find device name.
libdvdnav:DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdnav:DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdread: Using libdvdcss version 1.2.10 for DVD access
libdvdread: Couldn't find device name.
libdvdnav:DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdnav:DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
[[34;1mtranscode[0m] V: auto-probing     |
/home/wjlee/dvdrip-data/A10010_new/vob/001/ (OK)
[[34;1mtranscode[0m] V: import format    | MPEG 2 program stream in
(module=vob)
[[34;1mtranscode[0m] A: auto-probing     |
/home/wjlee/dvdrip-data/A10010_new/vob/001/ (OK)
[[34;1mtranscode[0m] A: import format    | LPCM in  (module=vob)
[[34;1mtranscode[0m] V: AV demux/sync    | (2) initial MPEG sequence
/ enforce frame rate
[[34;1mtranscode[0m] V: import frame     | 720x480  1.50:1  encoded &amp;lt; at &amp;gt; 4:3
[[34;1mtranscode[0m] V: new aspect ratio | 632x472  1.34:1 (-B)
[[34;1mtranscode[0m] V: clip frame (-&amp;gt;)  | 624x464
[[34;1mtranscode[0m] V: bits/pixel       | 0.281
[[34;1mtranscode[0m] V: decoding fps,frc | 29.970,4
[[34;1mtranscode[0m] V: multi-pass       | (mode=1) writing data
(pass 1) to divx4.log
[[34;1mtranscode[0m] V: video format     | YUV420 (4:2:0) aka I420
[[34;1mtranscode[0m] A: import format    | 0x10001 LPCM
[48000,16,2] 1536 kbps
[[34;1mtranscode[0m] A: export           | disabled
[[34;1mtranscode[0m] V: encoding fps,frc | 29.970,4
[[34;1mtranscode[0m] A: bytes per frame  | 6408 (6406.400000)
[[34;1mtranscode[0m] A: adjustment       | -1600&amp;lt; at &amp;gt;1000
[[34;1mtranscode[0m] A: rescale stream   | 1.102
[[34;1mtranscode[0m] V: IA32/AMD64 accel | sse3 sse2 sse mmx cmove asm
[[34;1mtranscode[0m] V: video buffer     | 10 &amp;lt; at &amp;gt; 720x480 [0x2]
[[34;1mtranscode[0m] A: audio buffer     | 10 &amp;lt; at &amp;gt; 48000x2x16
[[34;1mimport_vob.so[0m] v0.6.1 (2006-05-02) (video) MPEG-2 |
(audio) MPEG/AC3/PCM | (subtitle)
[[34;1mfilter_smartyuv.so[0m] options=threshold=10:Blend=1:diffmode=2:highq=1
[[34;1mfilter_smartyuv.so[0m] (MMX) 0.1.6 (2007-05-31)
Motion-adaptive deinterlacing
[[34;1mexport_null.so[0m] v0.1.2 (2001-08-17) (video) null | (audio) null
[[34;1mexport_xvid4.so[0m] v0.0.6 (2007-08-11) (video) XviD 1.0.x
series (aka API 4.0) | (audio) MPEG/AC3/PCM
[[34;1msplit.c[0m] reading auto-split information from file
"/home/wjlee/dvdrip-data/A10010_new/tmp/A10010_new-001-nav.log"
[[34;1msplit.c[0m] done reading 98055 entries
[split.c] chunk 0/0 PU=0 (-L 0 -c 15-30) mapped onto (-L 9285 -c 1-16)
[[34;1mimport_vob.so[0m] tccat -i
"/home/wjlee/dvdrip-data/A10010_new/vob/001/" -t vob -d 0 -S 9285 |
tcdemux -M 2 -a 0 -x pcm -S 0,0-17 -d 0 | tcextract -t vob -a 0 -x pcm
-d 0
[[34;1mimport_vob.so[0m] tccat -i
"/home/wjlee/dvdrip-data/A10010_new/vob/001/" -t vob -d 0 -S 9285 |
tcdemux -s 0xa0 -x mpeg2 -S 0,0-17 -M 2 -f 29.970030 -P
/tmp/fileJKLvYG   -d 0 | tcextract -t vob -a 0 -x mpeg2 -d 0 |
tcdecode -x mpeg2 -d 0 -y yuv420p
[demuxer.c] seeking to sequence 0:0 ...
[[34;1mdecode_mpeg2.c[0m] libmpeg2 acceleration: none (plain C)
*[[31;1miodir.c[0m][33;1m warning[0m: left out 2 directory entries
[demuxer.c] seeking to sequence 0:0 ...
[[31;1miodir.c[0m][33;1m warning[0m: left out 2 directory entries
Segmentation fault
[[31;1mdecode_mpeg2.c[0m][31;1m critical[0m: failed to write Y
data of frame (len=65536)
[[31;1mextract_mpeg2.c[0m][31;1m critical[0m: error while writing
output data: Broken pipe*

--------------------------------------------------------------------------------



Best,
Fuzzyspot
&lt;/pre&gt;</description>
    <dc:creator>Wu-Jung Lee</dc:creator>
    <dc:date>2010-07-23T21:28:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.transcode.user/21918">
    <title>avifix doesn't write fix</title>
    <link>http://comments.gmane.org/gmane.comp.video.transcode.user/21918</link>
    <description>&lt;pre&gt;I'm new to the list, hello :)
I have to fix many avi files in a folder, just discovered transcode and avifix. 
Wow sounds the right tool to create an easy script, but got a problem.

$ md5sum mydivx.avi
1f7ba1eee5b2b7009274c3cd2cec6d6f

$ avifix -i "mydivx.avi"
[avifix] scanning AVI-file mydivx.avi for header information
[avilib.c] Reconstructing index...
[avilib.c] done. nvi=95069 nai=95057 tot=45632640
[avilib] V: 25.000 fps, codec=DIV3, frames=95069, width=512, height=288
[avilib] A: 48000 Hz, format=0x55, bits=0, channels=2, bitrate=96 kbps,
[avilib]    95057 chunks, 45632640 bytes, CBR
[avilib.c] Reconstructing index...
[avilib.c] done. nvi=95069 nai=95057 tot=45632640
[avifix] updated AVI file mydivx.avi
[avilib] V: 25.000 fps, codec=DIV3, frames=95069, width=512, height=288
[avilib] A: 48000 Hz, format=0x55, bits=0, channels=2, bitrate=96 kbps,
[avilib]    95057 chunks, 45632640 bytes, CBR

$ md5sum mydivx.avi
1f7ba1eee5b2b7009274c3cd2cec6d6f

The file is always the same!!


I'm using Kubuntu Linux 10.04, downloaded transcode and transcode-utils from 
ubuntu repos.
$ avifix -v
avifix (transcode v1.1.5)

Thanks in advance

____________________________________________________________
Send any screenshot to your friends in seconds...
Works in all emails, instant messengers, blogs, forums and social networks.
TRY IM TOOLPACK at http://www.imtoolpack.com/default.aspx?rc=if2 for FREE


&lt;/pre&gt;</description>
    <dc:creator>fede</dc:creator>
    <dc:date>2010-07-21T18:17:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.transcode.user/21917">
    <title>problem with transcode ?</title>
    <link>http://comments.gmane.org/gmane.comp.video.transcode.user/21917</link>
    <description>&lt;pre&gt;Hi,

I am a complete newbie... I work with fedora 10 64, and I just tried
encoding a dvd, and got this result (using all the default parameters, xvid
encoding... what other kind of information could be interesting ?)

Thanks a lot !!

Marc


--------------------------------------------------------------------------------
Mon Jul 19 15:33:16 2010 Job 'Transcodage de la vidéo - titre n°1, passe 1'
fini
Mon Jul 19 15:37:42 2010 Démarrage de la tâche 'Transcodage multipasse -
titre n°1'
Mon Jul 19 15:37:42 2010 Démarrage de la tâche 'Transcodage de la vidéo -
titre n°1, passe 1'
Mon Jul 19 15:37:42 2010 Executing command: mkdir -m 0775 -p
'/home/marc/temp/unnamed/tmp' &amp;amp;&amp;amp; cd /home/marc/temp/unnamed/tmp &amp;amp;&amp;amp; mkdir -p
/home/marc/temp/unnamed/avi/001 &amp;amp;&amp;amp; execflow -n 19 transcode -H 10 -a 0 -x
vob,null -i \/home\/marc\/temp\/unnamed\/vob\/001\/ -w 1216,50 -b 160,0,1 -s
1.336 --a52_drc_off -f 25.000 -Y 4,0,4,0 -B 27,10,8 -R 1 -y xvid,null -o
/dev/null --print_status 25 &amp;amp;&amp;amp; echo EXECFLOW_OK
Mon Jul 19 15:40:05 2010 Transcodage de la vidéo - titre n°1, passe 1: 10%
done.
Mon Jul 19 15:42:15 2010 Transcodage de la vidéo - titre n°1, passe 1: 20%
done.
Mon Jul 19 15:44:19 2010 Transcodage de la vidéo - titre n°1, passe 1: 30%
done.
Mon Jul 19 15:46:22 2010 Transcodage de la vidéo - titre n°1, passe 1: 40%
done.
Mon Jul 19 15:48:46 2010 Transcodage de la vidéo - titre n°1, passe 1: 50%
done.
Mon Jul 19 15:51:00 2010 Transcodage de la vidéo - titre n°1, passe 1: 60%
done.
Mon Jul 19 15:53:18 2010 Transcodage de la vidéo - titre n°1, passe 1: 70%
done.
Mon Jul 19 15:55:29 2010 Transcodage de la vidéo - titre n°1, passe 1: 80%
done.
Mon Jul 19 15:57:37 2010 Transcodage de la vidéo - titre n°1, passe 1: 90%
done.
Mon Jul 19 15:59:21 2010 Job 'Transcodage multipasse - titre n°1' fini
Mon Jul 19 15:59:22 2010 La tâche 'Transcodage multipasse - titre n°1' s'est
terminée avec une erreur : Job 'Transcodage de la vidéo - titre n°1, passe
1' failed with error message:
Command exits with failure code:
Command: mkdir -m 0775 -p '/home/marc/temp/unnamed/tmp' &amp;amp;&amp;amp; cd
/home/marc/temp/unnamed/tmp &amp;amp;&amp;amp; mkdir -p /home/marc/temp/unnamed/avi/001 &amp;amp;&amp;amp;
execflow -n 19 transcode -H 10 -a 0 -x vob,null -i
\/home\/marc\/temp\/unnamed\/vob\/001\/ -w 1216,50 -b 160,0,1 -s 1.336
--a52_drc_off -f 25.000 -Y 4,0,4,0 -B 27,10,8 -R 1 -y xvid,null -o /dev/null
--print_status 25 &amp;amp;&amp;amp; echo EXECFLOW_OK

Output: 0000-205725], 161.45 fps, EMT: 2:17:09, ( 0| 1| 8)
encoding frames [000000-205750], 161.46 fps, EMT: 2:17:10, ( 0| 0| 9)
encoding frames [000000-205775], 161.47 fps, EMT: 2:17:11, ( 5| 1| 2)
encoding frames [000000-205800], 161.47 fps, EMT: 2:17:12, ( 0| 0| 9)
encoding frames [000000-205825], 161.48 fps, EMT: 2:17:13, ( 5| 1| 2)
encoding frames [000000-205850], 161.49 fps, EMT: 2:17:14, ( 1| 1| 5)
encoding frames [000000-205875], 161.49 fps, EMT: 2:17:15, ( 4| 1| 2)
encoding frames [000000-205900], 161.50 fps, EMT: 2:17:16, ( 4| 1| 4)
encoding frames [000000-205925], 161.51 fps, EMT: 2:17:17, ( 0| 1| 5)
encoding frames [000000-205950], 161.52 fps, EMT: 2:17:18, ( 7| 1| 1)
encoding frames [000000-205975], 161.52 fps, EMT: 2:17:19, ( 1| 1| 7)
encoding frames [000000-206000], 161.53 fps, EMT: 2:17:20, ( 5| 1| 2)
encoding frames [000000-206025], 161.53 fps, EMT: 2:17:21, ( 1| 1| 6)
encoding frames [000000-206050], 161.54 fps, EMT: 2:17:22, ( 7| 1| 1)
encoding frames [000000-206075], 161.55 fps, EMT: 2:17:23, ( 1| 1| 2)
encoding frames [000000-206100], 161.55 fps, EMT: 2:17:24, ( 0| 0| 9)
encoding frames [000000-206125], 161.56 fps, EMT: 2:17:25, ( 5| 1| 2)
encoding frames [000000-206150], 161.56 fps, EMT: 2:17:26, ( 2| 1| 6)
encoding frames [000000-206175], 161.57 fps, EMT: 2:17:27, ( 6| 1| 1)
encoding frames [000000-206200], 161.57 fps, EMT: 2:17:28, ( 5| 1| 2)
encoding frames [000000-206225], 161.58 fps, EMT: 2:17:29, ( 2| 1| 5)
encoding frames [000000-206250], 161.58 fps, EMT: 2:17:30, ( 6| 1| 1)
encoding frames [000000-206275], 161.59 fps, EMT: 2:17:31, ( 0| 1| 7)
encoding frames [000000-206300], 161.59 fps, EMT: 2:17:32, ( 0| 1| 8)
encoding frames [000000-206325], 161.60 fps, EMT: 2:17:33, ( 5| 1| 2)
encoding frames [000000-206350], 161.61 fps, EMT: 2:17:34, ( 0| 1| 5)
encoding frames [000000-206375], 161.61 fps, EMT: 2:17:35, ( 0| 1| 8)
encoding frames [000000-206400], 161.62 fps, EMT: 2:17:36, ( 6| 1| 2)
encoding frames [000000-206425], 161.63 fps, EMT: 2:17:37, ( 4| 1| 2)
encoding frames [000000-206450], 161.64 fps, EMT: 2:17:38, ( 0| 1| 8)
encoding frames [000000-206475], 161.64 fps, EMT: 2:17:39, ( 2| 1| 4)
encoding frames [000000-206500], 161.65 fps, EMT: 2:17:40, ( 5| 1| 3)
encoding frames [000000-206525], 161.66 fps, EMT: 2:17:41, ( 5| 1| 2)
encoding frames [000000-206550], 161.67 fps, EMT: 2:17:42, ( 0| 1| 4)
encoding frames [000000-206575], 161.68 fps, EMT: 2:17:43, ( 6| 1| 1)
encoding frames [000000-206600], 161.68 fps, EMT: 2:17:44, ( 6| 1| 2)
encoding frames [000000-206625], 161.69 fps, EMT: 2:17:45, ( 3| 1| 3)
encoding frames [000000-206650], 161.70 fps, EMT: 2:17:46, ( 4| 1| 4)
encoding frames [000000-206675], 161.71 fps, EMT: 2:17:47, ( 1| 1| 6)
encoding frames [000000-206700], 161.71 fps, EMT: 2:17:48, ( 0| 1| 6)
encoding frames [000000-206725], 161.72 fps, EMT: 2:17:49, ( 4| 0| 4)
encoding frames [000000-206750], 161.72 fps, EMT: 2:17:50, ( 0| 0| 9)
encoding frames [000000-206775], 161.73 fps, EMT: 2:17:51, ( 1| 0| 7)
encoding frames [000000-206800], 161.74 fps, EMT: 2:17:52, ( 0| 0| 6)
encoding frames [000000-206825], 161.74 fps, EMT: 2:17:53, ( 0| 0| 8)
encoding frames [000000-206850], 161.75 fps, EMT: 2:17:54, ( 0| 0| 9)
encoding frames [000000-206875], 161.75 fps, EMT: 2:17:55, ( 0| 0| 8)
encoding frames [000000-206900], 161.75 fps, EMT: 2:17:56, ( 0| 0| 9)
encoding frames [000000-206925], 161.76 fps, EMT: 2:17:57, ( 0| 0| 9)
encoding frames [000000-206950], 161.76 fps, EMT: 2:17:58, ( 0| 0| 9)
encoding frames [000000-206975], 161.77 fps, EMT: 2:17:59, ( 3| 1| 4)
encoding frames [000000-207000], 161.77 fps, EMT: 2:18:00, ( 7| 1| 1)
encoding frames [000000-207025], 161.78 fps, EMT: 2:18:01, ( 5| 1| 2)
encoding frames [000000-207050], 161.78 fps, EMT: 2:18:02, ( 0| 0| 9)
encoding frames [000000-207075], 161.78 fps, EMT: 2:18:03, ( 0| 1| 7)
encoding frames [000000-207100], 161.79 fps, EMT: 2:18:04, ( 2| 1| 6)
encoding frames [000000-207125], 161.79 fps, EMT: 2:18:05, ( 3| 1| 4)
encoding frames [000000-207150], 161.80 fps, EMT: 2:18:06, ( 0| 0| 9)
encoding frames [000000-207175], 161.81 fps, EMT: 2:18:07, ( 1| 1| 6)
encoding frames [000000-207200], 161.81 fps, EMT: 2:18:08, ( 1| 1| 7)
encoding frames [000000-207225], 161.82 fps, EMT: 2:18:09, ( 1| 1| 6)
encoding frames [000000-207250], 161.82 fps, EMT: 2:18:10, ( 0| 0| 9)
encoding frames [000000-207275], 161.83 fps, EMT: 2:18:11, ( 1| 1| 6)
encoding frames [000000-207300], 161.84 fps, EMT: 2:18:12, ( 2| 1| 6)
encoding frames [000000-207325], 161.85 fps, EMT: 2:18:13, ( 5| 1| 2)
encoding frames [000000-207350], 161.86 fps, EMT: 2:18:14, ( 5| 1| 3)
encoding frames [000000-207375], 161.86 fps, EMT: 2:18:15, ( 4| 1| 3)
encoding frames [000000-207400], 161.87 fps, EMT: 2:18:16, ( 0| 0| 6)
encoding frames [000000-207425], 161.88 fps, EMT: 2:18:17, ( 2| 1| 5)
encoding frames [000000-207450], 161.89 fps, EMT: 2:18:18, ( 4| 1| 4)
encoding frames [000000-207475], 161.90 fps, EMT: 2:18:19, ( 0| 1| 6)
encoding frames [000000-207500], 161.90 fps, EMT: 2:18:20, ( 3| 0| 5)
encoding frames [000000-207525], 161.91 fps, EMT: 2:18:21, ( 2| 1| 5)
encoding frames [000000-207550], 161.92 fps, EMT: 2:18:22, ( 0| 1| 6)
encoding frames [000000-207575], 161.92 fps, EMT: 2:18:23, ( 5| 1| 2)
encoding frames [000000-207600], 161.93 fps, EMT: 2:18:24, ( 6| 1| 2)
encoding frames [000000-207625], 161.94 fps, EMT: 2:18:25, ( 6| 1| 1)
encoding frames [000000-207650], 161.94 fps, EMT: 2:18:26, ( 0| 0| 9)
encoding frames [000000-207675], 161.95 fps, EMT: 2:18:27, ( 0| 1| 8)
encoding frames [000000-207700], 161.96 fps, EMT: 2:18:28, ( 4| 1| 4)
encoding frames [000000-207725], 161.96 fps, EMT: 2:18:29, ( 5| 1| 2)
encoding frames [000000-207750], 161.97 fps, EMT: 2:18:30, ( 3| 1| 5)
encoding frames [000000-207775], 161.98 fps, EMT: 2:18:31, ( 0| 1| 4)
encoding frames [000000-207800], 161.98 fps, EMT: 2:18:32, ( 3| 0| 5)
encoding frames [000000-207825], 161.99 fps, EMT: 2:18:33, ( 0| 1| 8)
encoding frames [000000-207850], 162.00 fps, EMT: 2:18:34, ( 2| 1| 4)
encoding frames [000000-207875], 162.01 fps, EMT: 2:18:35, ( 3| 1| 4)
encoding frames [000000-207900], 162.01 fps, EMT: 2:18:36, ( 0| 0| 9)
encoding frames [000000-207925], 162.02 fps, EMT: 2:18:37, ( 0| 1| 8)
encoding frames [000000-207950], 162.02 fps, EMT: 2:18:38, ( 2| 1| 5)
encoding frames [000000-207975], 162.03 fps, EMT: 2:18:39, ( 1| 1| 5)
encoding frames [000000-208000], 162.03 fps, EMT: 2:18:40, ( 0| 1| 5)
clean up | frame threads |sh: line 1:  9338 Segmentation fault      execflow
-n 19 transcode -H 10 -a 0 -x vob,null -i
\/home\/marc\/temp\/unnamed\/vob\/001\/ -w 1216,50 -b 160,0,1 -s 1.336
--a52_drc_off -f 25.000 -Y 4,0,4,0 -B 27,10,8 -R 1 -y xvid,null -o /dev/null
--print_status 25

--------------------------------------------------------------------------------
Mon Jul 19 15:59:22 2010 Job 'Transcodage de la vidéo - titre n°1, passe 1'
fini
&lt;/pre&gt;</description>
    <dc:creator>Marc Bletry</dc:creator>
    <dc:date>2010-07-19T14:13:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.transcode.user/21916">
    <title>[RE] Отзыв о рассылке</title>
    <link>http://comments.gmane.org/gmane.comp.video.transcode.user/21916</link>
    <description>&lt;pre&gt;Екатерина, здравствуйте! Рассылка работает, почему нет?
_______________
Мои проекты: http://eligans.ru  http://lan-electric.ru http://adivas.ru

&lt;/pre&gt;</description>
    <dc:creator>Лилия Бакова</dc:creator>
    <dc:date>2010-07-17T16:23:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.transcode.user/21913">
    <title>Combining two video files</title>
    <link>http://comments.gmane.org/gmane.comp.video.transcode.user/21913</link>
    <description>&lt;pre&gt;
Hello, is there a way to combine two video files into one from the CLI?
Thanks in advance.       &lt;/pre&gt;</description>
    <dc:creator>MDS MDS</dc:creator>
    <dc:date>2010-07-01T14:57:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.transcode.user/21911">
    <title>dv -&gt; ffv1 green picture</title>
    <link>http://comments.gmane.org/gmane.comp.video.transcode.user/21911</link>
    <description>&lt;pre&gt;I have captured with dvgrab from a camcorder in raw-format

dvgrab -rewind -autosplit -f raw -t $file

When I use transcode-1.1.5-1.pm.3.8.x86_64 with Opensuse 11.2 like below
I get a green distorted video:

Why this:
audio block/sample failure for 18 blocks, 864 samples of 1280

I tried -x ffmpeg too:
[transcode] critical: video import module error: OPEN failed


transcode -i "$FILE" -x dv --import_asr 3 \
-J smartdeinter \
-N 0x1 -y ffmpeg,tcaud -F ffv1 \
-Z 1024x576\
-G 0.85 -J hqdn3d=luma=8:chroma=7 -J yuvmedian \
-J unsharp=luma=0.8:luma_matrix=5x5:chroma=0.4:chroma_matrix=5x5 \
-o "$FFV1FILE"".avi"





transcode v1.1.5 (C) 2001-2003 Thomas Oestreich, 2003-2009 Transcode
Team

[transcode] V: auto-probing
| /tapes_nfs/digital/2010-02_la.nuit.rouge/bronze_2010.02.16_21-36-28.dv
(OK) [transcode] V: import format    | DigitalVideo in PAL (module=dv)

[transcode] A: auto-probing
| /tapes_nfs/digital/2010-02_la.nuit.rouge/bronze_2010.02.16_21-36-28.dv
(OK) [transcode] A: import format    | PCM in PAL (module=dv)

[transcode] V: AV demux/sync    | (1) sync AV at initial MPEG sequence

[transcode] V: import frame     | 720x576  1.25:1  encoded &amp;lt; at &amp;gt; 16:9
[transcode] V: zoom             | 1024x576  1.78:1 (Lanczos3)

[transcode] V: gamma correction | 0.850
[transcode] V: bits/pixel       | 0.122 (low)

[transcode] V: decoding fps,frc | 25.000,3
[transcode] V: video format     | YUV420 (4:2:0) aka I420
[transcode] A: import format    | 0x1     PCM          [32000,16,2]
1024 kbps [transcode] A: export format    | 0x1     PCM
[32000,16,2] 1024 kbps

[transcode] V: export format    | unknown (module dependant)
[transcode] V: encoding fps,frc | 25.000,3
[transcode] A: bytes per frame  | 5120 (5120.000000)
[transcode] A: adjustment       | 0&amp;lt; at &amp;gt;1000
[transcode] V: IA32/AMD64 accel | sse3 sse2 sse 3dnowext 3dnow mmxext
mmx cmove asm [transcode] V: video buffer     | 10 &amp;lt; at &amp;gt; 1024x576 [0x2]
[transcode] A: audio buffer     | 10 &amp;lt; at &amp;gt; 32000x2x16

[import_dv.so] v0.3.1 (2003-10-14) (video) DV | (audio) PCM
[filter_smartdeinter.so] v2.7b (2003-02-01) VirtualDub's smart
deinterlacer [filter_hqdn3d.so] v1.0.2 (2003-08-15) High Quality 3D
Denoiser #2 [filter_hqdn3d.so] Settings luma=8.00 chroma=7.00
luma_strength=12.00 chroma_strength=10.50 [filter_yuvmedian.so] v0.1.0
(2003-01-24) mjpegs YUV median filter [filter_unsharp.so] unsharp:
5x5:0.80 (sharpen luma) [filter_unsharp.so] unsharp: 5x5:0.40 (sharpen
chroma) [filter_unsharp.so] v1.0.1 (2003-10-27) unsharp mask &amp;amp; gaussian
blur [export_tcaud.so] v0.9.0 (2007-07-03) (audio) MPEG/AC3/PCM
[export_ffmpeg.so] v0.3.18 (2008-11-29) (video) Lavc52.68.3 | (audio)
MPEG/AC3/PCM

[import_dv.so] tcextract -x dv -i
"/tapes_nfs/digital/2010-02_la.nuit.rouge/bronze_2010.02.16_21-36-28.dv"
-d 0 | tcdecode -x dv -y pcm -d 0 [import_dv.so] tcextract -x dv -i
"/tapes_nfs/digital/2010-02_la.nuit.rouge/bronze_2010.02.16_21-36-28.dv"
-d 0 | tcdecode -x dv -y yuv420p -d 0 -Q 5

[export_ffmpeg.so] Using FFMPEG codec 'ffv1' (FourCC 'FFV1', FF Video
Codec 1 (an experimental lossless codec)). [export_ffmpeg.so] No
profile selected [export_ffmpeg.so] warning: Error opening
configuration file ./ffmpeg.cfg: No such file or directory
[export_ffmpeg.so] Starting 1 thread(s) [export_ffmpeg.so] Set display
aspect ratio to input [transcode] PCM -&amp;gt; PCM

abf 00:00:00.00 2000-00-00 00:00:00 7f 27 00 12 48/480| 9|11) 
abf 00:00:00.00 2000-00-00 00:00:00 7f 27 01 12 48/48
abf 00:00:00.00 2000-00-00 00:00:00 7f 27 02 12 48/48
abf 00:00:00.00 2000-00-00 00:00:00 7f 27 03 12 48/48
abf 00:00:00.00 2000-00-00 00:00:00 7f 27 04 12 48/48
abf 00:00:00.00 2000-00-00 00:00:00 7f 27 05 12 48/48
abf 00:00:00.00 2000-00-00 00:00:00 7f 27 06 12 48/48
abf 00:00:00.00 2000-00-00 00:00:00 7f 27 07 12 48/48
abf 00:00:00.00 2000-00-00 00:00:00 7f 27 08 12 48/48
abf 00:00:00.00 2000-00-00 00:00:00 7f b7 00 12 48/48
abf 00:00:00.00 2000-00-00 00:00:00 7f b7 01 12 48/48
abf 00:00:00.00 2000-00-00 00:00:00 7f b7 02 12 48/48
abf 00:00:00.00 2000-00-00 00:00:00 7f b7 03 12 48/48
abf 00:00:00.00 2000-00-00 00:00:00 7f b7 04 12 48/48
abf 00:00:00.00 2000-00-00 00:00:00 7f b7 05 12 48/48
abf 00:00:00.00 2000-00-00 00:00:00 7f b7 06 12 48/48
abf 00:00:00.00 2000-00-00 00:00:00 7f b7 07 12 48/48
abf 00:00:00.00 2000-00-00 00:00:00 7f b7 08 12 48/48

# audio block/sample failure for 18 blocks, 864 samples of 1280
abf 00:00:00.00 2000-00-00 00:00:00 7f a7 00 12 48/480| 9|11) 
abf 00:00:00.00 2000-00-00 00:00:00 7f a7 01 12 48/48
abf 00:00:00.00 2000-00-00 00:00:00 7f a7 02 12 48/48
abf 00:00:00.00 2000-00-00 00:00:00 7f a7 03 12 48/48
abf 00:00:00.00 2000-00-00 00:00:00 7f a7 04 12 48/48
abf 00:00:00.00 2000-00-00 00:00:00 7f a7 05 12 48/48
abf 00:00:00.00 2000-00-00 00:00:00 7f a7 06 12 48/48
abf 00:00:00.00 2000-00-00 00:00:00 7f a7 07 12 48/48
abf 00:00:00.00 2000-00-00 00:00:00 7f a7 08 12 48/48

# audio block/sample failure for 9 blocks, 432 samples of 1280
# no audiorames [0-36],  11.00 fps, CFT: 0:00:01,  ( 0| 9|11) 
# no audiorames [0-37],  11.00 fps, CFT: 0:00:01,  ( 0| 9|11) 
# no audiorames [0-38],  11.03 fps, CFT: 0:00:01,  ( 0| 9|11) 
# no audiorames [0-39],  11.01 fps, CFT: 0:00:01,  ( 0| 9|11) 
[decoder.c] cancelling the import threads 0:00:04,  (16| 0| 4) 

[transcode] encoded 122 frames (0 dropped, 0 cloned), clip length
4.88 s

Al


&lt;/pre&gt;</description>
    <dc:creator>Al Bogner</dc:creator>
    <dc:date>2010-06-24T18:41:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.transcode.user/21908">
    <title>email address</title>
    <link>http://comments.gmane.org/gmane.comp.video.transcode.user/21908</link>
    <description>&lt;pre&gt;
axes39&amp;lt; at &amp;gt;hotmail.com       
_________________________________________________________________
Game on: Challenge friends to great games on Messenger
http://go.microsoft.com/?linkid=9734387&lt;/pre&gt;</description>
    <dc:creator>Nane</dc:creator>
    <dc:date>2010-06-06T00:27:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.transcode.user/21907">
    <title>Reecode old videos with open codec withoutquality loss possible?</title>
    <link>http://comments.gmane.org/gmane.comp.video.transcode.user/21907</link>
    <description>&lt;pre&gt;Hi,

I have a lot of old video footage around that, I am ashamed to say, I encoded with heavily proprietary codecs like DivX and such during the dark ages (aka. the Windows Times).

Now, I would like to redeem myself from the mistakes of my past by re-encoding everything into open formats.
Since those videos are often not of the best quality (poor camera, poor codecs, poor knowledge), I do not want to loose more quality in the process.

So, to avoid any more mistakes in the future, I would be glad if someone could answer me some of the following questions:
1. Is it even possible to re-encode those movies into something like x264/vp8/theora without loosing any more quality?
2. What tools should I use for that (besides transcode)?
3. What would be the most desirable format to have? I'm thinking about x264 in Martroska with ogg Auto. Is there anything better suited?

Thanks,
Markus
&lt;/pre&gt;</description>
    <dc:creator>Markus Beyer</dc:creator>
    <dc:date>2010-05-24T12:53:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.transcode.user/21906">
    <title>tcextract, tccat and subtitle2pgm</title>
    <link>http://comments.gmane.org/gmane.comp.video.transcode.user/21906</link>
    <description>&lt;pre&gt;
I searched the archives and did not find this precise issue.

I have a vob file extracted from a DVD.  Call it 0055743.vob if you like.

vlc plays this vob fine and displays the subtitles as they should be.


I use this transcode based command to extract the substream:

tccat -i 0055743.vob  | tcextract -x ps1 -t vob -a 0x20 &amp;gt; 0055743.en_0.subtrack;

and subtitle2pgm  to break it out into images for OCR

subtitle2pgm -o 0055743.en_0 -c 255,0,0,255 &amp;lt; 0055743.en_0.subtrack

Then I use various OCR engines etc to get an srt file.


The problem is that when I follow this some of the timings and subs come
out wrong. Very often a sub will be repeated where there should be two
different subs. This often happens where the endpoint of one is the start
of another.  Here is an example my process gives of this type:


11
00:01:24,180 --&amp;gt; 00:01:26,819
30 barrels of rice for land taxes.

12
00:01:26,819 --&amp;gt; 00:01:29,510
30 barrels of rice for land taxes.


When it should give this:

11
00:01:24,180 --&amp;gt; 00:01:26,819
Yoza, it seems you have collected

12
00:01:26,819 --&amp;gt; 00:01:29,510
30 barrels of rice for land taxes.


Obviously  the pgms  extracted by  subtitle2pgm are  wrong.  Sometimes
there are larger errors consisting of a sequence of pgms all displaced
by one.



My question,  is this a  problem with tcextract or  with subtitle2pgm?
Where should I look first for a fix?

Has anybody else seen this, or related problems. I can host the 4G vob for
anybody to download to test their setup on.


Also what other simple ways are there to do this process another way. I
extract a lot of subs so it has to be command line based and managable.


Thanks in advance,

Simon.













&lt;/pre&gt;</description>
    <dc:creator>S.D.Byers</dc:creator>
    <dc:date>2010-05-22T17:47:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.transcode.user/21904">
    <title>h.264 DECODING</title>
    <link>http://comments.gmane.org/gmane.comp.video.transcode.user/21904</link>
    <description>&lt;pre&gt; have a version of transcode 1.1 set up on Lenny Debian, we use for live
recording. Can one *decode* an *existing* h.264 video file  within an AVI
container
with that version? The files were created from another device.

If so, what config options *should have* or can be used to support it? I see
info
on x264 -- is that it?

is this more of a job to do straight with ffmpeg?


thanks,
Ted

ps: not sure last one went through...
&lt;/pre&gt;</description>
    <dc:creator>ted morris</dc:creator>
    <dc:date>2010-05-21T23:27:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.transcode.user/21903">
    <title>decode h.264</title>
    <link>http://comments.gmane.org/gmane.comp.video.transcode.user/21903</link>
    <description>&lt;pre&gt;I have a version of transcode 1.1 set up on Lenny Debian, we use for live
recording. Can one *decode* an *existing* h.264 video file  within an AVI
container
with that version? The files were created from another device.

If so, what config options *should have* or can be used to support it? I see
info
on x264 -- is that it?

is this more of a job to do straight with ffmpeg?


thanks,
Ted
&lt;/pre&gt;</description>
    <dc:creator>ted morris</dc:creator>
    <dc:date>2010-05-21T00:52:10</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.video.transcode.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.video.transcode.user</link>
  </textinput>
</rdf:RDF>

