Quantcast
Channel: VideoHelp Forum
Viewing all 45765 articles
Browse latest View live

Blu-ray Menu Screenshots: Is there any hope?

$
0
0
I still can't believe that there's not an app out there that will capture screenshots of Blu-ray menus. You can decrypt and rip the whole shebang. You can even edit the menu like I did with The Black Hole today, because Disney are idiots.

BUT....

I can't take a screenshot of the menu in it's entirety with the buttons and text. I was told that Arcsoft TotalMedia Theatre 3 is able to do this, but I can't find anything older than version 5.

Can someone please help?

How to use sharpen filters in MeGUI

$
0
0
I have some old movies and i want to add sharpness while encoding video in megui, How i can add sharpness on that videos while encoding,

please Help me with detailed guide,

mClean doesn't work with staxrip

$
0
0
Please help. I have the latest version of Staxrip and Avisyinth+ with it. I saw a preview of my video and I personally think that mClean does a great job, but when it starts to encode the 2 pass it crashes. I don't know how to fix it. If there is a better denosing algorithm please tell, but I do prefer mClean right now.

Pixelated picture when capturing mini-DV through Firewire

$
0
0
What could cause that the picture is awfully pixelated when transfering from mini-DV to a win 7 computer through firewire? Not just a little, but so that you cannot see what's on the picture? The picture looks fine on the lcd screen on the camcorder and when capturing through s-video.
I've tried two different Firewire cables.

BR Peter.

Dell DW316 external dvd drive who is the manufacturer?

$
0
0
Yo! It's been years since I've lurked around in here. ;)
Anyone know who manufactures the Dell USB DVD Drive-DW316?
I bought a cheap Acer Laptop that has no cd/dvd drive. I'm curious who manufactures the Dell external dvd drive.
I have tons of internal dvd rewriters and was able to hook one up to my laptop. But having the sabrent cables to use with it is a PITA.
Thanks in advance! :)

Replacing subtitle tracks on Blu-Ray discs??

$
0
0
Hello, everyone! I'm rather new to this forum so please forgive me if there's some obvious answers to things I don't know, or if there's already a good enough answer or whatever.

In the future, I plan on getting the Neon Genesis Evangelion Blu-Ray box set, but it only has Japanese subtitles. This led me to start a project where I edit the subtitles of the Netflix version with stuff from the original DVD releases, but that's not the point of this post.

You see, all I want to do is replace the Japanese subtitles with the English ones. I don't want to hard-code them onto the disc, rip the ISO, or export it as an mp4 or anything. I just want to replace one subtitle track. If anyone could help me out in this search for the right program, I'd be super super thankful!

(also, if anyone is actually interested in that subtitle project I'm working on, please reply about it and I'll get back to you on it)

About Handbrake and laptop

$
0
0
Hi guys my laptop is an i5 7200u 8gb ddr4 and I have from maybe three years I just love this laptop, the thing is a week ago I just change the thermal paste I clean all inside and put on processor the Artic MX4 2019 edition because I´m currently using Handbrake for encoding from big size MKV with 2 pass to an MKV with lower size, the encoding process takes almost 8/10 hours and I let the encoding do his job on night , I´m very worry about temperature and the cooler fan of course. I never use before my laptop for this.

When I encode some MKV Coretemp says Tj max (in Celcius) 100 and the temps are more or less, 66/68/70/71c and max 71c and CPU load 99/100%

All this considering where I live is winter

All I so wish to know dear people if my laptop will crash during encoding proccess? Is it too much for my laptop? and what about the cooler fan? I do usually one encode per day that takes 8/10 hours, can I do maybe another more encode? or you say no more encodes?

I really hope you can understand if not, please tell me, and excuse me my English is not my first language

Thank you in advance!!

AVerMedia Live Gamer Portable Lite - Not Recording Audio

$
0
0
Hello, I am having some problems with this garbage capture device.

For the most part, the LGP Lite capture perfectly fine. However, occasionally (which is far too often) it'll have a little hiccup where it doesn't record ANY AUDIO.

And it's not like the audio is muted either, the audio track is flatout MISSING from the video. When I import the video into PowerDirector I can see the audio section of the video is completely missing. If I open the Media Info of the video, it shows details for the Video Track but nothing for the audio track... because it doesn't even exist.

This has happened far too many times now, and to be honest it should NEVER happen. It's even more unforgivable when I've recorded a solid 1-2 hours of gaming that I can't re-do only to find there is zero audio in the video.

I've had a motherboard/CPU/RAM upgrade since the first time this had happened, and now it's happened again, so my hardware can't be the problem. It used to be hooked to a USB 2.0 port but now it's hooked to a USB 3.0 port. Shouldn't make a difference though, I think.

I've come to the conclusion that this particular capture device is utter trash, given all the issues I've had with it. All AVerMedia software is updated and the firmware on the LGP is updated to the most current.

So, my obvious question is... WHY IS IT DOING THIS?!

Thanks for any help.

How to setup an MSYS2 building environment

