<?xml version="1.0" encoding="windows-1252"?>

<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 Forum - Newbie / General discussions</title>
		<link>https://forum.videohelp.com/</link>
		<description>Post here if you are a newbie / new to video and/or you have problem deciding what section your post should be in. But only video related stuff here, no off topic posts.</description>
		<language>en</language>
		<lastBuildDate>Mon, 09 Mar 2026 01:54:43 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>https://forum.videohelp.com/images/misc/rss.png</url>
			<title>VideoHelp Forum - Newbie / General discussions</title>
			<link>https://forum.videohelp.com/</link>
		</image>
		<item>
			<title><![CDATA["Grok" sudden jump in the motion.]]></title>
			<link>https://forum.videohelp.com/threads/420169-Grok-sudden-jump-in-the-motion?goto=newpost</link>
			<pubDate>Thu, 05 Mar 2026 01:08:07 GMT</pubDate>
			<description><![CDATA[Hey everyone, hope you can help me out with this because I've been going at it for a while and can't figure it out. 
 
I have some videos generated with Grok that when played back look like they're skipping, as if a few frames are just missing at that point. It's not that the audio cuts out or the...]]></description>
			<content:encoded><![CDATA[<div>Hey everyone, hope you can help me out with this because I've been going at it for a while and can't figure it out.<br />
<br />
I have some videos generated with Grok that when played back look like they're skipping, as if a few frames are just missing at that point. It's not that the audio cuts out or the video freezes completely — it's more like a sudden jump in the motion. It happens randomly, not always in the same spot, and the weird thing is it doesn't happen on every video I generate — some come out perfectly fine, others have these skips.<br />
<br />
The videos are MP4, 416x752 (vertical format), 24fps. There are no duplicate or frozen frames — the motion just jumps from one point to another with no transition, as if those frames simply don't exist in the file.<br />
<br />
I tried using RIFE in <a class="contentlink" href="https://www.videohelp.com/software/Hybrid" target="_blank" rel="nofollow">Hybrid</a> to see if it could reconstruct the missing frames through interpolation, but I'm not sure if that's even the right approach for this kind of problem.<br />
<br />
Has anyone dealt with something like this with AI-generated video? Is there a tool or workflow you'd recommend for detecting and reconstructing truly missing frames? Any help is appreciated, thanks!<br />
<br />
<a class="contentlink" href="https://drive.google.com/file/d/16j3PSsayDw7Q4xj5nM4JN9Mfckze7TjE/view?usp=sharing" target="_blank" rel="nofollow">https://drive.google.com/file/d/16j3PSsayDw7Q4xj5nM4JN9Mfckze7TjE/view?usp=sharing</a></div>

 ]]></content:encoded>
			<category domain="https://forum.videohelp.com/forums/18-Newbie-General-discussions">Newbie / General discussions</category>
			<dc:creator>dg3duy</dc:creator>
			<guid isPermaLink="true">https://forum.videohelp.com/threads/420169-Grok-sudden-jump-in-the-motion</guid>
		</item>
		<item>
			<title>anyone with **** Z750 camcorder?</title>
			<link>https://forum.videohelp.com/threads/420167-anyone-with-****-Z750-camcorder?goto=newpost</link>
			<pubDate>Wed, 04 Mar 2026 14:47:08 GMT</pubDate>
			<description><![CDATA[Hi, 
 
even if you don't like it: I'm a cat, please be patient. 
 
However the question would be if anyone owns a **** Z750, camcorder with 3 separate CMOS sensors 
 
.]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
even if you don't like it: I'm a cat, please be patient.<br />
<br />
However the question would be if anyone owns a **** Z750, camcorder with 3 separate CMOS sensors<br />
<br />
.</div>

 ]]></content:encoded>
			<category domain="https://forum.videohelp.com/forums/18-Newbie-General-discussions">Newbie / General discussions</category>
			<dc:creator>marcorocchini</dc:creator>
			<guid isPermaLink="true">https://forum.videohelp.com/threads/420167-anyone-with-****-Z750-camcorder</guid>
		</item>
		<item>
			<title>need encoding 4k with ffmpeg</title>
			<link>https://forum.videohelp.com/threads/420147-need-encoding-4k-with-ffmpeg?goto=newpost</link>
			<pubDate>Sun, 01 Mar 2026 17:22:59 GMT</pubDate>
			<description><![CDATA[Hi 
 
please patient with cat :o thanks 
 
this is my source: 
 
https://www.swisstransfer.com/d/57c7e3ec-254b-4502-b7fc-ad34f8d676cd 
 
I try this commandline to generate a "equivalent" mp4 at the same resolution]]></description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
please patient with cat :o thanks<br />
<br />
this is my source:<br />
<br />
<a class="contentlink" href="https://www.swisstransfer.com/d/57c7e3ec-254b-4502-b7fc-ad34f8d676cd" target="_blank" rel="nofollow">https://www.swisstransfer.com/d/57c7e3ec-254b-4502-b7fc-ad34f8d676cd</a><br />
<br />
I try this commandline to generate a &quot;equivalent&quot; mp4 at the same resolution<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">ffmpeg.exe -threads auto -y -i &quot;v:\UHD 10bit.MP4&quot; -pix_fmt yuv420p10le -level:v 5.0 -c:v libx264 -b:v 5500k -minrate 4000k -maxrate 9000k -bufsize 48000k -x264-params 8x8dct=1 -g 100 -bf 2 -rc vbr_2pass -an -c:a aac -b:a 320k -ar 48000 -aspect 16:9 -r 50 -fflags +genpts -pass 1 -f null NUL &amp;&amp; ffmpeg.exe -threads auto -y -i &quot;v:\UHD 10bit.MP4&quot; -pix_fmt yuv420p10le -level:v 5.0 -c:v libx264 -b:v 5500k -minrate 4000k -maxrate 9000k -bufsize 48000k -x264-params 8x8dct=1 -g 100 -bf 2 -rc vbr_2pass -an -c:a aac -b:a 320k -ar 48000 -aspect 16:9 -r 50 -fflags +genpts -pass 2 v:\out.mp4</code><hr />
</div> this is the result (out.mp4):<br />
<br />
<a class="contentlink" href="https://www.swisstransfer.com/d/3572fcc3-2191-4f0d-98a4-fea3a4f0c98e" target="_blank" rel="nofollow">https://www.swisstransfer.com/d/3572fcc3-2191-4f0d-98a4-fea3a4f0c98e</a><br />
<br />
I'm wondering if there's a way to increase the encoding quality while maintaining the same or smaller file size, even at the cost of slower processing<br />
<br />
<br />
<br />
and question n°2<br />
<br />
this is my another source at 120fps<br />
<br />
<a class="contentlink" href="https://www.swisstransfer.com/d/11373a7e-2926-4beb-81dc-bcff09bcecbc" target="_blank" rel="nofollow">https://www.swisstransfer.com/d/11373a7e-2926-4beb-81dc-bcff09bcecbc</a><br />
<br />
I need to generate an output at 25 or 50 fps &quot;time corrected&quot; as if it hadn't been shot at 120fps, is it possible?<br />
<br />
:D</div>

 ]]></content:encoded>
			<category domain="https://forum.videohelp.com/forums/18-Newbie-General-discussions">Newbie / General discussions</category>
			<dc:creator>marcorocchini</dc:creator>
			<guid isPermaLink="true">https://forum.videohelp.com/threads/420147-need-encoding-4k-with-ffmpeg</guid>
		</item>
		<item>
			<title>to download from Netflix</title>
			<link>https://forum.videohelp.com/threads/420141-to-download-from-Netflix?goto=newpost</link>
			<pubDate>Sun, 01 Mar 2026 09:06:17 GMT</pubDate>
			<description>How do you download from Netflix with WidevineProxy2?</description>
			<content:encoded><![CDATA[<div>How do you download from Netflix with WidevineProxy2?</div>

 ]]></content:encoded>
			<category domain="https://forum.videohelp.com/forums/18-Newbie-General-discussions">Newbie / General discussions</category>
			<dc:creator>valelisa39</dc:creator>
			<guid isPermaLink="true">https://forum.videohelp.com/threads/420141-to-download-from-Netflix</guid>
		</item>
		<item>
			<title>encoding is feeling a lot slower lately. am i going crazy?</title>
			<link>https://forum.videohelp.com/threads/420135-encoding-is-feeling-a-lot-slower-lately-am-i-going-crazy?goto=newpost</link>
			<pubDate>Sat, 28 Feb 2026 03:31:22 GMT</pubDate>
			<description><![CDATA[has anyone ever had that feeling where encoding has gotten slower and slower over the years, even when you don't change anything major in your hardware? i'm still rocking an i7-8700k, 64gb ddr4, an an nvidia rtx 2070. x264 encoding through ffmpeg (https://www.videohelp.com/software/ffmpeg) has been...]]></description>
			<content:encoded><![CDATA[<div>has anyone ever had that feeling where encoding has gotten slower and slower over the years, even when you don't change anything major in your hardware? i'm still rocking an i7-8700k, 64gb ddr4, an an nvidia rtx 2070. x264 encoding through <a class="contentlink" href="https://www.videohelp.com/software/ffmpeg" target="_blank" rel="nofollow">ffmpeg</a> has been pretty slow for a 480i <a class="contentlink" href="https://www.videohelp.com/software/Avisynth" target="_blank" rel="nofollow">avisynth</a> script and i don't know why. i'm only getting 20fps with preset slow. shouldn't it be a little faster? at least a bit more than realtime?<br />
<br />
x264 command:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">ffmpeg -hwaccel auto -i &quot;script.avs&quot; -pix_fmt yuv420p -aspect 652:480 -vf setfield=bff -c:v libx264 -x264opts bff=1 -x264-params opencl=true -preset slow -crf 16 -c:a libfdk_aac -cutoff 18000 -vbr 5 &quot;output.mkv&quot;</code><hr />
</div> i also tried to encode another avisynth script. the source is a 1080i mpeg2 file deinterlaced with qtgmc and upscaled to 4k for youtube. i'm not expecting realtime encoding with this of course, but in 2023 i could get about 2-4fps with hevc_nvenc. now it takes 20 minutes just for the encode to even start and i only get 0.05fps and maybe an slow increase to 1-3 overtime. same encoding settings and same script.<br />
<br />
i'm trying to find some benchmarks of my cpu made when it came out (2017) and they aren't helpful. for x264 encoding benchmarks, a lot of them don't share the encoding preset or the resolution of the source, just framerates. so i can't tell if the speeds are accurate.<br />
<br />
does anyone have any tips that could potentially help in slightly speeding things up? or are these speeds expected with my cpu? i could've swore it was faster a couple years ago.<br />
<br />
hevc_nvenc command:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">ffmpeg -hwaccel auto -i &quot;script.avs&quot; -pix_fmt yuv420p10le -c:v hevc_nvenc -rc vbr -cq 16 -qmin 16 -qmax 16 -b:v 0K -preset p7 -c:a copy &quot;output.mkv&quot;</code><hr />
</div> maybe these have always been the speeds i got. i'm not sure. does anyone know what's up?</div>

 ]]></content:encoded>
			<category domain="https://forum.videohelp.com/forums/18-Newbie-General-discussions">Newbie / General discussions</category>
			<dc:creator>ENunn</dc:creator>
			<guid isPermaLink="true">https://forum.videohelp.com/threads/420135-encoding-is-feeling-a-lot-slower-lately-am-i-going-crazy</guid>
		</item>
		<item>
			<title>presentation of a website</title>
			<link>https://forum.videohelp.com/threads/420123-presentation-of-a-website?goto=newpost</link>
			<pubDate>Thu, 26 Feb 2026 10:57:09 GMT</pubDate>
			<description>hi guys, i launch a web site for a business and i need some help, i want to screen record the web site on iPhone and make a presentation video of it, o u have any idea of which type of app/site I can use ?  
 
ty</description>
			<content:encoded><![CDATA[<div>hi guys, i launch a web site for a business and i need some help, i want to screen record the web site on iPhone and make a presentation video of it, o u have any idea of which type of app/site I can use ? <br />
<br />
ty</div>

 ]]></content:encoded>
			<category domain="https://forum.videohelp.com/forums/18-Newbie-General-discussions">Newbie / General discussions</category>
			<dc:creator>amirnoxchi</dc:creator>
			<guid isPermaLink="true">https://forum.videohelp.com/threads/420123-presentation-of-a-website</guid>
		</item>
		<item>
			<title>Years old and still have questions</title>
			<link>https://forum.videohelp.com/threads/420120-Years-old-and-still-have-questions?goto=newpost</link>
			<pubDate>Wed, 25 Feb 2026 23:13:10 GMT</pubDate>
			<description><![CDATA[Hi all.   
 
I'm new to the forum, had two strokes over five years ago, and considering I haven't been to to this in YEARS.  It may forever until I understood glossary, but hopefully you'll help. 
 
Years ago I was an editor on Sony TV used.  Now, the only things I've touched are VLC...]]></description>
			<content:encoded><![CDATA[<div>Hi all.  <br />
<br />
I'm new to the forum, had two strokes over five years ago, and considering I haven't been to to this in YEARS.  It may forever until I understood glossary, but hopefully you'll help.<br />
<br />
Years ago I was an editor on Sony TV used.  Now, the only things I've touched are <a class="contentlink" href="https://www.videohelp.com/software/VLC-media-player" target="_blank" rel="nofollow">VLC</a> media, <a class="contentlink" href="https://www.videolan.org/vlc/index.html" target="_blank" rel="nofollow">https://www.videolan.org/vlc/index.html</a> and--you may guess it--Microsoft's older &quot;<a class="contentlink" href="https://www.videohelp.com/software/Windows-Movie-Maker" target="_blank" rel="nofollow">Movie Maker</a>.&quot;   (Are there any around?)<br />
<br />
I have am Ultra Blu-ray Disc Player and Windows 11.  Add to that, a bunch of little kids' video nearly 40 years old, and quite a few of child professional video tapes. <br />
<br />
Can you refer me to software I can handle?  Also, is there a way to do the captions.  I appreciate it.<br />
<br />
(And by the way, WHY is it that people invent brilliant things and no manual?  If I get a new car, there's ALWAYS a manual.  What's up with that?)<br />
<br />
Thanks,<br />
<br />
30years</div>

 ]]></content:encoded>
			<category domain="https://forum.videohelp.com/forums/18-Newbie-General-discussions">Newbie / General discussions</category>
			<dc:creator>30years</dc:creator>
			<guid isPermaLink="true">https://forum.videohelp.com/threads/420120-Years-old-and-still-have-questions</guid>
		</item>
		<item>
			<title>an alternative to interlace in avisynth?</title>
			<link>https://forum.videohelp.com/threads/420119-an-alternative-to-interlace-in-avisynth?goto=newpost</link>
			<pubDate>Wed, 25 Feb 2026 20:46:44 GMT</pubDate>
			<description><![CDATA[Hi 
 
however I'm a cat-:o 
 
please be patient - 
 
 
Code: 
--------- 
AssumeTFF().separatefields().selectevery(4,0,3).weave()]]></description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
however I'm a cat-:o<br />
<br />
please be patient -<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">AssumeTFF().separatefields().selectevery(4,0,3).weave()</code><hr />
</div> but seems it produce &quot;crude&quot; results of twitter when that video is converted to interlaced, almost as if instead of outputting in progressive and then interlacing with <a class="contentlink" href="https://www.videohelp.com/software/ffmpeg" target="_blank" rel="nofollow">ffmpeg</a> using -vf interlace seems a little more &quot;smooth&quot;, less &quot;crude&quot;.<br />
<br />
So I wonder, is there an alternative or a plugin that interlace in <a class="contentlink" href="https://www.videohelp.com/software/Avisynth" target="_blank" rel="nofollow">avisynth</a> reducing twittering?</div>

 ]]></content:encoded>
			<category domain="https://forum.videohelp.com/forums/18-Newbie-General-discussions">Newbie / General discussions</category>
			<dc:creator>marcorocchini</dc:creator>
			<guid isPermaLink="true">https://forum.videohelp.com/threads/420119-an-alternative-to-interlace-in-avisynth</guid>
		</item>
		<item>
			<title>Frame bobbing after QTGMC</title>
			<link>https://forum.videohelp.com/threads/420118-Frame-bobbing-after-QTGMC?goto=newpost</link>
			<pubDate>Wed, 25 Feb 2026 20:23:27 GMT</pubDate>
			<description>Hi. There is noticeable bobbing (look at the TV logo) of this NTSC video even after using QTGMC. Is there a way to get rid of that annoying frame bobbing?</description>
			<content:encoded><![CDATA[<div>Hi. There is noticeable bobbing (look at the TV logo) of this NTSC video even after using QTGMC. Is there a way to get rid of that annoying frame bobbing?</div>


	<div style="padding:10px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/mkv.gif" alt="File Type: mkv" />
	<a class="contentlink" href="attachments/91321-1772050923/TS.mkv">TS.mkv</a> 
(45.46 MB)
</li> 
			</ul>
		</fieldset>
	

	</div>
 ]]></content:encoded>
			<category domain="https://forum.videohelp.com/forums/18-Newbie-General-discussions">Newbie / General discussions</category>
			<dc:creator>elektro</dc:creator>
			<guid isPermaLink="true">https://forum.videohelp.com/threads/420118-Frame-bobbing-after-QTGMC</guid>
		</item>
		<item>
			<title>Magix Movie Pro 14 - MP4</title>
			<link>https://forum.videohelp.com/threads/420117-Magix-Movie-Pro-14-MP4?goto=newpost</link>
			<pubDate>Tue, 24 Feb 2026 22:01:19 GMT</pubDate>
			<description><![CDATA[I have a message that says I successfully added MP-4 but still can't add to timeline.]]></description>
			<content:encoded><![CDATA[<div>I have a message that says I successfully added MP-4 but still can't add to timeline.</div>

 ]]></content:encoded>
			<category domain="https://forum.videohelp.com/forums/18-Newbie-General-discussions">Newbie / General discussions</category>
			<dc:creator>DLT</dc:creator>
			<guid isPermaLink="true">https://forum.videohelp.com/threads/420117-Magix-Movie-Pro-14-MP4</guid>
		</item>
		<item>
			<title>directshow pcm audio codec for windows 64bit?</title>
			<link>https://forum.videohelp.com/threads/420116-directshow-pcm-audio-codec-for-windows-64bit?goto=newpost</link>
			<pubDate>Tue, 24 Feb 2026 21:03:43 GMT</pubDate>
			<description><![CDATA[Hi 
 
I'm a cat :o 
 
please, thanks 
 
I'm looking for a directshow PCM audio codec 64bit for windows, where I can find it?]]></description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
I'm a cat :o<br />
<br />
please, thanks<br />
<br />
I'm looking for a directshow PCM audio codec 64bit for windows, where I can find it?</div>

 ]]></content:encoded>
			<category domain="https://forum.videohelp.com/forums/18-Newbie-General-discussions">Newbie / General discussions</category>
			<dc:creator>marcorocchini</dc:creator>
			<guid isPermaLink="true">https://forum.videohelp.com/threads/420116-directshow-pcm-audio-codec-for-windows-64bit</guid>
		</item>
		<item>
			<title>DVDFAB Problem</title>
			<link>https://forum.videohelp.com/threads/420103-DVDFAB-Problem?goto=newpost</link>
			<pubDate>Mon, 23 Feb 2026 00:19:57 GMT</pubDate>
			<description>ive been ripping some tv show blurays from my hard drive to convert them into mp4 files and i have been editing the video and cutting a small parts of each episode out using dvdfab (https://www.videohelp.com/software/DVDFab), but sometimes i have to go back and change the timeframe of the cut, but...</description>
			<content:encoded><![CDATA[<div>ive been ripping some tv show blurays from my hard drive to convert them into mp4 files and i have been editing the video and cutting a small parts of each episode out using <a class="contentlink" href="https://www.videohelp.com/software/DVDFab" target="_blank" rel="nofollow">dvdfab</a>, but sometimes i have to go back and change the timeframe of the cut, but when i finish converting i go back to the ripper part of dvdfab and the source has been disabled and when i enable it all the cuts i have made are gone and i need to go and put in all the cuts again for every episode on the disk, so what i want to know is does anyone know of a way that i can go back to the ripper section after completing conversion and still have all the cuts i have made enabled incase i have to slightly amend the cuts.<br />
<br />
thanks in advance for any info</div>

 ]]></content:encoded>
			<category domain="https://forum.videohelp.com/forums/18-Newbie-General-discussions">Newbie / General discussions</category>
			<dc:creator>adamf154</dc:creator>
			<guid isPermaLink="true">https://forum.videohelp.com/threads/420103-DVDFAB-Problem</guid>
		</item>
		<item>
			<title>Encode mkv to be authored to bluray on a mac</title>
			<link>https://forum.videohelp.com/threads/420100-Encode-mkv-to-be-authored-to-bluray-on-a-mac?goto=newpost</link>
			<pubDate>Sun, 22 Feb 2026 15:57:22 GMT</pubDate>
			<description>Hi, I am struggling to properly encode an mkv file to be made into a bluray .iso. What I have done so far: 
1. Encode the file using handbrake (https://www.videohelp.com/software/HandBrake). I have attached a screenshot of the settings I used. 
2. Upload the file to tsmuxergui...</description>
			<content:encoded><![CDATA[<div>Hi, I am struggling to properly encode an mkv file to be made into a bluray .iso. What I have done so far:<br />
1. Encode the file using <a class="contentlink" href="https://www.videohelp.com/software/HandBrake" target="_blank" rel="nofollow">handbrake</a>. I have attached a screenshot of the settings I used.<br />
2. Upload the file to <a class="contentlink" href="https://www.videohelp.com/software/tsMuxeR" target="_blank" rel="nofollow">tsmuxergui</a> (which I had to build from source as the app was not working on my mac) to make the .iso<br />
3. Test the .iso in Macgo bluray player (the only free one I could find). When I play the .iso, everything plays as long as I don't fast forward, then the video freezes and the audio continues to play. This also happens when I open the BDMV file in IINA.<br />
4. I have also tried putting the mkv from handbrake into <a class="contentlink" href="https://www.videohelp.com/software/MKVToolNix" target="_blank" rel="nofollow">MKVToolNix</a> then putting that mkv to <a class="contentlink" href="https://www.videohelp.com/software/tsMuxeR" target="_blank" rel="nofollow">tsmuxer</a> but I have the same issue when playing the .iso<br />
<br />
Any help regarding the proper bluray encoding settings, apps that will work on a mac, my process in general, etc. would greatly appreciated. I also have access to Leawo Bluray Creator but I am trying to avoid using it as I find that blurays created with it sometimes have quality issues.</div>


	<div style="padding:10px">

	
		<fieldset class="fieldset">
			<legend>Attached Thumbnails</legend>
			<div style="padding:10px">
			
<a href="attachments/91292-1771775812/handbrakesettings.png" 
rel="Lightbox_2792850" id="attachment91292" 
><img class="thumbnail" style="max-width:100%;max-height:100%;" src="https://forum.videohelp.com/attachment.php?attachmentid=91292&amp;stc=1&amp;thumb=1&amp;d=1771775812" 
alt="Click image for larger version

Name:	handbrakesettings.png
Views:	N/A
Size:	145.8 KB
ID:	91292"/></a>
&nbsp;<br /><br />
 
			</div>
		</fieldset>
	

	

	

	

	</div>
 ]]></content:encoded>
			<category domain="https://forum.videohelp.com/forums/18-Newbie-General-discussions">Newbie / General discussions</category>
			<dc:creator>jrob</dc:creator>
			<guid isPermaLink="true">https://forum.videohelp.com/threads/420100-Encode-mkv-to-be-authored-to-bluray-on-a-mac</guid>
		</item>
		<item>
			<title>vibe 3.0.13 save a transcription to pdf still leads to printer only option.</title>
			<link>https://forum.videohelp.com/threads/420096-vibe-3-0-13-save-a-transcription-to-pdf-still-leads-to-printer-only-option?goto=newpost</link>
			<pubDate>Sun, 22 Feb 2026 02:40:09 GMT</pubDate>
			<description><![CDATA[ok, i've used at least three recent versions of this software. 
 
and each time i try to use get the transcribed text saved to pdf. 
 
(pdf picked as format in the right side corner. and clicking the download symbol) 
 
it only leads to the print page option coming up (printer save as pdf) 
 
and...]]></description>
			<content:encoded><![CDATA[<div>ok, i've used at least three recent versions of this software.<br />
<br />
and each time i try to use get the transcribed text saved to pdf.<br />
<br />
(pdf picked as format in the right side corner. and clicking the download symbol)<br />
<br />
it only leads to the print page option coming up (printer save as pdf)<br />
<br />
and the entire discussion not even being shown. just the first page.<br />
<br />
however, let's say i pick to save as text file.<br />
<br />
the entire discussion get saved as a text file no problem.<br />
<br />
<br />
is this just a problem on my end ? since the save to pdf is the default saving format.<br />
<br />
so if this was happening to everyone if would have been fixed in a recent version.<br />
<br />
anyway, using win 10 64 bit. <br />
<br />
help. ;)</div>

 ]]></content:encoded>
			<category domain="https://forum.videohelp.com/forums/18-Newbie-General-discussions">Newbie / General discussions</category>
			<dc:creator>geek gift</dc:creator>
			<guid isPermaLink="true">https://forum.videohelp.com/threads/420096-vibe-3-0-13-save-a-transcription-to-pdf-still-leads-to-printer-only-option</guid>
		</item>
		<item>
			<title>Old digital camcorder card not read by card reader-trying to edit on PC</title>
			<link>https://forum.videohelp.com/threads/420089-Old-digital-camcorder-card-not-read-by-card-reader-trying-to-edit-on-PC?goto=newpost</link>
			<pubDate>Fri, 20 Feb 2026 23:20:02 GMT</pubDate>
			<description>My first post in this forum. 
Hi, all.  I dusted off my Sony HDR-CX360V camcorder, charged up the battery, shot some video.  This unit uses memory card.  Mine is a PNY 16 gb card.  I shot some video, played it back on the unit, and also played back some existing video that was on that card.  All...</description>
			<content:encoded><![CDATA[<div>My first post in this forum.<br />
Hi, all.  I dusted off my Sony HDR-CX360V camcorder, charged up the battery, shot some video.  This unit uses memory card.  Mine is a PNY 16 gb card.  I shot some video, played it back on the unit, and also played back some existing video that was on that card.  All was good.  I am an old koot, started shooting with a huge sony 8mm, then Hi-8, then my wife (bless her heart) surprised me with this unit.  I used to shoot her public school music concerts (she taught in public school) using three recorders that I synced up using <a class="contentlink" href="https://www.videohelp.com/software/Vegas" target="_blank" rel="nofollow">Vegas</a> Video (hours of work, but I enjoyed it).  Then we both retired, our children married, had children of their own, she and I both retired, and my digi-camcorder has been sitting unused ever since.  Decided to dust it off, charged the battery, and shot some footage, downloaded Davinci Resolved, and resolved to re-kindle my aging interest.  The battery for my CX350 charged right up, I reviewed some old existing footage residing on my memory card, all was good.  I shot some footage, played it back on the cam, all good.  <br />
<br />
Then, I put the memory card into my USB card reader only to discover that my laptop running Windows 11, reported the card as empty.  Obviously, that is not the case, since I can play footage (both new and old existing) via the camcorder.  So, what might be causing the problem?  I do a lot of digital still photography, and use this card reader all the time to transfer images from my DSLR to my laptop, so, I'm guessing the issue centers around some sort of incompatability between my laptop and either the card or the format of my camcorder footage.  Windows explorer reports the card as empty, which it is not.<br />
<br />
My camcorder has an HDMI port out, but I would have to find/purchase an HDMI--&gt;USB to transfer the footage, and I'm guessing that would have to be done in real time after I locate/install some sort of capture utility for the PC.  All my work was done in real time in the old days, but I have no clue if that option remains open to me now with the equipment I have (digital camcorder, Windows 11 PC).<br />
<br />
I am stumped, but, fortunately, I'm not pressed for time . . . no &quot;clients&quot; waiting for their results, no family events screaming at me for video.  Just an old guy (74 years young) looking to make things work in this new age.<br />
<br />
Any suggestions would be appreciated.<br />
<br />
Carusoswi</div>

 ]]></content:encoded>
			<category domain="https://forum.videohelp.com/forums/18-Newbie-General-discussions">Newbie / General discussions</category>
			<dc:creator>carusoswi</dc:creator>
			<guid isPermaLink="true">https://forum.videohelp.com/threads/420089-Old-digital-camcorder-card-not-read-by-card-reader-trying-to-edit-on-PC</guid>
		</item>
	</channel>
</rss>
