Page 1 of 1
export in H264
Posted: 21 Feb 2006 02:43
by moggy
It seems impossible to export a file in H264. It works in mp4.
The problem is on the mac version, because exportation in h264 works fine on a PC on XP.
I have G4 and MacIntel (imac duo), and the problem is the same on the different machines, using of course the PPC version on the G4 and the last nightly build on the MacIntel.
Any reason for the problem?
Posted: 21 Feb 2006 12:04
by The DJ
Playback of H264 is already highly experimental. recording, storing and encoding to H264 isn't even close to being fully supported.
Posted: 21 Feb 2006 14:13
by geo
DJ, Moggy,
I've been using the SVN version to transcode MPEG2-TS to H.264. The resulting files play fine in QT Player 7, and when hinted stream fine from under QTSS. I'm only on PPC G4/5.
Code: Select all
clivlc -vvv -I logger --logfile ~/Library/logs/VLC-Transcode.log "/Users/geo/UCTV/DEV/databases/SPOOL/aaatest/TEST.ts"
--sout '#transcode{vcodec=h264,acodec=mp4a,vb=350,ab=48,width=640,height=352,deinterlace}
:std{access=file,mux=mov,dst="/Users/geo/Movies/TEST.mov"}}' vlc:quit
Anything I'm doing wrong?
I've written an Automator action that uses VLC as a transcoding engine. I should get to finish it in the next few days and will be looking for testers.
best,
George
H264 transcoding and other comments
Posted: 21 Feb 2006 15:00
by moggy
I understand H264 is highly experimental, but it seeems reading works.
What I don't understand is the fact that the transcoding in H264 really works on a PC on windows and not at all on a PPC or Intel Mac.
Posted: 21 Feb 2006 16:02
by compufix
Please allow me to test...what I have a need to do is tune in a stream, then re-stream as h.264 or MP4 and create the SDP file, and maybe save a local MOV. If you could have these in an automator action, fantastic...as I have not played with automator... I was going to look into just using Applescript to pass arguments to a shell script...and was just going to start playing with that today.
-Mike
Posted: 22 Feb 2006 07:03
by geo
New thread for the VLC Transcoder
viewtopic.php?p=54412