<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>VideoHelp.com Forum - Linux</title>
		<link>http://forum.videohelp.com/</link>
		<description>Everything about Linux software and video, VCD, SVCD, DVD, DivX Authoring, Capturing, Converting, Editing, Ripping and Playing.</description>
		<language>en</language>
		<lastBuildDate>Fri, 24 May 2013 23:21:04 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forum.videohelp.com/images/misc/rss.png</url>
			<title>VideoHelp.com Forum - Linux</title>
			<link>http://forum.videohelp.com/</link>
		</image>
		<item>
			<title>BDSup2Sub++ for Ubuntu?</title>
			<link>http://forum.videohelp.com/threads/356131-BDSup2Sub-for-Ubuntu?goto=newpost</link>
			<pubDate>Sun, 19 May 2013 12:22:16 GMT</pubDate>
			<description>Is anyone compiling BDSup2Sub (http://www.videohelp.com/tools/BDSup2Sub)++ for Ubuntu (ideally static)? (requires qtxcore which requires Qt4.8+ and gcc 4.7+ to build) 
 
Cu Selur 
 
ps.: yes, I know of the arch linux builds</description>
			<content:encoded><![CDATA[<div>Is anyone compiling <a class="contentlink" href="http://www.videohelp.com/tools/BDSup2Sub" target="_blank" rel="nofollow">BDSup2Sub</a>++ for Ubuntu (ideally static)? (requires qtxcore which requires Qt4.8+ and gcc 4.7+ to build)<br />
<br />
Cu Selur<br />
<br />
ps.: yes, I know of the arch linux builds</div>

 ]]></content:encoded>
			<category domain="http://forum.videohelp.com/forums/23-Linux">Linux</category>
			<dc:creator>Selur</dc:creator>
			<guid isPermaLink="true">http://forum.videohelp.com/threads/356131-BDSup2Sub-for-Ubuntu</guid>
		</item>
		<item>
			<title>Tutorial: Video capturing VHS using Linux (ArtistX Live DVD and VLC player)</title>
			<link>http://forum.videohelp.com/threads/355880-Tutorial-Video-capturing-VHS-using-Linux-%28ArtistX-Live-DVD-and-VLC-player%29?goto=newpost</link>
			<pubDate>Fri, 10 May 2013 00:59:09 GMT</pubDate>
			<description><![CDATA[*What you need: * 
Linux ArtistX live DVD. *You don't need to install Linux to your hard drive. Just run it from your DVD drive. * 
I tried several other Linux live CDs and live DVDs, but ArtistX was the only one that I was successful with.   
Linux ArtistX DVD can be downloaded from here(3.8 GB): ...]]></description>
			<content:encoded><![CDATA[<div><font color="Red"><b>What you need: </b></font><br />
Linux ArtistX live DVD. <font color="Red"><b>You don't need to install Linux to your hard drive. Just run it from your DVD drive. </b></font><br />
I tried several other Linux live CDs and live DVDs, but ArtistX was the only one that I was successful with.  <br />
Linux ArtistX DVD can be downloaded from here(3.8 GB): <br />
<a class="contentlink" href="http://artistx.org/blog/download/" target="_blank" rel="nofollow">http://artistx.org/blog/download/</a> <br />
 <br />
<a class="contentlink" href="http://www.videohelp.com/tools/VLC-media-player" target="_blank" rel="nofollow">VLC media player</a> 2.05 or later version (which is already installed in ArtistX). <br />
A VCR. <br />
A composite video cable, an RCA stereo audio cable, connected from the output connectors of your VCR to the input connectors of your computer. <br />
If you are using a Linux distribution (not ArtistX) which does not already have ivtv-utils installed,  <br />
you will need to install ivtv-utils using your Linux package manager. v4l2-ctl is part of ivtv-utils. <br />
In the package manager of some Linux distributions, ivtv-utils may simply be called ivtv. <br />
Your computer needs to have one of the video capture cards which are supported by the ivtv drivers.  <br />
Here's the list of supported video capture cards: <br />
<a class="contentlink" href="http://ivtvdriver.org/index.php/Supported_hardware" target="_blank" rel="nofollow">http://ivtvdriver.org/index.php/Supported_hardware</a> <br />
The hardware I used was: <br />
HP Media PC, 2 GB of RAM, Haupauge WinTV PVR-150 video capture card. <br />
 <br />
 <br />
<font color="Red"><b>1. Insert the Linux ArtistX live DVD into your DVD-ROM drive and boot your computer.  </b></font><br />
If your computer is not set up to boot to your DVD-ROM drive, then you will need to change the settings in your computer's BIOS/Setup program. <br />
In my computer, the ArtistX DVD was not able to boot from my DVD writer drive, for some unknown reason,  <br />
but it did boot successfully from the DVD-ROM drive. <br />
 <font color="Red"><br />
<b>2. </b></font> <font color="Red">After Linux opens, <b>check to see if your video capture card has been detected by Linux</b>: </font><br />
   Select Applications, System tools, Preferences, Video4Linux control panel.  <br />
  <br />
<font color="Red"><b>3. Set the default video input of your video capture card, and set the default audio input of your video capture card. </b></font><br />
I did not see any user-friendly GUI to do this, so I needed to use the v4l2-ctl terminal program. <br />
(Terminal = console = command line. These words have approximately the same meaning. <br />
V4l2 means Video for(4) Linux version 2. That is a lower case letter L between the 4 and the 2 in v4l2-ctl, not the number 1.) <br />
Open a Linux terminal program: Select Applications, System Tools, XTerm (or UXterm).  <br />
 <br />
 Type v4l2-ctl --all (Then press ENTER on your computer keyboard). This displays the available information about your video capture card. <br />
 <br />
 Here are the commands that you need to list all of the video and audio inputs of your video capture card,  <br />
 or to display the current video and audio inputs of your video capture card, <br />
 or to set the video and audio inputs to the integer number which represents that input. <br />
 (The listed video inputs, for example may be Tuner 0, S-Video 1, Composite 2.  <br />
 The listed audio inputs may be Tuner 0, Line In 1 1, Line In 2 2. Write down this information for your convenient reference.) <br />
  <br />
 v4l2-ctl --all                    display all information available about your video capture card <br />
 v4l2-ctl --list-inputs            display the list of all video inputs of your video capture card <br />
 v4l2-ctl --list-audio-inputs      display the list of all audio inputs of your video capture card <br />
 v4l2-ctl --get-input              display the current video input of your video capture card <br />
 v4l2-ctl --set-input=&lt;num&gt;        set the video input to &lt;num&gt; <br />
 (For example, type  v4l2-ctl --set-input=2 then press ENTER to set your video input to Composite video.) <br />
 v4l2-ctl --get-audio-input        display the current audio input of your video capture card <br />
 v4l2-ctl --set-audio-input=&lt;num&gt;  set the audio input to &lt;num&gt; <br />
 (For example, type  v4l2-ctl --set-audio-input=2  then press ENTER to set your audio input to Line In 2.) <br />
 v4l2-ctl -h or v4l2-ctl --help    display the v4l2-ctl help message <br />
 clear                             clears the console <br />
  <br />
Here is the list of the command switches which are available for the V4l2-ctl program:  <br />
<a class="contentlink" href="http://ivtvdriver.org/index.php/V4l2-ctl" target="_blank" rel="nofollow">http://ivtvdriver.org/index.php/V4l2-ctl</a> <br />
<a class="contentlink" href="http://ivtvdriver.org/index.php/V4l2-ctl_%28Examples%29" target="_blank" rel="nofollow">http://ivtvdriver.org/index.php/V4l2-ctl_%28Examples%29</a> <br />
 <br />
<font color="Red"><b>4. a) Open <a class="contentlink" href="http://www.videohelp.com/tools/VLC-media-player" target="_blank" rel="nofollow">VLC</a> Player</b></font>: Select Applications, Video, Capture/Play/Streaming/TV, VLC Media Player. <br />
  <br />
<font color="Red"><b>b) Display VLC player's advanced controls</b></font>: Select View, Advanced controls. <br />
 <font color="Red"><br />
<b>c) Set the save directory for your captured video file in preferences:   </b></font> <br />
Select Tools, Preferences, Input&amp;Codecs, Beside &quot;Record directory or file name&quot;, select Browse...  <br />
Browse to the directory where you wish to save your video file.  <br />
(Assigning a name to the recorded video file is not necessary, because VLC player will automatically <br />
assign a name for you which you can change later.) Click &quot;Save&quot; to save this new preference. <br />
 <br />
