PDA

View Full Version : ffmpeg dv encoder and premiere pro


smok3
3rd August 2006, 22:16
iam using:

ffmpeg -i film.mp4 -vcodec dvvideo film.avi

command line to transcode some x264 videos to DV format for editing. the generated files will drop nicely on the premiere pro timeline (no need to render anything to play), however nothing gets through firewire preview (no problems with files generated with cedocida for example..), any clues?

:thanks:

smok3
4th August 2006, 11:02
another problem i found is 1 missing frame..., so i guess ill abort this...,

is there a working mencoder/libdv compile available for windows?

hanfrunz
4th August 2006, 19:43
you could try this to analyse the problem:

1. encode one black frame with the cedocida encoder
2. encode one black frame with ffmpeg
use a hex editor or a hex-file-copare-tool and see where the difference is. Maybe on is Type1 and the other Type2?

hanfrunz

smok3
4th August 2006, 20:44
they are both type2, ill try the hex editor way.

Blue_MiSfit
6th August 2006, 07:51
Did you render the project? If not, the reason you cant see anything in the firewire prevew is that your firewire device doesn't understand AVC :)

smok3
7th August 2006, 08:46
Blue_MiSfit, as i wrote, it is DV (transcoded back from x264 in mp4 using FFMPEG)

and another problem, files over 2 gigs are bork, well iam switching back to avisynth/haali/vdub/cedocida now :)