<?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 - Video Conversion</title>
		<link>https://forum.videohelp.com/</link>
		<description>Everything about video conversion from AVI, DivX, XVID, FLV, ASF, MPG, MOV, RM, MP4, MKV, MP4, OGM, WMV,AVCHD, HDV, DV, MJPEG, Huffyuv, MPEG2, MTS, M2TS,etc to any video format.  Also demultiplexing, multiplexing, video repairing issues.</description>
		<language>en</language>
		<lastBuildDate>Sat, 13 Jun 2026 18:19:02 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>https://forum.videohelp.com/images/misc/rss.png</url>
			<title>VideoHelp Forum - Video Conversion</title>
			<link>https://forum.videohelp.com/</link>
		</image>
		<item>
			<title>Avidemux outputting at the wrong framerate</title>
			<link>https://forum.videohelp.com/threads/420668-Avidemux-outputting-at-the-wrong-framerate?goto=newpost</link>
			<pubDate>Sun, 07 Jun 2026 13:29:01 GMT</pubDate>
			<description><![CDATA[Does anyone know why when I've converted a video file in Avidemux (https://www.videohelp.com/software/AviDemux) where the framerate is 25fps, that I'm getting odd framerates like 22, 23 and 24.1?. As far as I know the programme should automatically output the framerate that the inputted video is...]]></description>
			<content:encoded><![CDATA[<div>Does anyone know why when I've converted a video file in <a class="contentlink" href="https://www.videohelp.com/software/AviDemux" target="_blank" rel="nofollow">Avidemux</a> where the framerate is 25fps, that I'm getting odd framerates like 22, 23 and 24.1?. As far as I know the programme should automatically output the framerate that the inputted video is set to.</div>

 ]]></content:encoded>
			<category domain="https://forum.videohelp.com/forums/11-Video-Conversion">Video Conversion</category>
			<dc:creator>techmot</dc:creator>
			<guid isPermaLink="true">https://forum.videohelp.com/threads/420668-Avidemux-outputting-at-the-wrong-framerate</guid>
		</item>
		<item>
			<title>Very good results : Compress H.264 to H.265 via ffmpeg, vmaf score 99.836</title>
			<link>https://forum.videohelp.com/threads/420660-Very-good-results-Compress-H-264-to-H-265-via-ffmpeg-vmaf-score-99-836?goto=newpost</link>
			<pubDate>Fri, 05 Jun 2026 16:47:43 GMT</pubDate>
			<description><![CDATA[Currently used Kubuntu 24.04. Wayland, ffmpeg (https://www.videohelp.com/software/ffmpeg) 8.0 
 
Did compress the video :  
 
Video: h264, yuv420p(tv, bt709, progressive), 1280x720 [SAR 1:1 DAR 16:9], 11343 kb/s, 50 fps, 50 tbr, 90k tbn 
 
to : 
Video: hevc, yuv420p(tv, bt709, progressive),...]]></description>
			<content:encoded><![CDATA[<div>Currently used Kubuntu 24.04. Wayland, <a class="contentlink" href="https://www.videohelp.com/software/ffmpeg" target="_blank" rel="nofollow">ffmpeg</a> 8.0<br />
<br />
Did compress the video : <br />
<br />
Video: h264, yuv420p(tv, bt709, progressive), 1280x720 [SAR 1:1 DAR 16:9], 11343 kb/s, 50 fps, 50 tbr, 90k tbn<br />
<br />
to :<br />
Video: hevc, yuv420p(tv, bt709, progressive), 1280x720 [SAR 1:1 DAR 16:9], 5075 kb/s, 50 fps, 50 tbr, 16k tbn<br />
<br />
h.264 video-file size= 9GB. h.265 video-file size 3.7GB<br />
<br />
VMAF score: 99.836461<br />
<br />
the respective ffmpeg command as a script : <br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">#!/bin/sh<br />
<br />
for f in *.ts; do ffmpeg -y -i &quot;$f&quot; -map 0:v -map 0:a -vcodec libx265 -crf 16 -preset slow -vf nlmeans=&quot;1.6:7:5:3:3&quot;,unsharp=&quot;3:3:1.0&quot; -c:a copy &quot;$(basename &quot;$f&quot; .ts).mkv&quot;;done</code><hr />
</div> A short description : <br />
crf 16 = quality, less value higher quality<br />
nlmeans = filter to reduce grain<br />
unsharp = increase sharpness<br />
<br />
Without the filter unsharp. I got a file size of 2.4GB (same video) and a vmaf score 95.6 .<br />
<br />
For your information vmaf score of 100. no difference can be seen. 95.6, a good value.<br />
<br />
Never reached this high vmaf score without &quot;unsharp&quot;. I did decrease crf until I got a compressed file size &lt; 1/2 source file, but the vmaf score max was 96-97.<br />
<br />
Also I did compress with &quot;unsharp&quot; other videos with very equal results (vmaf score &gt; 99.9)<br />
<br />
I have a restriction : If I can not reduce the file size with crf 16, unsharp as given above to 1/2 of the source file-size. I decide for no compression.<br />
<br />
Only to share my results.<br />
<br />
Others who would like to share their results  ?</div>

 ]]></content:encoded>
			<category domain="https://forum.videohelp.com/forums/11-Video-Conversion">Video Conversion</category>
			<dc:creator>Gloster</dc:creator>
			<guid isPermaLink="true">https://forum.videohelp.com/threads/420660-Very-good-results-Compress-H-264-to-H-265-via-ffmpeg-vmaf-score-99-836</guid>
		</item>
		<item>
			<title>Batch change Divx to Xvid (FourCC+Writing library+unpack bitstream)</title>
			<link>https://forum.videohelp.com/threads/420637-Batch-change-Divx-to-Xvid-%28FourCC-Writing-library-unpack-bitstream%29?goto=newpost</link>
			<pubDate>Sun, 31 May 2026 20:03:47 GMT</pubDate>
			<description><![CDATA[Hello. I'd like to change parameters of multiple AVI files at once  to make them playable. 
My current workflow on single file: 
1. MPEG4Modifier (https://www.videohelp.com/software/MPEG4-Modifier) - packed bitstream unpack 
2. MPEG4Modifier change user data (Writing library from  something like...]]></description>
			<content:encoded><![CDATA[<div>Hello. I'd like to change parameters of multiple AVI files at once  to make them playable.<br />
My current workflow on single file:<br />
1. <a class="contentlink" href="https://www.videohelp.com/software/MPEG4-Modifier" target="_blank" rel="nofollow">MPEG4Modifier</a> - packed bitstream unpack<br />
2. MPEG4Modifier change user data (Writing library from  something like DivX503b2682p to XviD0069<br />
3. Visual AVI FourCC Changer (<a class="contentlink" href="https://sourceforge.net/projects/vsfccchanger/" target="_blank" rel="nofollow">https://sourceforge.net/projects/vsfccchanger/</a>) - change fourCC - this works for all files<br />
<br />
And I know I can do steps 1 and 3, e.g with <a class="contentlink" href="https://www.videohelp.com/software/ffmpeg" target="_blank" rel="nofollow">FFMPEG</a> with stream copy, but I'm not sure how to automatize step 2<br />
<br />
this command did not change writing library:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">ffmpeg -i input.avi -vtag XVID -bsf:v mpeg4_unpack_bframes -c:v copy -c:a copy output.avi</code><hr />
</div> </div>

 ]]></content:encoded>
			<category domain="https://forum.videohelp.com/forums/11-Video-Conversion">Video Conversion</category>
			<dc:creator>SmurfRecorder</dc:creator>
			<guid isPermaLink="true">https://forum.videohelp.com/threads/420637-Batch-change-Divx-to-Xvid-%28FourCC-Writing-library-unpack-bitstream%29</guid>
		</item>
		<item>
			<title>mu-dng-converter: Free GUI to convert DNG sequences to video (Time-lapse)</title>
			<link>https://forum.videohelp.com/threads/420624-mu-dng-converter-Free-GUI-to-convert-DNG-sequences-to-video-%28Time-lapse%29?goto=newpost</link>
			<pubDate>Fri, 29 May 2026 15:58:15 GMT</pubDate>
			<description><![CDATA[I have an "allsky" camera that takes a DNG (raw) picture all day every 15s. That's 5760 raw captures per day. I wanted to convert these sequences of frames to a timelapse video, but couldn't find a simple utility to do it. So, I wrote my own. I just posted it on github to download (Windows, Mac,...]]></description>
			<content:encoded><![CDATA[<div>I have an &quot;allsky&quot; camera that takes a DNG (raw) picture all day every 15s. That's 5760 raw captures per day. I wanted to convert these sequences of frames to a timelapse video, but couldn't find a simple utility to do it. So, I wrote my own. I just posted it on github to download (Windows, Mac, Linux, Raspberry Pi). Feedback is more than welcome.<br />
<br />
<a class="contentlink" href="https://github.com/mu-files/mu-image/blob/main/mu-dng-converter/README.md" target="_blank" rel="nofollow">https://github.com/mu-files/mu-image/blob/main/mu-dng-converter/README.md</a><br />
<br />
<a rel="Lightbox_0" class='contentlink' style="font-size:11px;" href="https://forum.videohelp.com/attachment.php?attachmentid=92491" ><img alt="Image" class="thumbnail" src="https://forum.videohelp.com/attachment.php?attachmentid=92491" style="max-width:400px;"><br>[Attachment 92491 - Click to enlarge]</a></div>

 ]]></content:encoded>
			<category domain="https://forum.videohelp.com/forums/11-Video-Conversion">Video Conversion</category>
			<dc:creator>mu-files</dc:creator>
			<guid isPermaLink="true">https://forum.videohelp.com/threads/420624-mu-dng-converter-Free-GUI-to-convert-DNG-sequences-to-video-%28Time-lapse%29</guid>
		</item>
		<item>
			<title>VirtualDub2 Now Refusing to Encode VP8/VP9</title>
			<link>https://forum.videohelp.com/threads/420600-VirtualDub2-Now-Refusing-to-Encode-VP8-VP9?goto=newpost</link>
			<pubDate>Mon, 25 May 2026 19:19:45 GMT</pubDate>
			<description><![CDATA[Well, that's it really. Until recently I encoded video in VP8, good quality and didn't take forever like VP9. When I try to do this using saved settings I get a message "Cannot start video compression. An invalid parameter was specified. (error code -6)" :mad: 
 
I don't think anything changed...]]></description>
			<content:encoded><![CDATA[<div>Well, that's it really. Until recently I encoded video in VP8, good quality and didn't take forever like VP9. When I try to do this using saved settings I get a message &quot;Cannot start video compression. An invalid parameter was specified. (error code -6)&quot; :mad:<br />
<br />
I don't think anything changed since I use a saved settings profile. Possibly there was some change in originating video codec but these files are all run through an editor with &quot;partial lossless&quot; settings (splices in edits). Originating codec was <a class="contentlink" href="https://www.videohelp.com/software/Dxtory" target="_blank" rel="nofollow">dxtory</a>. <a class="contentlink" href="https://www.videohelp.com/software/VLC-media-player" target="_blank" rel="nofollow">VLC</a> reports all files as &quot;(Codec: H264 - MPEG-4 AVC (part 10) (avc1)).&quot; x265 works but takes forever and the file size is several times larger.<br />
<br />
I can't even get an idea of what &quot;error code -6&quot; means (what's the matter, did they use up all the numbers after 0?). I have tried switching around everything. I loaded up <a class="contentlink" href="https://www.videohelp.com/software/VirtualDub2" target="_blank" rel="nofollow">VirtualDub2</a>, made no changes other than compressor VP8. A file from February renders without comment. One from March does not. Comparing the two files, they are seemingly formatted identically except the one that works has a pixel format of &quot;yuvj420p (709:FR)&quot; and the new one is &quot;yuv420.&quot; Does that mess up VirtualDub2? Something I can do about it?<br />
<br />
UPDATE:<br />
<br />
Ok, I was testing some later raw files, they all passed. Then the current file passed. So it is something to do with the editor. No variables were selected. Output is to MP4. I don't care that much about the container as long as it's compatible and it works. <br />
<br />
Anyway, I have a choice in container, as it turns out. I selected MKV (raw files happen to be MKV too) and suddenly VP8 is working again. No idea what changed. <br />
<br />
Anyway, moral of the story is try to isolate the variables in your workflow. I was pretty fortunate that there were almost no variables and I have many files, older and newer to compare results against. This is an irritation to have to add yet another step to the workflow but eh, if it works it works.<br />
<br />
There is no apparent reason why the older MP4s ran through VirtualDub2 and new ones will not.</div>

 ]]></content:encoded>
			<category domain="https://forum.videohelp.com/forums/11-Video-Conversion">Video Conversion</category>
			<dc:creator>Hunterh</dc:creator>
			<guid isPermaLink="true">https://forum.videohelp.com/threads/420600-VirtualDub2-Now-Refusing-to-Encode-VP8-VP9</guid>
		</item>
		<item>
			<title>Vapoursynth/Hybrid 24P Pull down from DVX100b. HELP DESPERATELY NEEDED!</title>
			<link>https://forum.videohelp.com/threads/420591-Vapoursynth-Hybrid-24P-Pull-down-from-DVX100b-HELP-DESPERATELY-NEEDED%21?goto=newpost</link>
			<pubDate>Fri, 22 May 2026 16:07:36 GMT</pubDate>
			<description><![CDATA[Hi all! 
 
Made an account after years of lurking in desperate need of help. I've directed a music video and I'm getting round to finishing the edit, however we shot some extra material on my old Panasonic DVX100B. I shot in 24p mode and captured the raw .dv file. I've used Hybrid/Vapoursynth...]]></description>
			<content:encoded><![CDATA[<div>Hi all!<br />
<br />
Made an account after years of lurking in desperate need of help. I've directed a music video and I'm getting round to finishing the edit, however we shot some extra material on my old Panasonic DVX100B. I shot in 24p mode and captured the raw .dv file. I've used Hybrid/Vapoursynth before for deinterlacing 60i to 60p, but I'm seriously hitting a brickwall trying to do a 24p pulldown.<br />
<br />
<a class="contentlink" href="https://www.videohelp.com/software/Hybrid" target="_blank" rel="nofollow">Hybrid</a> constantly crashes, and all my other ideas of getting this to work have failed. From rewrapping the .dv file to .avi so I can put the footage into Premiere and use it's 24p Pulldown. I also tried simply deinterlacing the footage to 29.97p but that ended up with stuttery footage.<br />
<br />
If anyone has done this workflow before with 24p NTSC DV footage in Hybrid/Vapoursynth and could inform me how to do it, that'd be greatly appreciated. If it works smoothly as well, I may even credit you in the music video.<br />
<br />
Many thanks!<br />
<br />
B</div>

 ]]></content:encoded>
			<category domain="https://forum.videohelp.com/forums/11-Video-Conversion">Video Conversion</category>
			<dc:creator>amanwithamoviecamera</dc:creator>
			<guid isPermaLink="true">https://forum.videohelp.com/threads/420591-Vapoursynth-Hybrid-24P-Pull-down-from-DVX100b-HELP-DESPERATELY-NEEDED%21</guid>
		</item>
		<item>
			<title>video merge problem</title>
			<link>https://forum.videohelp.com/threads/420570-video-merge-problem?goto=newpost</link>
			<pubDate>Tue, 19 May 2026 13:45:19 GMT</pubDate>
			<description><![CDATA[Hi, I have a video merge problem. Two segments of videos, say A and B, a few seconds at the end of A and at the beginning of B are exactly the same. I want to merge them into a perfect video (cut off the duplicate part and play smoothly).  I don't know the exact seconds of the duplicate part lasts....]]></description>
			<content:encoded><![CDATA[<div>Hi, I have a video merge problem. Two segments of videos, say A and B, a few seconds at the end of A and at the beginning of B are exactly the same. I want to merge them into a perfect video (cut off the duplicate part and play smoothly).  I don't know the exact seconds of the duplicate part lasts. Is there any software or AI to solve the problem?;)</div>

 ]]></content:encoded>
			<category domain="https://forum.videohelp.com/forums/11-Video-Conversion">Video Conversion</category>
			<dc:creator>ssuper2gg</dc:creator>
			<guid isPermaLink="true">https://forum.videohelp.com/threads/420570-video-merge-problem</guid>
		</item>
	</channel>
</rss>