<font color="Red"><b>d) <font color="DarkSlateGray">Select Media, Open Capture Device... Then under the &quot;Capture Device&quot; tab,</font> select PVR as the capture mode. <font color="DarkSlateGray">Select Play.  <br />
With your VCR cassette playing and your computer speakers turned on, you should see and hear your VCR video being played in VLC player. </font></b></font><br />
 <br />
<font color="Red"><b>5. Click on the red circle record button to start recording. Click on the red circle record button again to stop recording.  </b></font><br />
Find your captured video file in the directory that you had selected in your VLC preferences in step 4 above. <br />
(While VLC player is recording, the record button will appear slightly darker.) <br />
 <br />
 <br />
 <br />
A few additional notes:  <br />
 <br />
To change the desktop screen resolution of your monitor: <br />
In the bottom left corner, select Applications, System tools, System settings, Displays. <br />
 <br />
To shut down (or restart or suspend) ArtistX: <br />
Click on the bottom right icon, then Shut Down... (or Restart... or Suspend...) <br />
 <br />
30 minutes of captured mpeg2 video = about 1.5 to 2 GB. <br />
 <br />
In addition to being able to do video capture, the Linux ArtistX DVD is a treasure trove of free software <br />
which will hopefully help to cheer you up after the headache of trying to figure out how to do video capture in Linux. <br />
I hope that this tutorial was helpful!</div>

 ]]></content:encoded>
			<category domain="http://forum.videohelp.com/forums/23-Linux">Linux</category>
			<dc:creator>artx2013</dc:creator>
			<guid isPermaLink="true">http://forum.videohelp.com/threads/355880-Tutorial-Video-capturing-VHS-using-Linux-%28ArtistX-Live-DVD-and-VLC-player%29</guid>
		</item>
		<item>
			<title>ubuntu capture program</title>
			<link>http://forum.videohelp.com/threads/355730-ubuntu-capture-program?goto=newpost</link>
			<pubDate>Sat, 04 May 2013 06:05:48 GMT</pubDate>
			<description>Is there anything like WINDV (http://www.videohelp.com/tools/WinDV) that I can use for linux-Ubuntu?</description>
			<content:encoded><![CDATA[<div>Is there anything like <a class="contentlink" href="http://www.videohelp.com/tools/WinDV" target="_blank" rel="nofollow">WINDV</a> that I can use for linux-Ubuntu?</div>

 ]]></content:encoded>
			<category domain="http://forum.videohelp.com/forums/23-Linux">Linux</category>
			<dc:creator>pinoponko</dc:creator>
			<guid isPermaLink="true">http://forum.videohelp.com/threads/355730-ubuntu-capture-program</guid>
		</item>
		<item>
			<title>Histogram TV/PC range min/max?</title>
			<link>http://forum.videohelp.com/threads/355566-Histogram-TV-PC-range-min-max?goto=newpost</link>
			<pubDate>Fri, 26 Apr 2013 10:31:13 GMT</pubDate>
			<description><![CDATA[What I'm looking for is an automated way to identify is a file uses pc or tv scale. 
 
I know I can look of the histogram of a file using: 
 
Code: 
--------- 
ffplay -i "h:\TestClips&Co\test - clip.m2ts" -vf histogram -an -sn 
--------- 
 
Code:]]></description>
			<content:encoded><![CDATA[<div>What I'm looking for is an automated way to identify is a file uses pc or tv scale.<br />
<br />
I know I can look of the histogram of a file using:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">ffplay -i &quot;h:\TestClips&amp;Co\test - clip.m2ts&quot; -vf histogram -an -sn</code><hr />
</div> <div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">histogram AVOptions:<br />
&nbsp; mode&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;int&gt;&nbsp; &nbsp; &nbsp; &nbsp; ..FV.. set histogram mode (from 0 to 3)<br />
&nbsp; &nbsp;  levels&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  ..FV.. standard histogram<br />
&nbsp; &nbsp;  waveform&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  ..FV.. per row/column luminance graph<br />
&nbsp; &nbsp;  color&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ..FV.. chroma values in vectorscope<br />
&nbsp; &nbsp;  color2&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  ..FV.. chroma values in vectorscope<br />
&nbsp; level_height&nbsp; &nbsp; &nbsp; &lt;int&gt;&nbsp; &nbsp; &nbsp; &nbsp; ..FV.. set level height (from 50 to 2048)<br />
&nbsp; scale_height&nbsp; &nbsp; &nbsp; &lt;int&gt;&nbsp; &nbsp; &nbsp; &nbsp; ..FV.. set scale height (from 0 to 40)<br />
&nbsp; step&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;int&gt;&nbsp; &nbsp; &nbsp; &nbsp; ..FV.. set waveform step value (from 1 to 255)<br />
&nbsp; waveform_mode&nbsp; &nbsp;  &lt;int&gt;&nbsp; &nbsp; &nbsp; &nbsp; ..FV.. set waveform mode (from 0 to 1)<br />
&nbsp; &nbsp;  row&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ..FV..<br />
&nbsp; &nbsp;  column&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  ..FV..<br />
&nbsp; display_mode&nbsp; &nbsp; &nbsp; &lt;int&gt;&nbsp; &nbsp; &nbsp; &nbsp; ..FV.. set display mode (from 0 to 1)<br />
&nbsp; &nbsp;  parade&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  ..FV..<br />
&nbsp; &nbsp;  overlay&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ..FV..</code><hr />
</div> problem is to automate this I would need the histogram output in the console.<br />
<br />
-&gt; does anyone know a way to:<br />
a. get the output on the console<br />
or<br />
b. an alternative method to get the histogram infos of a file as console output<br />
<br />
Cu Selur</div>

 ]]></content:encoded>
			<category domain="http://forum.videohelp.com/forums/23-Linux">Linux</category>
			<dc:creator>Selur</dc:creator>
			<guid isPermaLink="true">http://forum.videohelp.com/threads/355566-Histogram-TV-PC-range-min-max</guid>
		</item>
	</channel>
</rss>
