Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
@ECHO OFF
:Loop
IF "%~1"=="" GOTO Continue
c:\ffmpeg\bin\ffmpeg.exe -i %1 -vcodec copy -acodec copy %1-fixed.mp4
SHIFT
GOTO Loop
:Continue
pause
Right now the PS3 won't play the files because of the unrecognised identifier. You will have to move the files to your PC, run them through the script (only takes a few seconds pr. file) and then move the adjusted files back to the phone if you want to play them off the phone.Will this enable me to stream video directly from phone using iMediaShare (or a similar app like DoubleTwist)? Right now, my PS3 does not recognize videos from my phone and I don't want to have to put the video from my phone onto my computer - convert it - tehn stream it to my PS3.
Right now the PS3 won't play the files because of the unrecognised identifier. You will have to move the files to your PC, run them through the script (only takes a few seconds pr. file) and then move the adjusted files back to the phone if you want to play them off the phone.
I wrote to Bianor, the company behind iMediaShare. They are working on a hack that replaces the identifier on-the-fly, so the PlayStation 3 recognises the video.
Ideally, Sony should just get their friggin' act together and update the system software to recognise the 3GP4 identifier, but fat chance of that happening.
The above method is lossless and if you know how to use the terminal you can find a Mac build of ffmpeg which the script uses.I just want to transfer my vids to the ps3 and then use the video editor on it. I find this the best way to playback videos without any loss to the quality.
At the moment I am using my macbook pro connected to the tv via hdmi to playback, but much prefer the PS3 way.
Will the method you describe enable the PS3 to read the files, and will it work on a mac? Hopefully Sony will fix this with an update.