digitalFAQ.com Forum

digitalFAQ.com Forum (https://www.digitalfaq.com/forum/)
-   Encode, Convert for streaming (https://www.digitalfaq.com/forum/video-web/)
-   -   Exporting H264 - Adobe Premiere MP4 vs Quicktime MOV? (https://www.digitalfaq.com/forum/video-web/5805-exporting-h264-adobe.html)

Winsordawson 03-22-2014 02:23 PM

Exporting H264 - Adobe Premiere MP4 vs Quicktime MOV?
 
I have captured vhs video that is a .dv file (which I know is not the best). Is it best to export the video after editing as ntsc .h264 or ntsc .mov? Thank you.

lordsmurf 03-22-2014 04:10 PM

.mov = Quicktime

And Quicktime is both a container AND a codec.
So do you mean Quicktime compression, or just a .mov file with other codecs inside?

Winsordawson 03-22-2014 04:21 PM

In cs4 I have the option of encoding as h264 container with mainconcept codec or as .mov container, with dv/dvcpro codec. Of course I also have the option of a .mov container using an apple intermediate codec, or h264 codec. This is getting confusing...Is there a big difference between .h264 in mainconcept and .mov in h264?

Basically I will have to de-interlace for YT, but once I do there is no going back. Maybe it's best that I don't de-interlace and hope YT develops better de-interlacing software down the road than my CS4? I'm on a Mac, and did make edits to the video.

Thanks again (and again).

lordsmurf 03-22-2014 04:25 PM

MainConcept (now Rovi) uses an MP4 container. And yes, MP4 is better than MOV for H264 encoding.

You can:
- save an interlaced "master" output copy to match the interlaced source (i.e., not lose quality from deinterlacing)
- save a deinterlaced version for Youtube now
- indeed, hope Youtube deinterlace method improve in the future (though it does nothing for you now)

Winsordawson 03-22-2014 04:33 PM

Thank you, and if I upload a h264 .mp4 file, and it is re-encoded by YT, is that still better than uploading an .mov file which will be re-encoded?

lordsmurf 03-22-2014 04:50 PM

Maybe, maybe not. It completely depends on the deinterlace method.

Winsordawson 03-22-2014 04:59 PM

Well in CS4 I think it's a simple removal of half of the lines. And if I was using virtualdub/avisynth how would that differ?

lordsmurf 03-22-2014 05:10 PM

Yeah, I think it's a simple drop-frame too. (Or the slightly better variant.)

VirtualDub has Yadif. Much better!

Better yet is Avisynth, with QTGMC. And within QTGMC, there's several options to make it fast (15fps) or ultimate quality (1fps). I use a mid-grade setting most times (8fps), but the slow one for very important videos (family clips, work that pays $$$$).

If you're on Mac, you can use VirtualDub with Wine (free), VirtualBox (free) or Parallels/VMware (paid). Avisynth doesn't work in Wine.

Winsordawson 03-22-2014 05:26 PM

Thanks, I will look into that for the next video. But for cs4, if YT does re-encode, would it better exporting as the mp4 or the .mov with dv codec, or .mov file with apple intermediate codec hq (though this is only a vhs tape). If YT does re-encode, would it still be better in progressive versus interlaced?

And when using virtualdub then, would exporting with Yadif progressive be best regardless if YT decides to reencode my video?

lordsmurf 03-22-2014 05:39 PM

Youtube's deinterlace is based on an ffmpeg switch, which is probably better than a basic Premiere drop field (even or odd). So in that case, using Youtube for deinterlace may be better. Just upload the DV file, I guess. It will be slower for sure.

Neither of these two choice is ideal, of course.

Yadif would be better.
QTGMC would be better than Yadif.

I often use Yadif. It really just depends on the content of the video.

Winsordawson 03-22-2014 08:53 PM

Do you have Wine? For some reason when I run virtualdub through winebottler it does not recognize dv or mov files. I think ffmpeg can handle mov, but not .dv.

lordsmurf 03-22-2014 09:47 PM

Did you install the VirtualDub available on this site?

Winsordawson 03-23-2014 12:35 AM

Yes, I installed it via Winebottler, but I could not find out how to install plugins through the program. When I tried to open an .mov file (it can't detect .dv), it said it needs the QT plugin. I think the only way is to go through Wine, as I could find zero mention on the Web of Winebottler and Virtualdub (and actually not much on Wine on Mac and Virtualdub).

I also read that Avidemux has Yadif and other deinterlace options, but I assume that since you did not mention it, going through Wine for Virtualdub is worth the effort.

lordsmurf 03-23-2014 12:40 AM

The plugin is here:
Code:

C:\Program Files (x86)\VirtualDub19\Plugins32\QuickTime.vdplugin
And that's where it belongs.
There's never anything to "install" in VirtualDub. It's all done through the file system.

Winsordawson 03-24-2014 12:43 PM

Thanks, and it's there, but when I open a quicktime file it says "Unable to Initialize Quicktime: InitializeQTML.

Also, in order to install the HuffYUV codec I need to run the .inf file, which I can't do with Wine normally. From what I've read I have to move the file to the C Drive within Wine. Another site said I run
Code:

rundll32 setupapi.dll,InstallHinfSection DefaultInstall 128 ./huffyuv.inf
but that didn't work either.

Winsordawson 04-17-2014 11:26 PM

Have other people installed the huffyuv codec on wine? It has an .inf file which is a Windows installer.

kpmedia 04-18-2014 02:10 AM

You have to install it via the DOS prompt in Wine. (Right click Wine icon on Mac menu bar.)

Try this:
Code:

rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 0 c:\huffyuv.inf
The syntax you tried looks wrong for DOS. It looks like shell (Linux ala Mac X terminal) commands on the "./huffyuv.inf" part.

Winsordawson 04-23-2014 10:36 PM

Quote:

Originally Posted by kpmedia (Post 31510)
You have to install it via the DOS prompt in Wine. (Right click Wine icon on Mac menu bar.)

Try this:
Code:

rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 0 c:\huffyuv.inf
The syntax you tried looks wrong for DOS. It looks like shell (Linux ala Mac X terminal) commands on the "./huffyuv.inf" part.

Thank you but I don't have an icon for wine--I run Virtualdub via the Terminal. Is there a way to go through there? In other words, how do I access MS-DOS in Wine through the Terminal?

premiumcapture 04-24-2014 10:16 AM

I have windows and can't even get Huffy to work...I end up using freemake video converter to convert to uncompressed and edit from there.

Winsordawson 04-24-2014 03:35 PM

Thanks, my goal is to deinterlace video I already have in .dv form with the least possible downgrade in quality. I don't know if I need the Huffyuv codec, but else I will need to export the video in a similar lossless format.

I also still get a message when trying to open a QT file, "Unable to Initialize Quicktime: InitializeQTML."

premiumcapture 04-25-2014 07:18 AM

Since Huffy didn't work for me but I needed better file sizes, I captured uncompressed and saved as Lagarith. Not sure if it is supported by your setup, but it worked on Windows 7 64 bit easily. You also might as well keep interlaced if you are looking to stay lossless, but if you are going to H.264 route then I would use 'Decomb' under Handbrake instead, much quicker and you will keep a lot more temporal and vertical resolution.

Winsordawson 04-25-2014 09:07 PM

Thanks, but I cannot change the video capturing format. I also wanted to use Wine because I am on a Mac. I also do not know the quality of a decomb output from Handbrake compared with Virtualdub's deinterlacing.

premiumcapture 04-25-2014 09:14 PM

Quote:

Originally Posted by Winsordawson (Post 31574)
Thanks, but I cannot change the video capturing format. I also wanted to use Wine because I am on a Mac. I also do not know the quality of a decomb output from Handbrake compared with Virtualdub's deinterlacing.

You don't need to change how you capture, but if you open your files in virtualdub and save in different lossless codecs without any degradation. I wouldn't use decomb if these are your archive files, but if you want a small copy for an iPad its the way to go.

See https://trac.handbrake.fr/wiki/Decomb

Winsordawson 04-25-2014 11:53 PM

Quote:

Originally Posted by premiumcapture (Post 31575)
You don't need to change how you capture, but if you open your files in virtualdub and save in different lossless codecs without any degradation. I wouldn't use decomb if these are your archive files, but if you want a small copy for an iPad its the way to go.

See https://trac.handbrake.fr/wiki/Decomb

Thank you but my original file is not a problem, I just need to make a deinterlaced version with the least degradation for online.

premiumcapture 04-26-2014 08:03 AM

Quote:

Originally Posted by Winsordawson (Post 31578)
Thank you but my original file is not a problem, I just need to make a deinterlaced version with the least degradation for online.

Handbrake or Vidcoder with decomb is the best way to go. You will get filesizes that are less than 500mb with very similar quality.

Winsordawson 05-09-2014 01:48 PM

Quote:

Originally Posted by kpmedia (Post 31510)
You have to install it via the DOS prompt in Wine. (Right click Wine icon on Mac menu bar.)

Try this:
Code:

rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 0 c:\huffyuv.inf
The syntax you tried looks wrong for DOS. It looks like shell (Linux ala Mac X terminal) commands on the "./huffyuv.inf" part.

I spoke to a technician and he said there is no DOS prompt in wine. Do you mean Dosbox? But how would I connect that to wine?

premiumcapture 05-09-2014 01:53 PM

Open in what?

Winsordawson 05-09-2014 02:58 PM

Quote:

Originally Posted by premiumcapture (Post 31816)
Open in what?

Loading a filter for virtualdub via wine. However, the filter only has an .inf file which cannot be directly installed. The DOS prompt in wine was suggested though I only have a wine folder, not a icon for it. Unless kpmedia was referring to the program's icon within wine. And when I ask a tech support person he said there is no DOS prompt within wine.

Quote:

Originally Posted by premiumcapture (Post 31582)
Handbrake or Vidcoder with decomb is the best way to go. You will get filesizes that are less than 500mb with very similar quality.

I looked into Handbrake for the deinterlacing as you said, but I don't see an option for audio denoiser. I usually use premiere but the deinterlacing is horrible there.

I put a short video through Decomb, default, with weak Denoise. Can't seem to tell the difference between the progressive and the original.

https://www.youtube.com/watch?v=ktcD...ature=youtu.be
https://www.youtube.com/watch?v=lTS1...ature=youtu.be

lordsmurf 07-21-2014 03:47 AM

1 Attachment(s)
Quote:

I spoke to a technician and he said there is no DOS prompt in wine. Do you mean Dosbox? But how would I connect that to wine?
Then that tech is really, really clueless! :screwy:

Attachment 3979

Winsordawson 07-23-2014 06:30 PM

Quote:

Originally Posted by lordsmurf (Post 32810)
Then that tech is really, really clueless! :screwy:

Attachment 3979


Thanks for checking in. Isn't that from winebottler?
I could only instal VirtualDub on wine via the terminal--is there a way to get that icon on the menu bar? :question:

lordsmurf 07-25-2014 03:52 AM

Yes, WineBottler -- the best way to run Wine in Mac. :wink2:


All times are GMT -5. The time now is 11:45 PM

Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.