Advertisement
Guest User

dankobum_ffmpeg problem windows 3nd solved ....

a guest
Jan 4th, 2014
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. So, thank you very much to all. I solved my problem with a two step approach with this .bat file on Windows 7 64 Bit using all 4 CPU cores available:
  2.  
  3.  
  4.  
  5.  
  6. "ffmpeg.exe" -i "E:\Videos\Filme_ts_zu_mp4\Eine_moerderische_Entscheidung_in_HD.ts" -map 0:0 -map 0:1 -c copy -f mpegts "gemapped.ts"
  7.  
  8. "ffmpeg.exe" -i "gemapped.ts" -threads 4 -vcodec libx264 -pix_fmt yuv420p -b:v 300k -acodec libvo_aacenc -ar 48000 -b:a 160k -f mp4 "E:\Videos\Filme_ts_zu_mp4\winff_tests\ffmpeg_with_shared_libs\20140105_0113_Eine_moerderische_Entscheidung_in_HD.mp4"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement