PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : 720p .mov´s ohne Verlust für PS3 umrechnen


MasterElwood
2012-02-22, 10:20:01
Suche eine Möglichkeit, die 720p .mov´s einer

Canon Power Shot SX220 HS

ohne Qualitätsverlust umzuwandeln, dass sie mit der PS3 abgespielt werden können.


Hier wird beschrieben wie es für Iphone 4 und 4S geht:

http://forum.doom9.org/showthread.php?t=156768

ZITAT:------------------------------------------------------------------
"make a .bat like this:

Code:

for %%a in ("*.mov") do ffmpeg -i %%a -vcodec copy -acodec copy %%~na.m4v

pause

put in the same folder the .bat, ffmpeg.exe and all the iPhone 4 .movs you need to convert and run the .bat...you will get perfect playing PS3 and iTunes .m4v files...

-------------------------------------------------------------------------

Das funktioniert mit den Canon Files aber nicht.


Jemand eine Idee?

Thanx in A.


SAMPLE:

http://dl.dropbox.com/u/3775237/Canon%20720p%20Sample.MOV

_

Silent3sniper
2012-02-22, 10:29:16
for %%a in ("*.mov") do ffmpeg -i %%a -vcodec copy -acodec copy %%~na.m4v

Da wird nichts encodiert, das wird nur neu gemuxt als .m4v (anderer Container.)

Wenn Audio und Video drin ist sollte es außerdem .mp4 heißen.
"m4a+m4v = mp4"

Das Problem könnte der Sound sein.
Verwende mal:

-acodec libfaac -ac 2 -ar 48000 -ab 192k



--> for %%a in ("*.mov") do ffmpeg -i %%a -vcodec copy -acodec libfaac -ac 2 -ar 48000 -ab 192k %%~na.mp4

Könnte sein das die ps3 pcm (verwendeter audio-codec deiner cam) sound nicht mag.

MasterElwood
2012-02-22, 23:15:08
Da wird nichts encodiert, das wird nur neu gemuxt als .m4v (anderer Container.)

Wenn Audio und Video drin ist sollte es außerdem .mp4 heißen.
"m4a+m4v = mp4"



Für Iphone Videos funtionierts aber super - auch als .m4v spielts die ps3 problemlos ab...

MasterElwood
2012-02-22, 23:18:17
Da wird nichts encodiert, das wird nur neu gemuxt als .m4v (anderer Container.)

Wenn Audio und Video drin ist sollte es außerdem .mp4 heißen.
"m4a+m4v = mp4"

Das Problem könnte der Sound sein.
Verwende mal:

-acodec libfaac -ac 2 -ar 48000 -ab 192k



--> for %%a in ("*.mov") do ffmpeg -i %%a -vcodec copy -acodec libfaac -ac 2 -ar 48000 -ab 192k %%~na.mp4

Könnte sein das die ps3 pcm (verwendeter audio-codec deiner cam) sound nicht mag.

Also ich hab die Zeile in der .bat gegen deine neue ausgetauscht - aber kommt nur:

--------------------------------------------------------------------
C:\Users\Elwood\Desktop\Iphone to PS3 tests>for %a in ("*.mov") do ffmpeg -i %a
*-vcodec copy -acodec libfaac -ac 2 -ar 48000 -ab 192k* %~na.mp4

C:\Users\Elwood\Desktop\Iphone to PS3 tests>ffmpeg -i 2012-01-29_12-09-06-SID.MO
V *-vcodec copy -acodec libfaac -ac 2 -ar 48000 -ab 192k* 2012-01-29_12-09-06-SI
D.mp4
FFmpeg version SVN-r22520-Sherpya, Copyright (c) 2000-2010 the FFmpeg developers