$
0
0
This guide will show you how to setup an MSYS2 building environment for compiling free & open-source software such as Lame, twolame, x264, x265, Xvid, MP4Box, Flac, ffmpeg, Libav, MPlayer & MEncoder, and even GCC itself.

1) First, download one of the .tar.xz archives from one of the URLs below. The i686 packages are mandatory only if your edition of Windows is a 32-bit one.

32-bits: https://sourceforge.net/projects/msys2/files/Base/i686/

64-bits: https://sourceforge.net/projects/msys2/files/Base/x86_64/

2) Open the archive with 7-Zip, WinRAR or something else and extract the folder "msys32" or "msys64" to the root directory of an HDD (C:\, D:\, R:\, X:\, etc). You can rename "msys##" to, for example, MSYS2Win32 or MSYS2Win64 if you think the original name is rather unimaginative :p

3) Next, download one of the GCC packages from this Mediafire folder:

https://www.mediafire.com/?monckp1a1ebql

then copy the contents of the 32-bit folder to MSYS2dir\mingw32 and the contents of the 64-bit folder to MSYS2dir\mingw64.

4) Download a CMake .zip for Windows from https://github.com/Kitware/CMake/releases , create the folder MSYSdir\CMAKE and extract the contents of "cmake-version_number-win##-x##" into CMAKE.

5) Download a GIT .cab from http://www.mediafire.com/file/te9b9zefxeulffw/PortableGit-2.22.0-32-bit.cab/file or from http://www.mediafire.com/file/1meouth27ygbtyt/PortableGit-2.22.0-64-bit.cab/file , create the folder MSYS2dir\GIT, copy the contents of "git" into GIT.

6) Download a Mercurial .7z from https://www.mediafire.com/?n45r875sobxd9 , create the folder MSYS2dir\HG, extract the folders and files from "Mercurial-version_number-x##" into HG.

7) Download the file http://www.mediafire.com/file/xu57p87vvk9kfuu/commons.7z/file and extract the folder "commons" into MSYS2dir.

8) Create the start-menu or/and desktop shortcuts to MSYS2dir\msys2.exe, mingw32.exe and mingw64.exe.

9) Now, goto MSYS2dir\msys2.exe and double-click it. A CLI window will pop-up, will do "some things", and then will close itself (but if it doesn't, just close it).

10) Run msys2.exe again and improve the MSYS2 interface by clicking on the window with the right-button of the mouse. Unless you are a dork :mad: who has eagle eyes or/and an 80-inch monitor, you really need to get rid of MSYS2's stupid default settings :refilao:; change the text size, the text color, the display font, the background color, the behavior of the mouse buttons, etc, according to your preferences. Close the window again, either through the close button or by typing "exit" and pressing ENTER.

11) Time to edit the file etc\fstab. Open it with any text editor that can deal with UNIX text files — Notepad.exe cannot, but Notepad++, TextPad, EditPlus, EditPad, EmEditor and etcetera can. Set the correct path values to the mingw32 and mingw64 "variables". For example,

Code:

C:/MSYS2Win32/mingw32      /mingw32
C:/MSYS2Win32/mingw64      /mingw64

Edit the file, save the file, close the editor.

12) Time to edit the file home\YourUsername\.bash_profile.
Add the lines below:

Code:

export PS1='[\w]\n<$MSYSTEM> '

PATH=/commons:/CMAKE/bin:/GIT/bin:/HG:$PATH
export PATH

13) The final step: open msys2.exe again and run the following commands:

Code:

pacman -S make

pacman -S automake

pacman -S autoconf

pacman -S libtool

pacman -S m4

pacman -S gettext

pacman -S pkg-config

pacman -S findutils

pacman -S patch

pacman -S svn

pacman -S zip

pacman -S p7zip

pacman -S bison

pacman -S gettext-devel

pacman -S sshpass

pacman -S texinfo

pacman -S cvs

pacman -S man

pacman -S zlib-devel

That's all for now.

How to check if video is 10-bit?

$
0
0
Hi people,

I love reading your forum. It is very useful.

Is there some fast way to check if video is truly 10-bit (not only encoded as 10-bit from an 8-bit source)?

Regards,
Sotee

Clone DVD

$
0
0
Hi.

Can anyone tell me any free program to copy EXACTLY any DVD with data into another blank DVD?

Thank you-

Audio file tags

$
0
0
Hello everybody,
I bought Fiio M5 portable player and loaded m4a files. The player can not read the tags. It can read aac file tags no prob. I renamed the m4a files to aac but it did not help.
I tried more than 5 different tag converters/ renamers but they did not help.
What is the solution to this issue?

business 8 channel video

$
0
0
I have video captured in h624 format from an 8 channel camera system from my store.
I saved the video to a portable drive but didnt separate the channels.
so all 8 channels are on one file. I have software that allows me to view the individual channels but no way to capture them.
something legal has come up.
I need software (preferably free) that will allow me to capture a single channel from one of the 8 in each file and
I need need to save that file.

If possible, I would like to be able to also edit the file (to make the segments into a movie)
and convert to avi format.
thank you
Douggie

How can i edit this script to batch mux chapters with MkvToolsNix

