DiracDeBroglie
MemberContent Type
Profiles
Forums
Events
Everything posted by DiracDeBroglie
-
Finally got the problem sorted out. The WMP12 64-bit version is now the DEFAULT on my Windows 7 computer. As for the permission errors in RegEdit, I noticed that those keys I wanted to edit were owned by SYSTEM. So I changed temporary the owner of those keys to USER (my name), altered the keys from %ProgramFiles(86)% to %ProgramFiles% and changed the owner back to SYSTEM. However, altering the paths to %ProgramFiles% in severel keys related to .AVI, .MOV, ... video file extentions didn't help me any further; the default WMP remained stuck at its 32-bit version. BTW, prior to fussing with the registry I took a System Restore Point after having cleaned up the system first with CCleaner and Wise Registry Cleaner. Then I stumbled upon the following link: http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/making-windows-media-player-64-bit-default/bd4872b3-75e8-4d81-ae8a-df50798d5113 and that solved my problem completely. After having followed the instructions in previous link, one still needs to make the WMP12 64-bit version the default version for all the video file extensions (.MOV, .MP4, .AVI, .3GP, ....). This can be accomplished the usual way; right-click the video file with a particular video file extension you want to open with the 64-bit version of WMP, then select Open With > Choose Default Program ... > (a pane pops up with Recommended Programs and Other Programs) select the Browse button en navigate to C:\Program Files\Windows Media Player and select wmplayer.exe, which should be the 64-bit version. Make sure that in the pane (with Recommended Programs and Other Programs) the BOX |Always use the selected program to open this kind of file| is checked. Repeat this procedure for all (.MOV, .MP4, .AVI, .3GP, ....) video file extensions and all video files will open with the 64-bit version of WMP upon double clicking them. In previous link there is the command unregmp2 /SwapTo:64 which needs to be invoked from the elevated command prompt (Run CMD as administrator). In my particular case unregmp2 /SwapTo:64 caused some activity on the system drive of mine, but no error message appeared and after having implemented the rest of the RegEdit procedure all went well and I changed the default player to the 64-bit version. So it 'looked like' unregmp2 /SwapTo:64 worked properly. However, some authors on some internet fora noted that unregmp2 /SwapTo:64 does/may not (always) work in Windows 7 (beta?). For those who might be interested, one could skip running unregmp2 /SwapTo:64 in aforementioned link and go ahead with the RegEdit procudure and see if one can change the default player to the 64-bit version. If that doesn't work, then one can still re-run the RegEdit procedure but preceded by the unregmp2 /SwapTo:64 command, as foreseen in the link. Reverting the whole procedure involves the command unregmp2 /SwapTo:32 . Some links: http://www.winvistatips.com/another-method-setting-wmp64-your-default-player-t168726.html http://zachd.com/pss/pss.html#wmp12 http://forums.mydigitallife.info/archive/index.php/t-9672.html Regards, j
-
Hi, I just tried to edit the following key: HKEY_CLASSES_ROOT\WMP11.AssocFile.3G2\shell\play\command "%ProgramFiles(x86)%\Windows Media Player\wmplayer.exe" /prefetch:6 /Play "%L" and change %ProgramFiles(x86)% into %ProgramFiles%. However, regedit.exe always gives me a 'Permission denied'. I've tried to change the User permission to Full Control but also that does not work. Any idea how to edit the registry keys using regedit.exe? Or how to make the changes to the User permissions go through. I've ran regedit.exe in Administrator mode though. Thanks in advance, j
-
A trivial question maybe, but I didn't manage to find an answer yet. How can I set WMP12 64-bit version as default player in Window 7 64-bit? My current default player is WMP12 32-bit version, and I would like to change that. Some time ago I had the same problem with IE, but then the problem went away by itself with the arrival of IE10. thanks in advance, j
-
In FFmpeg I would like to know what all the available profiles are for h264, using the FFmpeg help in the command line. I tried ffmpeg -h -codecs which just list me a collection of codec, but the cmd ffmpeg -h -codecs -h264 -profiles, or any similar syntax without the dashes '-' or with -fullhelp, does not give me a list of available profiles for that video encoder. Any suggestions how to get deeper in the ffmpeg help funtion? Thanks, j
-
I'm running FFmpeg on Windows 7, and tried to use libfdk_aac for high quality audio encoding, but it turned out libfdk_aac is not enabled. So how can one enable libfdk_aac under windows? I've found some instructions for doing that under Linux/Unix (--enable-libfdk_aac), but I could not find anything for Windows. Thanks in advance, j
-
I'm getting there bit by bit. Still a few questions. About the fileformat (filename extension), I assume MP4 is the (or one of the) most 'future proof' video file format(s); correct me if you think I'm wrong. While converting to MP4, I noticed that FFmpeg did not plain-copy the original PCM(u8) audio to the output file; in fact FFmpeg just quited the conversion, leaving a MP4 file with not even any video in the MP4 file. So I left the decision about the audio conversion to FFmpeg, which it made AAC, profile LC. For mono audio (and also stereo audio), what is in your opinion the most 'future proof' AND compatible (among Players) audio format (codec) under the MP4 file format (or any other more future proof video file format)? Is that really MP3 (as mentioned in post 5), or is there another more future proof and compatible audio format? What about settings and options when converting audio? Are there any audio compatibility issues among Players (like with QuickTime when the video format profile is higher than 'main' in H264, see the "lossless H264" link in previous post)? Thanks in advance, j
-
As for my JPEG/MOV videofiles, I will now focus on the conversion to H264/MP4. I have great difficulties in finding out in ffmpeg how to H264 compress a video using LOW compression (so high quality video with lots of detail; the drawback would be large video files but that I can live with). If anyone knows the switches or options to be added to .... -c:v libx264 ... in the ffmpeg command, then please drop it here. j
-
With "uncompressed formats", I assume you mean some YUV or a derivative like UYVY or IYUV format? Or are there any other/more 'uncompressed' formats out there? I was under the impression that after decompression, one was left with some kind of a 2-D Bit Map for each video frame, where every pixel is represented by a 24 or 32 bit word covering luminance (luma) and color, I think it is called RAW. But that doesn't seem to be the case, does it? j
-
With MP4Cam2AVI repacked the MOV to a AVI, no conversion. Equal Video data: MJPEG data still GraphEdit renders the avi media file. A default Windows 7 x64 WMP12 plays the AVI file. CLSID: {301056D0-6DFF-11D2-9EEB-006008039E37} FriendlyName: [MJPEG Decompressor] C:\Windows\SysWOW64\quartz.dll I've already done a conversion from MOV to AVI while preserving the video (JPEG) and audio (PCM), but the resulting AVI file does not show video in WMP12 while audio is not a problem. The main problem is that WMP12 probably cannot play JPEG movies, only MJPEG (MJPG codec) movies are OK for WMP12. j
-
This is not running smooth here. Spent a lot of time googling around, but no solution found yet. I've converted the MOV file to uncompressed video into an AVI container and just plain-copied the PCM audio. With MediaInfo I got the following info for the uncompressed video: Video ID : 0 Format : YUV Codec ID : Y42B Codec ID/Info : YUV 4:2:2 Planar Duration : 3s 267ms Bit rate : 18.4 Mbps Width : 320 pixels Height : 240 pixels Display aspect ratio : 4:3 Frame rate : 15.000 fps Color space : YUV However, in WMP12 the AVI file does NOT at all play the video, only the audio is played. So again a problem with the video. The commands I used in ffmpeg were: ffmpeg -i E:\PB250024.mov -c:v rawvideo -c:a copy E:\PB250024ffmpegvrawvideoacopy.avi ffmpeg -i E:\PB250024.mov -c:v huffyuv -c:a copy E:\PB250024ffmpegvhuffyuvacopy.avi So, any idea why the rawvideo decompression does not work in WMP12? I was just wondering, are there any options to -c:v rawvideo , like -c:v rawvideo/UYVY (UYVY is from MicroSoft), or any other options that create a YUV which is really an international standard that can be interpreted/played by all Media Players? BTW, also the huffyuv did not work for the video in WMP12, but most like the codec is missing for huffyuv, I'm not sure though. Still working on finding out how to get high quality video (low compression) when converting to H264. Thanks in advance, j
-
Here is the video file: http://www.mediafire.com/download/buh6sngcul10qwp/Test1.MOV Hope it works. I've attached a file called TEST1.MOV (JPEG/MOV). I've converted the file to H264/AVI, which plays video and audio correctly in WMP12-64bit version in Windows 7. So that conversion is OK. I've used the following cmd: ffmpeg -i E:\TEST1.mov -c:v libx264 -c:a copy E:\TEST1ffmpegvh264acopy.avi However, when converting TEST1.MOV to JPEG/AVI only the audio plays in WMP12, Video is absent. I used the following cmd: ffmpeg -i E:\TEST1.mov -c copy E:\TEST1ffmpegvacopy.avi I wonder where the source of the problem may lay. Hope you can find out. j
-
The problem I have with the old jpeg/mov video files may be more intricate than I anticipated in the beginning. I just became aware the old jpeg/mov video files are probably PHOTO jpeg compressed and not Mjpeg (.mjpg file extension). In my first post I mentioned the format of the .MOV file Format : JPEG Codec ID : jpeg I managed to convert that jpeg/mov video file to .AVI without converting the video and audio, so only the container was converted; hence a JPEG/AVI video file, which played audio but NO video on the WMP12 (Win7 computer). Then, .... I found some other old .AVI video files in my 2004 record, taken with a Canon camera, and those played video and audio on the WMP12 (Win7 computer) without any problem although the format was JPEG too. A closer look at the latter .AVI video file with MediaInfo revealed the following: Format : JPEG Codec ID : MJPG That made be realize that Codec ID=jpeg is definitely not the same as Codec ID=MJPG in WMP12 (Win7). That raises some questions with me. WMP12 can play MJPG/AVI, but not JPEG/AVI video files!!! What is so different between JPEG and MJPEG video compression that the (build-in I presume) WMP12 MJPG codec can play MJPG but not JPEG?? Would there be any JPEG codec around for WMP12 that can really handle JPEG/AVI video files. The point is that as long as WMP12 cannot decode JPEG compression, a lossless conversion from JPEG-PCM/MOV to JPEG-PCM/AVI won't work in WMP12. So I need to find a JPEG video codec for WMP12; if I can't find such a JPEG codec, then I will have to accepted loss of video quality due to the decompress/re-compress cycle, and that is something I try to avoid. Thanks in advance, j PS: Lossless conversion of old videos and movies (with already a lower quality), or getting the appropriate (old) codecs for playing those old videos on more recent platforms looks like a very daunting challenge.
-
I've done some conversions from mjpeg/mov to mjpeg/avi and to h264/mp4. In all cases video quality is slightly degraded. It looks there is clearly decompression and a re-compression involved. I used *Pazera Free MOV to AVI Converter 1.6* (which is based on ffmpeg I think) to convert only the file format, so mov to avi and just plain-copy the mjpeg compressed video and pcm audio from the mov file to the newly converted avi file. The new mjpeg/avi video worked fine in Real Player, QT and WMP6.4 on my old WinXP (32bit) but some quality degradation was noticeable; on WMP12 (Win7 computer), only the sound worked, there was no video (maybe WMP does not have any MJPEG codec on board). So I am not sure about *Pazera Free MOV to AVI Converter 1.6*; as the video quality degraded (a bit) I''m starting to think that the function of plain-copying the video did involve a decompression and re-compression of the video, so from mjpeg to mjpeg again. But I'm not sure. So I got a question about ffmpeg before I start going through all the trouble and hassle of installing and testing ffmpeg. 1) Can ffmpeg convert ONLY video FILE formats, for instance from MOV to AVI, and plain copy the MJPEG video and PCM audio content to the AVI file, so without any decompression en re-compression of video and audio? I've done some tests with Any-Video-Converter too ( http://www.any-video-converter.com ). That converted the mjpeg/mov video file right away to h246/mp4, which is actually my preferred compression/format. However, degradation in quality was noticeable. So the next question: 2) Is there the possibility in ffmpeg to change or fine-tune the compression strength (compression level: high, low, medium) when converting to h264? In my Canon camera I have the possibility to set the compression level on High or Low. High means small video file sizes but less detail/quality in the video, while Low compression means larger files but more detail in the video and so higher video quality. I was wondering if that is also possible in ffmpeg? Thanks in advance, J
-
Hi Tripredacus, hi Allen2, I'm not sure if ffdshow can help me here. Ffdshow does handle Quicktime video format but I couldn't find any information about codecs handling (M)JPEG inside a .MOV container, athough --I have to admint-- if some software supports Quicktime video, then it should likely support (M)JPEG compression in a .MOV too. I'll sort it out by testing maybe later. As for Quicktime alternative, this could be a solution too. However, I would like to do some other testing first, and for that I'd prefer a clean media environment with only WMP; I would like to convert the (M)JPEG .MOV video files to another format and see how that works. So I'm now considering converting my old JPEG .MOV video files to another file format, and maybe to another (video and audio) compression algorithm (codec) too, if the latter is possible with freely available converters. Hence that I have a few questions. 1) What is the most widely (internationally) accepted, most widely compatible with any video player, and most 'open' video file format? Is that .MP4, or could the .MOV format --although proprietary, I believe-- be a better pick, or is there still another video file format out there which could be more future-proof/robust? 2) About the video compression, is H.264 the most widely used/accepted compression, or is there already another compression algorithm showing signs of being better future-proof? 3) The same question as previous but this time for the audio compression; which is the most standardized and the best audio compression with the least potential for making trouble in a few years time from now (by having become obsolete)? 4) Wat is the 'best' converter according to your experience/opinion. The notion of 'best' is very much susceptible to interpretation and I leave it up to you to fill in its definition. One of the meanings of 'best' could be, high quality output files which any player can play, high quality video image with minimal image noise, high quality audio, ... thanks j
-
Hi, I got video files from a 10-year old (Olympus) camera transferred from my XP computer to my Windows 7 (with WMP12) 64-bit machine. The old video files don't seem to play in the WMP12 (Windows 7), they do play on the XP computer without any problem. With MediaInfo I noticed the video file is a JPEG (or should I say MJPEG) compressed .MOV file. The info from MediaInfo follows here after. On the website of the manufacturer of the camera (Olympus) I couldn't find any JPEG or MJPEG video codec for downloading. I was wondering if somebody could tell me what the 'best' and FREE codec(s) are for WMP12 playing (M)JPEG .MOV video files? Help would be much appreciated. Alternatively, I could consider installing a Codec Pack like: Media Player, Windows 7, Cole2k Media, K-Lite Mega or any other large codec pack. However, I'd like to wait with installing those codec pack: I don't know what they'll do to the existing WMP codecs, and what kind of 'surprises' they may hold for later on. Off course, if one of those codec packs would allow for the installation of a SINGLE codec (MJPEG for instance), then I could consider it. If anyone has knowledge of any codec pack that allows the installation of a single codec, then please let me know. Thanks in advance, Regards, Johan ------------------------- General Complete name : E:\PB250024.MOV Format : QuickTime Format/Info : Original Apple specifications File size : 1.09 MiB Duration : 3s 267ms Overall bit rate mode : Variable Overall bit rate : 2 811 Kbps Movie name/More : OLYMPUS DIGITAL CAMERA Encoded date : UTC 2009-11-25 16:53:09 Tagged date : UTC 2009-11-25 16:53:09 Writing library : Olympus Origin : Digital Camera Video ID : 1 Format : JPEG Codec ID : jpeg Duration : 3s 267ms Bit rate mode : Variable Bit rate : 2 705 Kbps Width : 320 pixels Height : 240 pixels Display aspect ratio : 4:3 Frame rate mode : Constant Frame rate : 15.000 fps Color space : YUV Chroma subsampling : 4:2:2 Bit depth : 8 bits Compression mode : Lossy Bits/(Pixel*Frame) : 2.348 Stream size : 1.05 MiB (96%) Language : English Encoded date : UTC 2009-11-25 16:53:09 Tagged date : UTC 2009-11-25 16:53:09 Audio ID : 2 Format : PCM Format settings, Endianness : Little Format settings, Sign : Unsigned Codec ID : raw Duration : 3s 267ms Bit rate mode : Constant Bit rate : 64.0 Kbps Channel(s) : 1 channel Sampling rate : 8 000 Hz Bit depth : 8 bits Stream size : 25.5 KiB (2%) Language : English Encoded date : UTC 2009-11-25 16:53:09 Tagged date : UTC 2009-11-25 16:53:09