
ffmpeg.exe -i <file to convert> -vcodec huffyuv -acodec pcm_s16le output.avi
LantisEscudo wrote:It looks like ffmpeg supports transcoding HDV6. I usually use the command-line version, which you can grab here.
The command line I'd use would be
- Code: Select all
ffmpeg.exe -i <file to convert> -vcodec huffyuv -acodec pcm_s16le output.avi
That should give you a HuffYUV AVI with WAV audio.
ffmpeg.exe -i <file to convert> -vcodec huffyuv -s hd720 -acodec pcm_s16le output.aviffmpeg.exe -i <file to convert> -vcodec copy -an output.m2tffmbc -i <file to convert> -map_audio_channel 0:1:0:0:1:0 -map_audio_channel 0:2:0:0:1:1 -vcodec copy -acodec mp2 -ab 384k HDV.m2tffmbc -i <file to convert> -map_audio_channel 0:1:0:0:0:0 -map_audio_channel 0:2:0:0:0:1 -acodec pcm_s16le output.wavffmbc -i <file to convert> -vcodec copy -an video.m2v
ffmbc -i <file to convert> -map_audio_channel 0:1:0:0:0:0 -map_audio_channel 0:2:0:0:0:1 -acodec pcm_s16le audio.wavmirkosp wrote:That's great NeoQuixotic, but I think Songbird needs help with OS X, so I fear all your effort was in vain.. >_>;
BasharOfTheAges wrote:mirkosp wrote:That's great NeoQuixotic, but I think Songbird needs help with OS X, so I fear all your effort was in vain.. >_>;
No, she's a Windows user that was given a Mac proprietary file type to work with. Re-read the 1st post.
NeoQuixotic wrote:It's a command line argument for ffmpeg. You create a .bat file with those commands in them and run the .bat file. I tested it with a hdv8 MOV clip I had and it worked great. (hdv8 is 1080p30, while hdv6 is 1080p24 I believe, either way it should work.) There is an issue with the way it handles audio steams though, more on this later.
Songbird21 wrote:NeoQuixotic wrote:It's a command line argument for ffmpeg. You create a .bat file with those commands in them and run the .bat file. I tested it with a hdv8 MOV clip I had and it worked great. (hdv8 is 1080p30, while hdv6 is 1080p24 I believe, either way it should work.) There is an issue with the way it handles audio steams though, more on this later.
I'm very confused. I went to the ffmpeg site but all the download links I can get to work have multiple files that I can only assume I would hafta combine somehow. Isn't there a complete file you can just download and install? I am very greatful for the help by the way.
Songbird21 wrote:I'm very confused. I went to the ffmpeg site but all the download links I can get to work have multiple files that I can only assume I would hafta combine somehow. Isn't there a complete file you can just download and install? I am very greatful for the help by the way.
D:\Tools\Video\ffmbc\ffmbc.exe -i hdv8.mov -map_audio_channel 0:1:0:0:1:0 -map_audio_channel 0:2:0:0:1:1 -vcodec copy -acodec mp2 -ab 384k HDVmp2.m2t
pauseUsers browsing this forum: No registered users and 1 guest