HTC Incredible :: Camcorder / H.263 Vs MPEG4
Jun 1, 2010
Just started playing around with the camcorder app today. Which is a better file format to get the best quality the camcorder app is currently capable of? Are there pluses and minuses to one or the other. This might be a separate issue, but when I tried playing .mpeg4 videos back on Windows Media Player I did not have any sound, I have not tried h.263?
View 2 Replies
Aug 3, 2010
For everyone running the leaked updates. I'm seeing smoother results with H.264, it could be my eyes. What's everyone else seeing?
View 13 Replies
View Related
Nov 4, 2010
I have an HTC Incredible and can't seem to find where my camcorder recordings have been saved. I want to move them to my computer but can't seem to find them when I look in each of the folders.
View 1 Replies
View Related
Aug 23, 2010
I rooted using unrevoked 3, installed unrevoked forever & radio update as well as cyanogenmod. now when i go to use the camcorder it freezes the phone and reboots every time. i thought the radio update was to allow the use of the camcorder? any help would be very much appreciated as i am still VERY new to all of this. just been using guides set up on these forums as walkthroughs.
View 4 Replies
View Related
Aug 26, 2010
Let me start off by saying I've been searching Google at home/work/while sleeping trying to find answers to my problem and haven't come up with anything that worked for me. In short I am running Skyraider 2.5.2 Sense and the camcorder is not working. Everything else, GPS, Flash, wireless tether, camera work perfectly. Any help would be greatly appreciated. Below are the steps I took since I first took the plunge into root.
Wiped cache did factory reset
Rooted phone with unrevoked
Installed Skyraider 2.5.2 Sense to verify I liked the build.
Used Unrevoked forever to siwtch S - OFF
verified S - OFF
Flashed radio to 2.15.00.07.28
Verified that SDcard is/was formatted with FAT32
Confirmed everything worked but the camcorder
Wiped phone
reverted back to 1.00 radio
re-installed skyraider
Confirmed everything worked but the camcorder
upgraded kernel to 2.6.32.15-king-HAVS-Oc-Uverik@Ubuntu #3
Confirmed everything worked but the camcorder
Here is my current setup
Security: S - OFF
ROM: Skyraider 2.5.2 Sense
Radio: 2.15.00.07.28
Android: 2.2
Kernel: 2.6.32.15-king-HAVS-Oc-Uverik@Ubuntu #3
View 7 Replies
View Related
Oct 14, 2010
Everytime I take a pic or record something, the screen goes blank and I'm forced to restart the phone before its useable again. Anyone run into this and is there a solution?
View 2 Replies
View Related
Sep 1, 2010
I updated officially to Froyo 2.2 today from the VZW notification. Now, whenever I select my camcorder, it goes back to the home screen and does not launch. I removed a flashlight app that I had installed from the market. I restarted several times. Tried removing the battery for 15 minutes. All no help. any suggestions. Everything else seems to work properly.
View 3 Replies
View Related
Jul 16, 2010
I wanted to record a 720p video at night too, but the flash doesn't work while I'm taking a video.
Is there any apps that can take a video with flashlight?
I am rooted, so it will be okay if the apps requires root.
View 4 Replies
View Related
May 26, 2009
I'm trying to convert DVD to mpeg4, I use a programe called Xilisoft, this has worked on all my previous phones, but the HTC magic wont play them? It plays the sound but not the movie?Can some one help me please? I'm about to pull my teeth out trying to get this to work.
View 8 Replies
View Related
Sep 6, 2010
What is the difference between h.263, h.264 and mpeg4. Whick one will give me the best video quality?
View 1 Replies
View Related
Nov 24, 2009
Recently I put an mpeg4 video into my galaxy and found it a little laggy while playing(the movie is 42min long). The video is quite smooth in my ipod touch 2G. What's your configuration while encoding a video for galaxy? (bit rate? format?)
View 6 Replies
View Related
Sep 17, 2009
We have a clent that has videos online that stream. we are taking the same videos an converting them to MPEG4 for mobile playback. they work for fine for most of the phones that we tested except the Andiod Phone? Does anyone have any solutions. the test allowed audio playback but the video was black?
View 6 Replies
View Related
Jul 16, 2010
I am sending a MPEG4 video stream in RTP format over RTSP to my android emulator using ffmpeg and ffserver. I use the Android VideoView to play the RTSP stream. I do not see the video. The error in LogCat is pasted below. Is there some specific that I need to do? If I use the Android 2.2 to run the same code, the video plays fine.
I also tried coding video using H263, but that stream does not play in 1.6/2.2 emulator =================================================================================== 07-16 15:50:46.073: DEBUG/PlayerDriver(554): buffering (6) 07-16 15:50:46.273: DEBUG/PlayerDriver(554): buffering (6) 07-16 15:50:46.474: DEBUG/PlayerDriver(554): buffering (73) 07-16 15:50:46.683: DEBUG/PlayerDriver(554): buffering (73) 07-16 15:50:46.884: DEBUG/PlayerDriver(554): buffering (73) 07-16 15:50:47.092: DEBUG/PlayerDriver(554): buffering (73) 07-16 15:50:47.293: DEBUG/PlayerDriver(554): buffering (73) 07-16 15:50:47.492: DEBUG/PlayerDriver(554): buffering (73) 07-16 15:50:47.703: DEBUG/PlayerDriver(554): buffering (73) 07-16 15:50:47.902: DEBUG/PlayerDriver(554): buffering (73) 07-16 15:50:48.113: DEBUG/PlayerDriver(554): buffering (73) 07-16 15:50:48.123: DEBUG/PlayerDriver(554): buffering (100) 07-16 15:50:48.162: ERROR/SW_DEC(554): PV SW DECODER is used for MPEG4 07-16 15:50:48.223: INFO/MP(807): onPrepared called 07-16 15:50:48.223: INFO/MP(807): vv start 07-16 15:50:48.252: INFO/mediaDuration3(807): -1 07-16 15:50:48.384: ERROR/PlayerDriver(554): HandleErrorEvent: PVMFErrCorrupt 07-16 15:50:48.652: WARN/PlayerDriver(554): PVMFInfoErrorHandlingComplete 07-16 15:50:48.652: ERROR/MediaPlayer(807): error (1, -10) 07-16 15:50:48.652: ERROR/MediaPlayer(807): Attempt to call getDuration without a valid mediaplayer 07-16 15:50:48.652: ERROR/MediaPlayer(807): error (-38, 0) 07-16 15:50:48.794: ERROR/MediaPlayer(807): Error (1,-10) 07-16 15:50:48.794: DEBUG/VideoView(807): Error: 1,-10 07-16 15:50:48.794: INFO/MP(807): onError called 07-16 15:50:49.063: ERROR/MediaPlayer(807): Error (-38,0) 07-16 15:50:49.072: DEBUG/VideoView(807): Error: -38,0 07-16 15:50:49.072: INFO/MP(807): onError called ===================================================================================
View 10 Replies
View Related
Jul 23, 2010
looking for a mpeg4/flash mobile plugin so I can watch flowplayer videos on my HTC incredible
Thanks in advance.
View 1 Replies
View Related
Sep 23, 2010
I have two questions regarding video recording on the Droid X.
1. What options are there for encoding? On my HTC Hero I can encode in MPEG4 or H.263. What about the Droid X?
2. My friend sent me a video from her Droid X, but I can't hear anything as far as audio in a normal setting. The only way I can pick up anything she's saying is if I max out the Media volume and hold the speaker directly up to my ear. Is there something she's doing wrong when she's recording the video? This has happened twice now.
View 1 Replies
View Related
Nov 6, 2008
I think a Camcorder to record Video would be nice too Then be able to send via mms a 10 to 20 sec Video clip
View 4 Replies
View Related
Aug 29, 2010
Ever since 2.2 my camcorder seems to be having issues. Ruined a good shoot. You guys know what to look for? Seems like the cpu is getting hit or something.
View 3 Replies
View Related
Jul 11, 2010
Just wondering Anyway to use the led flash with the camcorder?
View 14 Replies
View Related
Aug 8, 2010
I was playing with my cousins Iphone 4 and her camcorder seems to be more clear than my EVO and when I move the phone fast its not choppy like my EVO. It also seems to be better in low light. Anyone know why this is?
View 11 Replies
View Related
Oct 29, 2010
I have an application called HiFiCorder which records audio amazingly well (up to 320k). It sounds excellent. WHY does the camcorder app record audio so terribly? Is there a camcorder app out there which records video very well and audio at a bitrate above 192k?
View 7 Replies
View Related
Nov 17, 2010
Is there any way to record using the camcorder without the screen being on? or an app to do this?
View 3 Replies
View Related
Sep 2, 2010
Running a stock 2.2 Desire. I was pretty sure that you used to be able to zoom in the camcorder (I mean before you start recording), but tried it today and can't pinch to zoom nor is there anyway to get up the onscreen control. Also, in still picture mode, pinch to zoom doesn't work, though it is still possible to zoom using the onscreen control.
View 1 Replies
View Related
Jun 7, 2010
I have went through every option I can possibly think of and the quality looks bad. There is no difference upon selecting 720P than any other option. I have seen others test videos and mine is nowhere close.
Update: It seems it was a fluke. All is well with my Evo once again. You may tune back in to your regularly scheduled program.
View 3 Replies
View Related
Dec 1, 2009
I was just wondering if anyone knows what the actual hardware capability of this device's Camcorder actually is, or, in other words, what is the possibility of a software app/firmware upgrade in being able to improve the quality of the Sprint Hero's recorded video? The video examples which I have seen so far on YouTube seem good, but the only thing tugging between my getting an Instinct HD for Christmas, vs. the Sprint Hero, is the video quality difference. So long as a very real potential exists to narrow the gap between the two in regards to this issue, then I will most likely feel confident in springing for the Hero.
View 19 Replies
View Related
Oct 1, 2009
I'm wondering if it is possible for a firmware update to increase the current 15fps video recording. (I believe it's 15fps) Don't get me wrong the quality is watchable, but I'm just wondering if it is potentially possible for the firmwares (or custom) to actually up the framerate a tad?
View 4 Replies
View Related
Jul 3, 2010
I'm a little disappointed with the Evo's camera and camcorder. It's kind of fuzzy and the sound is pretty bad. Is this a hardware issue or a software issue? Is there a hack you can do to make it better? I heard somewhere its a compression and fps issue. Please don't give me answers like "the Evo's quality is great" or "get a real camera".
View 6 Replies
View Related
Apr 4, 2010
Could someone tell me how we could use the inbuilt camcorder api for our applications? I am trying to use the camcorder application to record videos for my own application. I would really appreciate an example of how to use it.
View 5 Replies
View Related
Jul 28, 2010
Does anyone know of an app that will create a zoom on the video camcorder?
View 2 Replies
View Related
Sep 2, 2010
ok so yesterday i got Froyo on my rooted Droid x and today i did the Deodexed Froyo but now whenever i record with my camcorder i get a error (this file cannot be viewed or played) How do i fix this? Edit: Does this have anything to do with Build.prop? if so how the hell do i edit it Edit2: Fixed it! the Problem was in build.prop i did research and just edited some thins to say false instead of true =D
View 39 Replies
View Related
Aug 25, 2010
Every time I do a new custom camcorder icon it just turns the camera on anyone know what's up w that?
View 1 Replies
View Related