$
0
0
Hey guys, I was reading a thread on here earlier about creating a bat file to automatically mux subtitles and mkv files together.

I found a script in the thread and it works great, however, I would also like to be able to mux xml chapter files into the video.

What is the best what to go about doing this?

Here is the script https://pastebin.com/Xqu2ZA7m

Any help is much appreciated, thank you :)

Creating Subtitles Surrounded by Transparent Rectangle Frame

$
0
0
Hello, dear all.

Does it possible create subtitles like this one below?

Image
[Attachment 49917 - Click to enlarge]


The letter is "surrounded" by a kind of transparent / translucent black rectangle ( or maybe even possible apply other colors too ) frame.

Notice: such transparent / translucent rectangle black frame allow the audience see the video behind it. Only the letters are enhanced / highlighted because of the contrast of it's colors and the frame itself.

The purpose of such frame is make the letter become very clear / sharp for reading no matter video color / movement changes.

Such kind of subtitle is hard to be done?

I guess ( if it is possible ) ASS format can do something like that.

If you could point some settings and programs it will be nice.

Thanks for your time!

Best regards.

devil (johner)

How to use LavFilters with VirtualDub to convert MKV to Xvid/AVI?

$
0
0
Hello!

So I'm up to convert some HD X.264 encoded videos into SD Xvid/avi format. I want to get the best possible PQ result but with also reasonable bitrates and file sizes.

I know I can install and use the "simple" Xvid codec with VirtualDub to this, but I have found some clues that it's possible (somehow) to use LavFilters instead for this within (or together) in/with VirtualDub.

If so, than what's the proper method to get this two together working for this?

Thank you for the replies!

How to for an embedded video since DownloaderHelper is no longer possible.

$
0
0
Congratulations on the activity of your website that helps many to fix their issues.
Yours is a de facto reference in its category.
Since DownloaderHelper adds a barcode to the downloaded videos and ask a one time contribute (they don't use PayPal) I'm here to ask you how to for this:
https://popcorntv.it/streaming/cinema/discesa-pericolosa-1990/10796?utm_source=welcomi...nl_popcorntv_w
It is embedded. It seems that many are interested to make the same from https://popcorntv.it
Thank you.

Bug: Potplayer "maximize" click turns to full screen and hides taskbar

$
0
0
Hi
Clicking the maximize button on top right (Square shaped) hides my taskbar which it did not use to do. Resetting the potplayer preset to default fixes this issue. However I have done many customization and spent a lot of time I would like to avoid to redo. I have tried so hard to get the same issue happening in a reseted preset but it just doesnt happen.

Is there anyway I can DISABLE the maximize function to hide my taskbar?

3D MVC MKV to 2D MKV

$
0
0
Hi, I have a 3D movie that was ripped using MakeMKV to a 3D MVC MKV file. I want to re-encode the file to just a standard 2D MKV... essentially just keeping the left eye information and discarding the right eye. I realize I can just take the left eye video from the original source disc... but I want to learn how to extract the left eye from a 3D MVC MKV.

Here's the video info:

Code:

ID                                      : 1
Format                                  : AVC
Format/Info                              : Advanced Video Codec
Format profile                          : Stereo High@L4.1 / High@L4.1
MultiView_Count                          : 2
MultiView_Layout                        : Both Eyes laced in one block (left eye first)
Format settings                          : CABAC / 2 Ref Frames
Format settings, CABAC                  : Yes
Format settings, Reference frames        : 2 frames
Format settings, GOP                    : M=1, N=10
Codec ID                                : V_MPEG4/ISO/AVC
Duration                                : 38 min 50 s
Bit rate mode                            : Variable
Bit rate                                : 44.1 Mb/s
Width                                    : 1 920 pixels
Height                                  : 1 080 pixels
Display aspect ratio                    : 16:9
Frame rate mode                          : Constant
Frame rate                              : 23.976 (24000/1001) FPS
Color space                              : YUV
Chroma subsampling                      : 4:2:0
Bit depth                                : 8 bits
Scan type                                : Progressive
Bits/(Pixel*Frame)                      : 0.888
Stream size                              : 12.0 GiB (95%)
Title                                    : MPEG-4 AVC Video / 17827-26305 kbps / 1080p / 23,976 fps / 16:9 / High Profile 4.1
Language                                : English
Default                                  : Yes
Forced                                  : No

Any suggestions? Maybe using an avisynth script with x264? Thanks.

Using H.264/MPEG-4 AVC For Commercial Use

$
0
0
Hello everyone!

I make Youtube videos. I'm a beginner filmmaker.

Recently, I read some articles and some posts on the internet that suggests that if you're using a camera that uses H.264/MPEG-4 AVC, and you're making videos for commercial gain, then you have to pay royalties to MPEG-LA (or you have to get licenses - I didn't completely get that).

I read the license files that these posts/articles mentioned and it has something to say about using the software for personal and non-commercial uses only.

Does anyone have knowledge about these things? Maybe I'm not understanding it correctly.
Viewing all 45765 articles
Browse latest View live