built on Mar 14 2010 12:21:30 with gcc 4.2.5 20080919 (prerelease) [Sherpya]
libavutil 50.12. 0 / 50.12. 0
libavcodec 52.59. 0 / 52.59. 0
libavformat 52.55. 0 / 52.55. 0
libavdevice 52. 2. 0 / 52. 2. 0
libavfilter 1.18. 0 / 1.18. 0
libswscale 0.10. 0 / 0.10. 0
libpostproc 51. 2. 0 / 51. 2. 0

Seems stream 0 codec frame rate differs from container frame rate: 60000.00 (600
00/1) -> 29.97 (30000/1001)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '2012-01-29_12-09-06-SID.MOV':
Metadata:
major_brand : qt
minor_version : 537331968
compatible_brands: qt CAEP
Duration: 00:00:10.04, start: 0.000000, bitrate: 24835 kb/s
Stream #0.0(eng): Video: h264, yuv420p, 1280x720, 23221 kb/s, 29.97 fps, 29.
97 tbr, 30k tbn, 60k tbc
Stream #0.1(eng): Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
Unable to find a suitable output format for '*-vcodec'

C:\Users\Elwood\Desktop\Iphone to PS3 tests>pause
Drücken Sie eine beliebige Taste . . ."

-----------------------------------------------------------

;-(

Und das schlimmste: Ich hab nüsse Ahnung was abgeht - bin voll der DAU auf dem Sektor....

Elwood

Silent3sniper
2012-02-22, 23:19:46
Für Iphone Videos funtionierts aber super - auch als .m4v spielts die ps3 problemlos ab...

Das liegt aber daran, dass das Iphone4 die Sachen sowieso standardmäßig so encodiert, dass die PS3 es abspielen kann.

Wie gesagt liegt wahrscheinlich am Audio Stream, das oben gepostete mal probiert?

Alternativ bitte ein Testvideo mit Iphone machen und ebenfalls hochladen. (einfach direkt so, wie es vom Iphone erstellt wird).

edit.: Würde an deiner Stelle das Ganze mal auf doom9 posten / erfragen. Am besten mit Video von deiner Cam + Video vom Iphone für Testzwecke.
Am ehesten noch in dieser Sektion: http://forum.doom9.org/forumdisplay.php?f=17
Gibt nichts 100% passendes

MasterElwood
2012-02-23, 00:10:57
Das liegt aber daran, dass das Iphone4 die Sachen sowieso standardmäßig so encodiert, dass die PS3 es abspielen kann.



Die originalen Iphone Videos spielt die PS3 aber nicht ab.

MasterElwood
2012-02-23, 00:12:28
Wie gesagt liegt wahrscheinlich am Audio Stream, das oben gepostete mal probiert?



JA! Hab eh die ellenlange fehlermeldung gepostet...

MasterElwood
2012-02-23, 00:18:55
Alternativ bitte ein Testvideo mit Iphone machen und ebenfalls hochladen. (einfach direkt so, wie es vom Iphone erstellt wird).


Iphone 4 Sample Video ORIGINAL-FILE
http://dl.dropbox.com/u/3775237/Iphone%204%20sample.MOV

(Original Doom9 solution geht aber mit 4S Videos genauso - nur mit den Canon Files nicht)

MasterElwood
2012-02-24, 10:05:07
edit.: Würde an deiner Stelle das Ganze mal auf doom9 posten / erfragen. Am besten mit Video von deiner Cam + Video vom Iphone für Testzwecke.
Am ehesten noch in dieser Sektion: http://forum.doom9.org/forumdisplay.php?f=17
Gibt nichts 100% passendes

Die Doom9 gehen mir am Senkel:

"You are not allowed to post or reply until you have been registered for at least 5 days."


ARGH!

MasterElwood
2012-03-02, 13:19:06
Falls es wem interessiert: Die Doom9 hatten die Lösung:

ffmpeg -y -i Canon.mov -async 1 -vcodec copy -acodec libvo_aacenc -ac 2 -ab 192000 Canon.m4v

(Braucht neuesten FFmpeg build).


Danke an alle...